Uses of Class
com.welcome234.pluginsystem.Chunk
Packages that use Chunk
Package
Description
This is the main package of the API, containing general classes
Contains classes for all event types
-
Uses of Chunk in com.welcome234.pluginsystem
Methods in com.welcome234.pluginsystem that return ChunkModifier and TypeMethodDescriptionstatic ChunkWorld.getBlockChunk(int x, int y, boolean endDimension)Gets the chunk for the specified block coordinates and dimension.static ChunkWorld.getChunk(int chunkX, boolean endDimension)Gets the chunk for the specified coordinate and dimension.Methods in com.welcome234.pluginsystem that return types with arguments of type ChunkModifier and TypeMethodDescriptionWorld.getLoadedChunks(boolean endDimension)Gets the loaded chunks for the specified dimension. -
Uses of Chunk in com.welcome234.pluginsystem.events
Methods in com.welcome234.pluginsystem.events that return Chunk