| Package | Description |
|---|---|
| net.tridentsdk.server.chunk |
Contains infrastructure for player and world chunk management
|
| net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world.* package |
| Modifier and Type | Method and Description |
|---|---|
TridentChunk |
ChunkHandler.get(ChunkLocation location,
boolean gen)
Obtains the chunk at the given location in the world, generating if given to do so
|
TridentChunk |
CRefCounter.unwrap() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TridentChunk> |
ChunkHandler.values()
Obtains the chunks that have been loaded into memory
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkHandler.put(TridentChunk chunk)
Places a chunk into the collection of in-memory chunks
|
static CRefCounter |
CRefCounter.wrap(TridentChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
TridentChunk |
TridentWorld.chunkAt(ChunkLocation location,
boolean generateIfNotFound) |
TridentChunk |
TridentWorld.generateChunk(ChunkLocation location) |
TridentChunk |
TridentWorldLoader.loadChunk(ChunkLocation location) |
TridentChunk |
RegionFile.loadChunkData(TridentWorld world,
ChunkLocation location) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TridentChunk> |
TridentWorld.loadedChunks() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionFile.saveChunkData(TridentChunk chunk) |
| Constructor and Description |
|---|
TridentChunkSnapshot(TridentWorld world,
TridentChunk chunk) |
Copyright © 2016. All rights reserved.