Uses of Class
net.minecraft.server.management.PlayerList
-
Packages that use PlayerList Package Description net.minecraft.advancements net.minecraft.server net.minecraft.server.dedicated net.minecraft.server.integrated net.minecraftforge.event -
-
Uses of PlayerList in net.minecraft.advancements
Fields in net.minecraft.advancements declared as PlayerList Modifier and Type Field Description private PlayerList
PlayerAdvancements. playerList
Constructors in net.minecraft.advancements with parameters of type PlayerList Constructor Description PlayerAdvancements(com.mojang.datafixers.DataFixer p_i232594_1_, PlayerList p_i232594_2_, AdvancementManager p_i232594_3_, java.io.File p_i232594_4_, ServerPlayerEntity p_i232594_5_)
-
Uses of PlayerList in net.minecraft.server
Fields in net.minecraft.server declared as PlayerList Modifier and Type Field Description private PlayerList
MinecraftServer. playerList
Methods in net.minecraft.server that return PlayerList Modifier and Type Method Description PlayerList
MinecraftServer. getPlayerList()
Methods in net.minecraft.server with parameters of type PlayerList Modifier and Type Method Description void
MinecraftServer. setPlayerList(PlayerList p_184105_1_)
-
Uses of PlayerList in net.minecraft.server.dedicated
Subclasses of PlayerList in net.minecraft.server.dedicated Modifier and Type Class Description class
DedicatedPlayerList
-
Uses of PlayerList in net.minecraft.server.integrated
Subclasses of PlayerList in net.minecraft.server.integrated Modifier and Type Class Description class
IntegratedPlayerList
-
Uses of PlayerList in net.minecraftforge.event
Fields in net.minecraftforge.event declared as PlayerList Modifier and Type Field Description private PlayerList
OnDatapackSyncEvent. playerList
Methods in net.minecraftforge.event that return PlayerList Modifier and Type Method Description PlayerList
OnDatapackSyncEvent. getPlayerList()
Constructors in net.minecraftforge.event with parameters of type PlayerList Constructor Description OnDatapackSyncEvent(PlayerList playerList, ServerPlayerEntity player)
-