Class BiomeAbstract
java.lang.Object
zombie.iso.worldgen.biomes.BiomeAbstract
- All Implemented Interfaces:
IBiome
- Direct Known Subclasses:
Biome
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbush()bush(EnumSet<BiomeType.Bush> bush) bush(BiomeType.Bush bush) booleanbooleangenerate()abstract Map<FeatureType, List<Feature>> grass()inthashCode()hygrometry(EnumSet<BiomeType.Hygrometry> hygrometry) hygrometry(BiomeType.Hygrometry hygrometry) landscape(EnumSet<BiomeType.Landscape> landscape) landscape(BiomeType.Landscape landscape) name()oreLevel()oreLevel(EnumSet<BiomeType.OreLevel> oreLevel) oreLevel(BiomeType.OreLevel oreLevel) parent()Map<FeatureType, List<String>> placements(Map<FeatureType, List<String>> placement) plant()plant(EnumSet<BiomeType.Plant> plant) plant(BiomeType.Plant plant) protected_(List<String> protected_) temperature(EnumSet<BiomeType.Temperature> temperature) temperature(BiomeType.Temperature temperature) floatzombies()zombies(float chance)
-
Constructor Details
-
BiomeAbstract
public BiomeAbstract()
-
-
Method Details
-
name
-
getFeatures
- Specified by:
getFeaturesin interfaceIBiome
-
getReplacements
-
landscape
-
plant
-
bush
-
temperature
- Specified by:
temperaturein interfaceIBiome
-
hygrometry
- Specified by:
hygrometryin interfaceIBiome
-
oreLevel
-
placements
- Specified by:
placementsin interfaceIBiome
-
protected_
- Specified by:
protected_in interfaceIBiome
-
parent
-
generate
-
zombies
-
grass
-
landscape
-
plant
-
bush
-
temperature
- Specified by:
temperaturein interfaceIBiome
-
hygrometry
- Specified by:
hygrometryin interfaceIBiome
-
oreLevel
-
landscape
-
plant
-
bush
-
temperature
- Specified by:
temperaturein interfaceIBiome
-
hygrometry
- Specified by:
hygrometryin interfaceIBiome
-
oreLevel
-
placements
- Specified by:
placementsin interfaceIBiome
-
protected_
- Specified by:
protected_in interfaceIBiome
-
zombies
-
grass
-
equals
-
hashCode
-