Uses of Class
org.collebol.game.world.Chunk
Packages that use Chunk
-
Uses of Chunk in org.collebol.game.world
Methods in org.collebol.game.world that return ChunkModifier and TypeMethodDescriptionabstract ChunkWorldGenerator.generateChunk(Chunk chunk) WorldLoader.loadChunkTilesFromFile(int chunkX, int chunkY) Methods in org.collebol.game.world that return types with arguments of type ChunkModifier and TypeMethodDescriptionWorld.getChunks()WorldLoader.loadRenderDistanceChunkFileFromLocation(GameLocation gameLocation) Methods in org.collebol.game.world with parameters of type ChunkModifier and TypeMethodDescriptionvoidabstract ChunkWorldGenerator.generateChunk(Chunk chunk) voidMethod parameters in org.collebol.game.world with type arguments of type ChunkConstructor parameters in org.collebol.game.world with type arguments of type Chunk -
Uses of Chunk in org.collebol.gui.graphics.renderer
Methods in org.collebol.gui.graphics.renderer with parameters of type Chunk