Specifies the end position of your area. If the following LoadedRectangle was returned by ChunksModule.addLoadedChunk, you don't need to call this method. Also note that your area will cover not only the blocks included in the resulting rectangle, but all the chunks that intersect with this rectangle.
reference to itself to be used in sequential calls
whether the following area is loaded into the world at the moment
Loads the following area into the world. Ensure that you've specified start and end positions before calling this method, otherwise you'll get a java.lang.IllegalStateException.
reference to itself to be used in sequential calls
Specifies the start position of your area. If the following LoadedRectangle was returned by ChunksModule.addLoadedChunk, you don't need to call this method. Also note that your area will cover not only the blocks included in the resulting rectangle, but all the chunks that intersect with this rectangle.
reference to itself to be used in sequential calls
Unloads the following area from the world.
reference to itself to be used in sequential calls
Generated using TypeDoc
Object returned by ChunksModule.addLoadedRectangle and ChunksModule.addLoadedChunk.
3.0