Uses of Enum Class
zombie.iso.worldgen.biomes.FeatureType
Packages that use FeatureType
-
Uses of FeatureType in zombie.iso.worldgen
Methods in zombie.iso.worldgen that return types with arguments of type FeatureTypeModifier and TypeMethodDescriptionMap<FeatureType, Map<FeatureType, List<IBiome>>> WorldGenReader.loadSubBiomes(se.krka.kahlua.vm.KahluaTable subBiomesTable) Map<FeatureType, Map<FeatureType, List<IBiome>>> WorldGenReader.loadSubBiomes(se.krka.kahlua.vm.KahluaTable subBiomesTable) Methods in zombie.iso.worldgen with parameters of type FeatureTypeModifier and TypeMethodDescriptionWorldGenTile.setTiles(IBiome biome, FeatureType type, IsoGridSquare square, ChunksCache chunks, IsoChunk ch, IsoCell cell, int x, int y, int z, int tileX, int tileY, int tileZ, EnumMap<FeatureType, String[]> toBeDone, Random rnd) Method parameters in zombie.iso.worldgen with type arguments of type FeatureTypeModifier and TypeMethodDescriptionvoidWorldGenTile.setTile(Road road, IsoGridSquare square, IsoCell cell, int x, int y, int z, int tileX, int tileY, int tileZ, EnumMap<FeatureType, String[]> toBeDone, Random rnd) voidWorldGenTile.setTile(OreVein vein, IsoGridSquare square, IsoCell cell, int x, int y, int z, int tileX, int tileY, int tileZ, EnumMap<FeatureType, String[]> toBeDone, Random rnd) WorldGenTile.setTiles(IBiome biome, FeatureType type, IsoGridSquare square, ChunksCache chunks, IsoChunk ch, IsoCell cell, int x, int y, int z, int tileX, int tileY, int tileZ, EnumMap<FeatureType, String[]> toBeDone, Random rnd) -
Uses of FeatureType in zombie.iso.worldgen.biomes
Subclasses with type arguments of type FeatureType in zombie.iso.worldgen.biomesMethods in zombie.iso.worldgen.biomes that return FeatureTypeModifier and TypeMethodDescriptionstatic FeatureTypeReturns the enum constant of this class with the specified name.static FeatureType[]FeatureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.iso.worldgen.biomes that return types with arguments of type FeatureTypeModifier and TypeMethodDescriptionBiome.getFeatures()abstract Map<FeatureType, List<Feature>> BiomeAbstract.getFeatures()IBiome.getFeatures()Map<FeatureType, List<String>> BiomeAbstract.placements()Map<FeatureType, List<String>> IBiome.placements()Map<FeatureType, Map<FeatureType, List<IBiome>>> BiomeAbstract.subBiomes()Map<FeatureType, Map<FeatureType, List<IBiome>>> BiomeAbstract.subBiomes()Map<FeatureType, Map<FeatureType, List<IBiome>>> IBiome.subBiomes()Map<FeatureType, Map<FeatureType, List<IBiome>>> IBiome.subBiomes()Method parameters in zombie.iso.worldgen.biomes with type arguments of type FeatureTypeModifier and TypeMethodDescriptionBiomeAbstract.placements(Map<FeatureType, List<String>> placement) IBiome.placements(Map<FeatureType, List<String>> arg0) BiomeAbstract.subBiomes(Map<FeatureType, Map<FeatureType, List<IBiome>>> safeZones) BiomeAbstract.subBiomes(Map<FeatureType, Map<FeatureType, List<IBiome>>> safeZones) IBiome.subBiomes(Map<FeatureType, Map<FeatureType, List<IBiome>>> var1) IBiome.subBiomes(Map<FeatureType, Map<FeatureType, List<IBiome>>> var1) Constructor parameters in zombie.iso.worldgen.biomes with type arguments of type FeatureTypeModifierConstructorDescriptionBiome(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, Map<FeatureType, Map<FeatureType, List<IBiome>>> subBiomes, List<String> protectedList, Grass grass)