This commit is contained in:
Frank 2021-12-18 03:31:21 +01:00
parent e6d481387d
commit 7594b029c1

View file

@ -392,7 +392,10 @@ public class BCLBiome {
private boolean didLoadConfig = false;
/**
* Set Biome configuartion from Config
* For internal use.
* Set Biome configuartion from Config. This method is called for all Biomes that get registered
* to a {@link ru.bclib.world.generator.BCLBiomeSource}.
*
* @return This instance
*/
public BCLBiome setupFromConfig() {