Class Biome
java.lang.Object
zombie.iso.worldgen.biomes.BiomeAbstract
zombie.iso.worldgen.biomes.Biome
- All Implemented Interfaces:
IBiome
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBiome(String name, String parent, boolean generate, Map<FeatureType, List<Feature>> features, Map<String, List<Feature>> replacements, EnumSet<BiomeType.Landscape> landscape, EnumSet<BiomeType.Plant> plant, EnumSet<BiomeType.Bush> bush, EnumSet<BiomeType.Temperature> temperature, EnumSet<BiomeType.Hygrometry> hygrometry, EnumSet<BiomeType.OreLevel> oreLevel, float zombies, Map<FeatureType, List<String>> placements, List<String> protectedList, Grass grass) -
Method Summary
Methods inherited from class BiomeAbstract
bush, bush, bush, generate, grass, grass, hygrometry, hygrometry, hygrometry, landscape, landscape, landscape, name, oreLevel, oreLevel, oreLevel, parent, placements, placements, plant, plant, plant, protectedList, protectedList, temperature, temperature, temperature, zombies, zombies
-
Field Details
-
DEFAULT_BIOME
-
-
Constructor Details
-
Biome
public Biome(String name, String parent, boolean generate, Map<FeatureType, List<Feature>> features, Map<String, List<Feature>> replacements, EnumSet<BiomeType.Landscape> landscape, EnumSet<BiomeType.Plant> plant, EnumSet<BiomeType.Bush> bush, EnumSet<BiomeType.Temperature> temperature, EnumSet<BiomeType.Hygrometry> hygrometry, EnumSet<BiomeType.OreLevel> oreLevel, float zombies, Map<FeatureType, List<String>> placements, List<String> protectedList, Grass grass)
-
-
Method Details
-
toString
-
getFeatures
- Specified by:
getFeaturesin interfaceIBiome- Specified by:
getFeaturesin classBiomeAbstract
-
getReplacements
- Specified by:
getReplacementsin interfaceIBiome- Specified by:
getReplacementsin classBiomeAbstract
-
equals
- Overrides:
equalsin classBiomeAbstract
-
hashCode
public int hashCode()- Overrides:
hashCodein classBiomeAbstract
-