| Modifier and Type | Method and Description |
|---|---|
Chunk |
Block.getChunk() |
| Modifier and Type | Method and Description |
|---|---|
T |
BlockEntityFactory.create(BlockEntityType<T> type,
Chunk chunk,
com.nukkitx.math.vector.Vector3i position) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
Entity.getChunk() |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
ChunkEvent.getChunk() |
| Constructor and Description |
|---|
ChunkEvent(Chunk chunk) |
ChunkLoadEvent(Chunk chunk,
boolean newChunk) |
ChunkPopulateEvent(Chunk chunk) |
ChunkUnloadEvent(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
Location.getChunk() |
default Chunk |
ChunkManager.getChunk(int chunkX,
int chunkZ) |
Chunk |
ChunkManager.getChunk(long key) |
default Chunk |
ChunkManager.getChunk(com.nukkitx.math.vector.Vector2i chunkPos) |
default Chunk |
ChunkManager.getChunk(com.nukkitx.math.vector.Vector3f pos) |
default Chunk |
ChunkManager.getChunk(com.nukkitx.math.vector.Vector3i pos) |
default Chunk |
ChunkManager.getLoadedChunk(int chunkX,
int chunkZ) |
Chunk |
ChunkManager.getLoadedChunk(long key) |
default Chunk |
ChunkManager.getLoadedChunk(com.nukkitx.math.vector.Vector3f position) |
default Chunk |
ChunkManager.getLoadedChunk(com.nukkitx.math.vector.Vector3i position) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends Chunk> |
ChunkManager.getChunkFuture(int chunkX,
int chunkZ) |
Set<? extends Chunk> |
ChunkManager.getChunks() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkLoader.onChunkChanged(Chunk chunk) |
void |
ChunkLoader.onChunkLoaded(Chunk chunk) |
void |
ChunkLoader.onChunkUnloaded(Chunk chunk) |
| Modifier and Type | Class and Description |
|---|---|
class |
LockableChunk |
| Modifier and Type | Method and Description |
|---|---|
default int |
Chunk.compareTo(Chunk o) |
Copyright © 2021. All rights reserved.