Interface IBiome
- All Known Implementing Classes:
Biome, BiomeAbstract
public interface IBiome
-
Method Summary
Modifier and TypeMethodDescriptionbush()bush(EnumSet<BiomeType.Bush> arg0) bush(BiomeType.Bush arg0) booleangenerate()grass()landscape(EnumSet<BiomeType.Landscape> arg0) landscape(BiomeType.Landscape arg0) name()oreLevel()oreLevel(EnumSet<BiomeType.OreLevel> arg0) oreLevel(BiomeType.OreLevel arg0) parent()Map<FeatureType, List<String>> placements(Map<FeatureType, List<String>> arg0) plant()plant(EnumSet<BiomeType.Plant> arg0) plant(BiomeType.Plant arg0) protected_(List<String> arg0) floatzombies()zombies(float arg0)
-
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() -
placements
Map<FeatureType, List<String>> placements() -
protected_
-
parent
String parent() -
generate
boolean generate() -
zombies
float zombies() -
grass
Grass grass() -
landscape
-
plant
-
bush
-
temperature
-
hygrometry
-
oreLevel
-
landscape
-
plant
-
bush
-
temperature
-
hygrometry
-
oreLevel
-
placements
-
protected_
-
zombies
-
grass
-