History - net.minecraft.server.ChunkMap
1.7.10
Names
mq
net.minecraft.class_792
net.minecraft.server.ChunkMap
net.minecraft.server.management.PlayerManager
Fields
org.apache.logging.log4j.Logger: a, field_8883, LOGGER, field_152627_a
ServerWorld: b, field_2789, world, theWorldServer
List: c, field_2790, players, players
Long2ObjectHashMap: d, field_2791, chunksByPos, playerInstances
List: e, field_2792, dirty, playerInstancesToUpdate
List: f, field_6725, chunks, playerInstanceList
int: g, field_2793, chunkViewDistance, playerViewRadius
long: h, field_6726, lastUpdateTime, previousTotalWorldTime
int[][]: i, field_2794, adjacentChunkCoords, xzDirectionsConst
Constructors
Methods
ServerWorld (): a, method_2103, getWorld, getMinecraftServer
void (): b, method_2111, tick, updatePlayerInstances
boolean (int, int): a, method_8116, hasChunk, func_152621_a
ChunkMap__ChunkHolder (int, int, boolean): a, method_2107, getChunk, getPlayerInstance
void (int, int, int): a, method_2105, onBlockChanged, markBlockForUpdate
void (ServerPlayerEntity): a, method_2109, addPlayer, addPlayer
void (ServerPlayerEntity): b, method_2113, trackNewLoadedChunks, filterChunkLoadQueue
void (ServerPlayerEntity): c, method_2115, removePlayer, removePlayer
boolean (int, int, int, int, int): a, method_2106, isChunkWithinView, overlaps
void (ServerPlayerEntity): d, method_2116, movePlayer, updateMountedMovingPlayer
boolean (ServerPlayerEntity, int, int): a, method_2110, isChunkWithinView, isPlayerWatchingChunk
void (int): a, method_8115, updateViewDistance, func_152622_a
int (int): b, method_2104, getViewDistance, getFurthestViewableBlock