Uses of Interface
org.bukkit.Chunk
Packages that use Chunk
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes used to manipulate the voxels in a
world
,
including special states.Classes to facilitate
world
generation
implementation.-
Uses of Chunk in org.bukkit
Methods in org.bukkit that return ChunkModifier and TypeMethodDescriptionLocation.getChunk()
Gets the chunk at the represented locationWorld.getChunkAt
(int x, int z) Gets theChunk
at the given coordinatesWorld.getChunkAt
(int x, int z, boolean generate) Gets theChunk
at the given coordinatesWorld.getChunkAt
(Block block) World.getChunkAt
(Location location) Chunk[]
World.getLoadedChunks()
Gets an array of all loadedChunk
sMethods in org.bukkit that return types with arguments of type ChunkModifier and TypeMethodDescriptionWorld.getForceLoadedChunks()
Returns all force loaded chunks in this world.World.getPluginChunkTickets()
Returns a map of which plugins have tickets for what chunks.Methods in org.bukkit with parameters of type ChunkModifier and TypeMethodDescriptionboolean
World.isChunkLoaded
(Chunk chunk) Checks if the specifiedChunk
is loadedvoid
Loads the specifiedChunk
.boolean
World.unloadChunk
(Chunk chunk) Safely unloads and saves theChunk
at the specified coordinates -
Uses of Chunk in org.bukkit.block
Methods in org.bukkit.block that return Chunk -
Uses of Chunk in org.bukkit.event.world
Fields in org.bukkit.event.world declared as ChunkMethods in org.bukkit.event.world that return ChunkConstructors in org.bukkit.event.world with parameters of type ChunkModifierConstructorDescriptionprotected
ChunkEvent
(Chunk chunk) ChunkLoadEvent
(Chunk chunk, boolean newChunk) ChunkPopulateEvent
(Chunk chunk) ChunkUnloadEvent
(Chunk chunk) ChunkUnloadEvent
(Chunk chunk, boolean save) EntitiesLoadEvent
(Chunk chunk, List<Entity> entities) EntitiesUnloadEvent
(Chunk chunk, List<Entity> entities) -
Uses of Chunk in org.bukkit.generator
Methods in org.bukkit.generator with parameters of type Chunk
BlockPopulator.populate(WorldInfo, Random, int, int, LimitedRegion)