javadoc
This commit is contained in:
parent
e6d481387d
commit
7594b029c1
1 changed files with 4 additions and 1 deletions
|
@ -392,7 +392,10 @@ public class BCLBiome {
|
||||||
|
|
||||||
private boolean didLoadConfig = false;
|
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
|
* @return This instance
|
||||||
*/
|
*/
|
||||||
public BCLBiome setupFromConfig() {
|
public BCLBiome setupFromConfig() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue