net.minecraft.server.level

public final class PlayerMap

wy
net.minecraft.server.level.PlayerMap
net.minecraft.class_3210
net.minecraft.server.world.PlayerChunkWatchingManager
net.minecraft.world.chunk.PlayerGenerationTracker
net.minecraft.server.v1_15_R1.PlayerMap

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public Stream<ServerPlayer>
a(long arg0)
getPlayers(long arg0)
method_14083(long arg0)
getPlayersWatchingChunk(long arg0)
func_219444_a(long arg0)
public void
a(long arg0, xe arg1, boolean arg2)
addPlayer(long arg0, ServerPlayer arg1, boolean arg2)
method_14085(long arg0, class_3222 arg1, boolean arg2)
add(long arg0, ServerPlayerEntity arg1, boolean watchDisabled)
func_219442_a(long arg0, ServerPlayerEntity arg1, boolean arg2)
public void
a(long arg0, xe arg1)
removePlayer(long arg0, ServerPlayer arg1)
method_14084(long arg0, class_3222 arg1)
remove(long arg0, ServerPlayerEntity arg1)
func_219443_a(long arg0, ServerPlayerEntity arg1)
public void
a(xe arg0)
ignorePlayer(ServerPlayer arg0)
method_14086(class_3222 arg0)
disableWatch(ServerPlayerEntity arg0)
func_219446_a(ServerPlayerEntity arg0)
public void
b(xe arg0)
unIgnorePlayer(ServerPlayer arg0)
method_14087(class_3222 arg0)
enableWatch(ServerPlayerEntity arg0)
func_219447_b(ServerPlayerEntity arg0)
public boolean
c(xe arg0)
ignoredOrUnknown(ServerPlayer arg0)
method_21715(class_3222 arg0)
func_219448_c(ServerPlayerEntity arg0)
public boolean
d(xe arg0)
ignored(ServerPlayer arg0)
method_14082(class_3222 arg0)
isWatchDisabled(ServerPlayerEntity arg0)
func_225419_d(ServerPlayerEntity arg0)
public void
a(long arg0, long arg1, xe arg2)
updatePlayer(long arg0, long arg1, ServerPlayer arg2)
method_14081(long arg0, long arg1, class_3222 arg2)
movePlayer(long prevPos, long currentPos, ServerPlayerEntity arg2)
func_219445_a(long arg0, long arg1, ServerPlayerEntity arg2)