world
Namespaces
Interfaces, Classes, Traits and Enums
- ChunkListener
- This interface allows you to listen for events occurring on or in specific chunks. This will receive events for any chunks which it is registered to listen to.
- ChunkLoader
- If you want to keep chunks loaded, implement this interface and register it into World.
- ChunkManager
- TickingChunkLoader
- TickingChunkLoader includes all of the same functionality as ChunkLoader (it can be used in the same way).
- BlockTransaction
- ChunkLockId
- Represents a unique lock ID for use with World chunk locking.
- Explosion
- Position
- SimpleChunkManager
- World
- WorldCreationOptions
- Represents user-customizable settings for world creation
- WorldException
- WorldManager
- WorldTimings
- ChunkListenerNoOpTrait
- This trait implements no-op default methods for chunk listeners.