Uses of Interface
zombie.iso.worldgen.biomes.IBiome
Packages that use IBiome
-
Uses of IBiome in zombie.iso.worldgen
Methods in zombie.iso.worldgen that return IBiomeModifier and TypeMethodDescriptionWGChunk.getBiome
(int int1, int int0) WGChunk.getMapBiome
(int int1, int int0, String string) Methods in zombie.iso.worldgen with parameters of type IBiomeModifier and TypeMethodDescriptionvoid
WGTile.setTiles
(IBiome biome, IsoGridSquare isoGridSquare, IsoChunk isoChunk, IsoCell isoCell, int int3, int int4, int int5, int int0, int int1, int int2, EnumMap<FeatureType, String[]> enumMap, boolean boolean0, Random random) boolean
WGTile.setTiles
(IBiome biome, FeatureType featureType, IsoGridSquare isoGridSquare, IsoChunk isoChunk, IsoCell isoCell, int int4, int int5, int int6, int int1, int int2, int int3, EnumMap<FeatureType, String[]> enumMap, Random random) -
Uses of IBiome in zombie.iso.worldgen.biomes
Classes in zombie.iso.worldgen.biomes that implement IBiomeMethods in zombie.iso.worldgen.biomes that return IBiomeModifier and TypeMethodDescriptionBiomeAbstract.bush
(EnumSet<BiomeType.Bush> enumSet) BiomeAbstract.bush
(BiomeType.Bush bushx) IBiome.bush
(EnumSet<BiomeType.Bush> var1) IBiome.bush
(BiomeType.Bush var1) BiomeRegistry.get
(Map<String, Biome> map6, double[] double0, double double1, Map<BiomeType.Landscape, List<Double>> map0, Map<BiomeType.Plant, List<Double>> map1, Map<BiomeType.Bush, List<Double>> map2, Map<BiomeType.Temperature, List<Double>> map3, Map<BiomeType.Hygrometry, List<Double>> map4, Map<BiomeType.OreLevel, List<Double>> map5) BiomeRegistry.get
(Map<String, Biome> map2, String string, double[] double0, double double1, Map<BiomeType.Bush, List<Double>> map0, Map<BiomeType.OreLevel, List<Double>> map1) BiomeAbstract.hygrometry
(EnumSet<BiomeType.Hygrometry> enumSet) BiomeAbstract.hygrometry
(BiomeType.Hygrometry hygrometryx) IBiome.hygrometry
(EnumSet<BiomeType.Hygrometry> var1) IBiome.hygrometry
(BiomeType.Hygrometry var1) BiomeAbstract.landscape
(EnumSet<BiomeType.Landscape> enumSet) BiomeAbstract.landscape
(BiomeType.Landscape landscapex) IBiome.landscape
(EnumSet<BiomeType.Landscape> var1) IBiome.landscape
(BiomeType.Landscape var1) BiomeAbstract.oreLevel
(EnumSet<BiomeType.OreLevel> enumSet) BiomeAbstract.oreLevel
(BiomeType.OreLevel oreLevelx) IBiome.oreLevel
(EnumSet<BiomeType.OreLevel> var1) IBiome.oreLevel
(BiomeType.OreLevel var1) BiomeAbstract.plant
(EnumSet<BiomeType.Plant> enumSet) BiomeAbstract.plant
(BiomeType.Plant plantx) IBiome.plant
(EnumSet<BiomeType.Plant> var1) IBiome.plant
(BiomeType.Plant var1) BiomeAbstract.temperature
(EnumSet<BiomeType.Temperature> enumSet) BiomeAbstract.temperature
(BiomeType.Temperature temperaturex) IBiome.temperature
(EnumSet<BiomeType.Temperature> var1) IBiome.temperature
(BiomeType.Temperature var1) BiomeAbstract.zombies
(float float0) IBiome.zombies
(float var1)