net.minecraft.server.level

public final class PlayerMap

adq
net.minecraft.server.level.PlayerMap
net.minecraft.class_3210
net.minecraft.server.world.PlayerChunkWatchingManager
net.minecraft.src.C_4_
net.minecraft.server.level.PlayerMap

Field summary

Modifier and TypeField
private final it.unimi.dsi.fastutil.objects.Object2BooleanMap<ServerPlayer>
a
players
field_13910
watchingPlayers
f_8241_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public Set<ServerPlayer>
a(long arg0)
getPlayers(long arg0)
method_14083(long arg0)
getPlayersWatchingChunk(long arg0)
m_183926_(long arg0)
public void
a(long arg0, adx arg1, boolean arg2)
addPlayer(long arg0, ServerPlayer arg1, boolean arg2)
method_14085(long arg0, class_3222 arg1, boolean arg2)
add(long arg0, ServerPlayerEntity player, boolean watchDisabled)
m_8252_(long p_8254_, C_13_ arg1, boolean arg2)
public void
a(long arg0, adx arg1)
removePlayer(long arg0, ServerPlayer arg1)
method_14084(long arg0, class_3222 arg1)
remove(long arg0, ServerPlayerEntity player)
m_8249_(long p_8251_, C_13_ arg1)
public void
a(adx arg0)
ignorePlayer(ServerPlayer arg0)
method_14086(class_3222 arg0)
disableWatch(ServerPlayerEntity player)
m_8256_(C_13_ arg0)
public void
b(adx arg0)
unIgnorePlayer(ServerPlayer arg0)
method_14087(class_3222 arg0)
enableWatch(ServerPlayerEntity player)
m_8258_(C_13_ arg0)
public boolean
c(adx arg0)
ignoredOrUnknown(ServerPlayer arg0)
method_21715(class_3222 arg0)
isWatchInactive(ServerPlayerEntity player)
m_8260_(C_13_ arg0)
public boolean
d(adx arg0)
ignored(ServerPlayer arg0)
method_14082(class_3222 arg0)
isWatchDisabled(ServerPlayerEntity player)
m_8262_(C_13_ arg0)
public void
a(long arg0, long arg1, adx arg2)
updatePlayer(long arg0, long arg1, ServerPlayer arg2)
method_14081(long arg0, long arg1, class_3222 arg2)
movePlayer(long prevPos, long currentPos, ServerPlayerEntity player)
m_8245_(long p_8247_, long arg1, C_13_ arg2)