Interface IBiome
-
Method Summary
Modifier and TypeMethodDescriptionbush()
bush
(EnumSet<BiomeType.Bush> var1) bush
(BiomeType.Bush var1) boolean
generate()
grass()
landscape
(EnumSet<BiomeType.Landscape> var1) landscape
(BiomeType.Landscape var1) name()
oreLevel()
oreLevel
(EnumSet<BiomeType.OreLevel> var1) oreLevel
(BiomeType.OreLevel var1) parent()
plant()
plant
(EnumSet<BiomeType.Plant> var1) plant
(BiomeType.Plant var1) float
zombies()
zombies
(float var1)
-
Method Details
-
name
String name() -
getFeatures
Map<FeatureType,List<Feature>> getFeatures() -
getReplacements
-
landscape
EnumSet<BiomeType.Landscape> landscape() -
plant
EnumSet<BiomeType.Plant> plant() -
bush
EnumSet<BiomeType.Bush> bush() -
temperature
EnumSet<BiomeType.Temperature> temperature() -
hygrometry
EnumSet<BiomeType.Hygrometry> hygrometry() -
oreLevel
EnumSet<BiomeType.OreLevel> oreLevel() -
placement
-
parent
String parent() -
generate
boolean generate() -
zombies
float zombies() -
grass
Grass grass() -
landscape
-
plant
-
bush
-
temperature
-
hygrometry
-
oreLevel
-
landscape
-
plant
-
bush
-
temperature
-
hygrometry
-
oreLevel
-
placement
-
zombies
-
grass
-