Class WorldGenChunk
java.lang.Object
zombie.iso.worldgen.WorldGenChunk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddZombieToSquare(IsoGridSquare square) voidcleanChunk(IsoChunk chunk, String material, String filter) voidgenerateChunks(ChunksCache chunks) getBiome(int x, int y) getMapBiome(int x, int y, String filter) booleanisProtected(List<String> protectedTiles, String tile) booleanvoidreplaceTiles(IsoCell cell, ChunksCache chunks, IsoChunk ch, int chunkX, int chunkY)
-
Constructor Details
-
WorldGenChunk
public WorldGenChunk(long seed)
-
-
Method Details
-
getRoadGenerators
-
generateChunks
-
replaceTiles
-
addZombieToSquare
-
getBiome
-
getMapBiome
-
priority
-
isProtected
-
cleanChunk
-