Class WGTile
java.lang.Object
zombie.iso.worldgen.WGTile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTile
(String string, IsoGridSquare isoGridSquare, IsoCell isoCell, int int0, int int1, int int2, Random var7) void
deleteTiles
(IsoGridSquare isoGridSquare) void
deleteTiles
(IsoGridSquare isoGridSquare, List<String> list) findFeature
(List<Feature> list, Random random) void
setGround
(IsoSprite isoSprite, IsoGridSquare isoGridSquare) void
setTile
(Road road, IsoGridSquare isoGridSquare, IsoCell isoCell, int int0, int int1, int int2, int var7, int var8, int var9, EnumMap<FeatureType, String[]> var10, Random random) void
setTile
(OreVein oreVein, IsoGridSquare isoGridSquare, IsoCell isoCell, int int0, int int1, int int2, int var7, int var8, int var9, EnumMap<FeatureType, String[]> var10, Random random) void
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
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)
-
Field Details
-
NO_TREE
- See Also:
-
NO_BUSH
- See Also:
-
NO_GRASS
- See Also:
-
-
Constructor Details
-
WGTile
public WGTile()
-
-
Method Details
-
setTiles
public void 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) -
setTiles
public boolean 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) -
findFeature
-
setTile
public void setTile(OreVein oreVein, IsoGridSquare isoGridSquare, IsoCell isoCell, int int0, int int1, int int2, int var7, int var8, int var9, EnumMap<FeatureType, String[]> var10, Random random) -
setTile
public void setTile(Road road, IsoGridSquare isoGridSquare, IsoCell isoCell, int int0, int int1, int int2, int var7, int var8, int var9, EnumMap<FeatureType, String[]> var10, Random random) -
applyTile
public void applyTile(String string, IsoGridSquare isoGridSquare, IsoCell isoCell, int int0, int int1, int int2, Random var7) -
getSprite
-
getGround
-
getPlant
-
setGround
-
deleteTiles
-
deleteTiles
-