Class BiomeAbstract
java.lang.Object
zombie.iso.worldgen.biomes.BiomeAbstract
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EnumSet
<BiomeType.Bush> protected boolean
protected Grass
protected EnumSet
<BiomeType.Hygrometry> protected EnumSet
<BiomeType.Landscape> protected String
protected EnumSet
<BiomeType.OreLevel> protected String
protected EnumSet
<BiomeType.Plant> protected EnumSet
<BiomeType.Temperature> protected float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbush()
bush
(EnumSet<BiomeType.Bush> enumSet) bush
(BiomeType.Bush bushx) boolean
boolean
generate()
abstract Map
<FeatureType, List<Feature>> grass()
int
hashCode()
hygrometry
(EnumSet<BiomeType.Hygrometry> enumSet) hygrometry
(BiomeType.Hygrometry hygrometryx) landscape
(EnumSet<BiomeType.Landscape> enumSet) landscape
(BiomeType.Landscape landscapex) name()
oreLevel()
oreLevel
(EnumSet<BiomeType.OreLevel> enumSet) oreLevel
(BiomeType.OreLevel oreLevelx) parent()
plant()
plant
(EnumSet<BiomeType.Plant> enumSet) plant
(BiomeType.Plant plantx) temperature
(EnumSet<BiomeType.Temperature> enumSet) temperature
(BiomeType.Temperature temperaturex) float
zombies()
zombies
(float float0)
-
Field Details
-
landscape
-
plant
-
bush
-
temperature
-
hygrometry
-
oreLevel
-
placement
-
name
-
parent
-
generate
protected boolean generate -
grass
-
zombies
protected float zombies
-
-
Constructor Details
-
BiomeAbstract
public BiomeAbstract()
-
-
Method Details
-
name
-
getFeatures
- Specified by:
getFeatures
in interfaceIBiome
-
getReplacements
-
landscape
-
plant
-
bush
-
temperature
- Specified by:
temperature
in interfaceIBiome
-
hygrometry
- Specified by:
hygrometry
in interfaceIBiome
-
oreLevel
-
placement
-
parent
-
generate
-
zombies
-
grass
-
landscape
-
plant
-
bush
-
temperature
- Specified by:
temperature
in interfaceIBiome
-
hygrometry
- Specified by:
hygrometry
in interfaceIBiome
-
oreLevel
-
landscape
-
plant
-
bush
-
temperature
- Specified by:
temperature
in interfaceIBiome
-
hygrometry
- Specified by:
hygrometry
in interfaceIBiome
-
oreLevel
-
placement
-
zombies
-
grass
-
equals
-
hashCode
-