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 PlayerListPlayerAdvancements. playerListConstructors 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 PlayerListMinecraftServer. playerListMethods in net.minecraft.server that return PlayerList Modifier and Type Method Description PlayerListMinecraftServer. getPlayerList()Methods in net.minecraft.server with parameters of type PlayerList Modifier and Type Method Description voidMinecraftServer. 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 classDedicatedPlayerList -
Uses of PlayerList in net.minecraft.server.integrated
Subclasses of PlayerList in net.minecraft.server.integrated Modifier and Type Class Description classIntegratedPlayerList -
Uses of PlayerList in net.minecraftforge.event
Fields in net.minecraftforge.event declared as PlayerList Modifier and Type Field Description private PlayerListOnDatapackSyncEvent. playerListMethods in net.minecraftforge.event that return PlayerList Modifier and Type Method Description PlayerListOnDatapackSyncEvent. getPlayerList()Constructors in net.minecraftforge.event with parameters of type PlayerList Constructor Description OnDatapackSyncEvent(PlayerList playerList, ServerPlayerEntity player)
-