net.minecraft.server.world

public final class PlayerChunkWatchingManager

net.minecraft.server.level.PlayerMap
net.minecraft.class_3210
net.minecraft.server.world.PlayerChunkWatchingManager

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public Set<ServerPlayerEntity>
getAllPlayers()
method_14083()
getPlayersWatchingChunk()
public void
addPlayer(ServerPlayer player, boolean ignored)
method_14085(class_3222 arg0, boolean arg1)
add(ServerPlayerEntity player, boolean inactive)
public void
removePlayer(ServerPlayer player)
method_14084(class_3222 arg0)
remove(ServerPlayerEntity player)
public void
ignorePlayer(ServerPlayer player)
method_14086(class_3222 arg0)
disableWatch(ServerPlayerEntity player)
public void
unIgnorePlayer(ServerPlayer player)
method_14087(class_3222 arg0)
enableWatch(ServerPlayerEntity player)
public boolean
ignoredOrUnknown(ServerPlayer player)
method_21715(class_3222 arg0)
isWatchInactive(ServerPlayerEntity player)
public boolean
ignored(ServerPlayer player)
method_14082(class_3222 arg0)
isWatchDisabled(ServerPlayerEntity player)