public interface Biome
Modifier and Type | Method and Description |
---|---|
Decorator |
getDecorator()
Returns the Decorator instance containing information about the population in the biome.
|
Generator |
getGenerator()
Gets the BiomeTerrain instance used to generate the biome.
|
List<Feature> |
getStructureFeatures()
Gets a list of Structure Features to be applied to all structures in the biome.
|
org.bukkit.block.Biome |
getVanillaBiome()
Gets the Vanilla biome to represent the custom biome.
|
org.bukkit.block.Biome getVanillaBiome()
Generator getGenerator()
List<Feature> getStructureFeatures()
Decorator getDecorator()
Copyright © 2020. All rights reserved.