Uses of Interface
org.bukkit.Chunk
| Package | Description |
|---|---|
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| org.bukkit.block |
Classes used to manipulate the voxels in a
world,
including special states. |
| org.bukkit.event.world | |
| org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
-
Uses of Chunk in org.bukkit
Methods in org.bukkit that return Chunk Modifier and Type Method Description ChunkLocation. getChunk()Gets the chunk at the represented locationChunkWorld. getChunkAt(int x, int z)Gets theChunkat the given coordinatesChunkWorld. getChunkAt(Block block)ChunkWorld. getChunkAt(Location location)Chunk[]World. getLoadedChunks()Gets an array of all loadedChunksMethods in org.bukkit that return types with arguments of type Chunk Modifier and Type Method Description Collection<Chunk>World. getForceLoadedChunks()Returns all force loaded chunks in this world.Map<Plugin,Collection<Chunk>>World. getPluginChunkTickets()Returns a map of which plugins have tickets for what chunks.Methods in org.bukkit with parameters of type Chunk Modifier and Type Method Description booleanWorld. isChunkLoaded(Chunk chunk)Checks if the specifiedChunkis loadedvoidWorld. loadChunk(Chunk chunk)Loads the specifiedChunk.booleanWorld. unloadChunk(Chunk chunk)Safely unloads and saves theChunkat the specified coordinates -
Uses of Chunk in org.bukkit.block
-
Uses of Chunk in org.bukkit.event.world
Fields in org.bukkit.event.world declared as Chunk Modifier and Type Field Description protected ChunkChunkEvent. chunkMethods in org.bukkit.event.world that return Chunk Modifier and Type Method Description ChunkChunkEvent. getChunk()Gets the chunk being loaded/unloadedConstructors in org.bukkit.event.world with parameters of type Chunk Constructor Description ChunkEvent(Chunk chunk)ChunkLoadEvent(Chunk chunk, boolean newChunk)ChunkPopulateEvent(Chunk chunk)ChunkUnloadEvent(Chunk chunk)ChunkUnloadEvent(Chunk chunk, boolean save) -
Uses of Chunk in org.bukkit.generator