SteamWar/BauSystem2.0
Archiviert
12
0

Add ConfigConverter JavaDoc

Dieser Commit ist enthalten in:
yoyosource 2021-04-29 11:25:44 +02:00
Ursprung ec771d31de
Commit 11d1683b48

Datei anzeigen

@ -2,6 +2,14 @@ package de.steamwar.bausystem.configplayer;
import yapion.hierarchy.types.YAPIONObject;
/**
* A new {@link ConfigConverter} should be written when you remove anything
* from the Config or modify any mayor part. When you move anything from
* any key to any other key you should write a new {@link ConfigConverter}.
* For adding any new key you should be able to get the default without
* having it in the Config. Anything you need to change you should also
* change the {@link ConfigCreator} accordingly, to produce the new Config.
*/
public interface ConfigConverter {
/**