Fix since tag in GameModeAddon

This commit is contained in:
tastybento 2019-01-26 16:37:13 -08:00
parent 9968a8e083
commit 5bf6264e95

View File

@ -117,7 +117,7 @@ public abstract class GameModeAddon extends Addon {
* @param worldName - name of world that this applies to
* @param id - id if any
* @return Chunk generator
* @since 1.1
* @since 1.1.1
*/
@NonNull
public abstract ChunkGenerator getDefaultWorldGenerator(String worldName, String id);