public interface ChunkLoader
| Modifier and Type | Method and Description |
|---|---|
Level |
getLevel() |
int |
getLoaderId() |
com.nukkitx.math.vector.Vector3f |
getPosition() |
float |
getX() |
float |
getZ() |
boolean |
isLoaderActive() |
void |
onChunkChanged(Chunk chunk) |
void |
onChunkLoaded(Chunk chunk) |
void |
onChunkUnloaded(Chunk chunk) |
int getLoaderId()
boolean isLoaderActive()
com.nukkitx.math.vector.Vector3f getPosition()
float getX()
float getZ()
Level getLevel()
void onChunkChanged(Chunk chunk)
void onChunkLoaded(Chunk chunk)
void onChunkUnloaded(Chunk chunk)
Copyright © 2020. All rights reserved.