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.bukkitMethods in org.bukkit that return ChunkModifier and TypeMethodDescriptionLocation.getChunk()Gets the chunk at the represented locationWorld.getChunkAt(int x, int z) Gets theChunkat the given coordinatesWorld.getChunkAt(Block block) World.getChunkAt(Location location) Chunk[]World.getLoadedChunks()Gets an array of all loadedChunksMethods 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 TypeMethodDescriptionbooleanWorld.isChunkLoaded(Chunk chunk) Checks if the specifiedChunkis loadedvoidLoads the specifiedChunk.booleanWorld.unloadChunk(Chunk chunk) Safely unloads and saves theChunkat the specified coordinates
- 
Uses of Chunk in org.bukkit.blockMethods in org.bukkit.block that return Chunk
- 
Uses of Chunk in org.bukkit.event.worldFields 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 ChunkModifierConstructorDescriptionprotectedChunkEvent(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.generatorMethods in org.bukkit.generator with parameters of type Chunk
BlockPopulator.populate(WorldInfo, Random, int, int, LimitedRegion)