public class PlayerManager
extends java.lang.Object
Constructor and Description |
---|
PlayerManager(WorldServer serverWorld) |
Modifier and Type | Method and Description |
---|---|
void |
addPlayer(EntityPlayerMP p_72683_1_) |
void |
filterChunkLoadQueue(EntityPlayerMP p_72691_1_) |
static int |
getFurthestViewableBlock(int p_72686_0_) |
WorldServer |
getMinecraftServer() |
boolean |
hasPlayerInstance(int p_152621_1_,
int p_152621_2_) |
boolean |
isPlayerWatchingChunk(EntityPlayerMP p_72694_1_,
int p_72694_2_,
int p_72694_3_) |
void |
markBlockForUpdate(BlockPos p_180244_1_) |
void |
removePlayer(EntityPlayerMP p_72695_1_) |
void |
setPlayerViewRadius(int p_152622_1_) |
void |
updateMountedMovingPlayer(EntityPlayerMP p_72685_1_) |
void |
updatePlayerInstances() |
public PlayerManager(WorldServer serverWorld)
public WorldServer getMinecraftServer()
public void updatePlayerInstances()
public boolean hasPlayerInstance(int p_152621_1_, int p_152621_2_)
public void markBlockForUpdate(BlockPos p_180244_1_)
public void addPlayer(EntityPlayerMP p_72683_1_)
public void filterChunkLoadQueue(EntityPlayerMP p_72691_1_)
public void removePlayer(EntityPlayerMP p_72695_1_)
public void updateMountedMovingPlayer(EntityPlayerMP p_72685_1_)
public boolean isPlayerWatchingChunk(EntityPlayerMP p_72694_1_, int p_72694_2_, int p_72694_3_)
public void setPlayerViewRadius(int p_152622_1_)
public static int getFurthestViewableBlock(int p_72686_0_)