Package | Description |
---|---|
net.minecraft.server.management |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<PlayerChunkMapEntry> |
PlayerChunkMap.dirtyEntries |
private java.util.List<PlayerChunkMapEntry> |
PlayerChunkMap.entries |
private java.util.List<PlayerChunkMapEntry> |
PlayerChunkMap.entriesWithoutChunks |
private it.unimi.dsi.fastutil.longs.Long2ObjectMap<PlayerChunkMapEntry> |
PlayerChunkMap.entryMap |
private java.util.List<PlayerChunkMapEntry> |
PlayerChunkMap.pendingSendToPlayers |
Modifier and Type | Method and Description |
---|---|
PlayerChunkMapEntry |
PlayerChunkMap.getEntry(int x,
int z) |
private PlayerChunkMapEntry |
PlayerChunkMap.getOrCreateEntry(int chunkX,
int chunkZ) |
Modifier and Type | Method and Description |
---|---|
void |
PlayerChunkMap.entryChanged(PlayerChunkMapEntry entry) |
void |
PlayerChunkMap.removeEntry(PlayerChunkMapEntry entry) |