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 with parameters of type FeatureTypeModifier and TypeMethodDescriptionbooleanWorldGenTile.setTiles(IBiome biome, FeatureType type, IsoGridSquare square, 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) voidWorldGenTile.setTiles(IBiome biome, IsoGridSquare square, IsoChunk ch, IsoCell cell, int x, int y, int z, int tileX, int tileY, int tileZ, EnumMap<FeatureType, String[]> toBeDone, boolean isMap, Random rnd) booleanWorldGenTile.setTiles(IBiome biome, FeatureType type, IsoGridSquare square, 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()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) 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, List<String> protected_, Grass grass)