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 TypeMethodDescriptionboolean
WGTile.setTiles
(IBiome iBiome, FeatureType featureType, IsoGridSquare square, IsoChunk chunk, IsoCell cell, int int5, int int6, int int7, int int2, int int3, int int4, EnumMap<FeatureType, String[]> enumMap, Random random) Method parameters in zombie.iso.worldgen with type arguments of type FeatureTypeModifier and TypeMethodDescriptionvoid
WGTile.setTile
(Road road, IsoGridSquare square, IsoCell cell, int int0, int int1, int int2, int var7, int var8, int var9, EnumMap<FeatureType, String[]> var10, Random random) void
WGTile.setTile
(OreVein oreVein, IsoGridSquare square, IsoCell cell, int int0, int int1, int int2, int var7, int var8, int var9, EnumMap<FeatureType, String[]> var10, Random random) void
WGTile.setTiles
(IBiome iBiome, IsoGridSquare square, IsoChunk chunk, IsoCell cell, int int3, int int4, int int5, int int0, int int1, int int2, EnumMap<FeatureType, String[]> enumMap, boolean boolean0, Random random) boolean
WGTile.setTiles
(IBiome iBiome, FeatureType featureType, IsoGridSquare square, IsoChunk chunk, IsoCell cell, int int5, int int6, int int7, int int2, int int3, int int4, EnumMap<FeatureType, String[]> enumMap, Random random) -
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 FeatureType
Returns 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()
Constructor parameters in zombie.iso.worldgen.biomes with type arguments of type FeatureTypeModifierConstructorDescriptionBiome
(String string0, String string1, boolean boolean0, Map<FeatureType, List<Feature>> map0, Map<String, List<Feature>> map1, EnumSet<BiomeType.Landscape> enumSet0, EnumSet<BiomeType.Plant> enumSet1, EnumSet<BiomeType.Bush> enumSet2, EnumSet<BiomeType.Temperature> enumSet3, EnumSet<BiomeType.Hygrometry> enumSet4, EnumSet<BiomeType.OreLevel> enumSet5, float float0, List<String> list, Grass grass)