Uses of Class
org.collebol.game.world.Chunk
Packages that use Chunk
-
Uses of Chunk in org.collebol.client.gui.graphics.renderer
Methods in org.collebol.client.gui.graphics.renderer with parameters of type Chunk -
Uses of Chunk in org.collebol.game.world
Methods in org.collebol.game.world that return ChunkModifier and TypeMethodDescriptionabstract ChunkWorldGenerator.generateChunk(Chunk chunk) Generate chunk method.World.getChunk(int chunkX, int chunkY) Returns the loaded chunk at the given chunk coordinates, or null if it is not loaded.WorldFileManager.loadChunk(int chunkX, int chunkY) Loads a chunk from binary file.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) Generate chunk method.voidSaves the specified chunk to a binary file.Method parameters in org.collebol.game.world with type arguments of type ChunkConstructor parameters in org.collebol.game.world with type arguments of type ChunkModifierConstructorDescriptionConstructs a World instance with the specified name and chunk format.Constructs a World instance with the specified name, chunk format, and world folder.