Uses of Class
net.minecraft.server.players.PlayerList
Packages that use PlayerList
Package
Description
-
Uses of PlayerList in net.minecraft.client.server
Subclasses of PlayerList in net.minecraft.client.server -
Uses of PlayerList in net.minecraft.server
Fields in net.minecraft.server declared as PlayerListModifier and TypeFieldDescriptionprivate PlayerList
MinecraftServer.playerList
private final PlayerList
PlayerAdvancements.playerList
Methods in net.minecraft.server that return PlayerListMethods in net.minecraft.server with parameters of type PlayerListConstructors in net.minecraft.server with parameters of type PlayerListModifierConstructorDescriptionPlayerAdvancements
(com.mojang.datafixers.DataFixer p_135973_, PlayerList p_135974_, ServerAdvancementManager p_135975_, File p_135976_, ServerPlayer p_135977_) -
Uses of PlayerList in net.minecraft.server.chase
Fields in net.minecraft.server.chase declared as PlayerListConstructors in net.minecraft.server.chase with parameters of type PlayerListModifierConstructorDescriptionChaseServer
(String p_196032_, int p_196033_, PlayerList p_196034_, int p_196035_) -
Uses of PlayerList in net.minecraft.server.dedicated
Subclasses of PlayerList in net.minecraft.server.dedicated -
Uses of PlayerList in net.minecraftforge.event
Fields in net.minecraftforge.event declared as PlayerListMethods in net.minecraftforge.event that return PlayerListMethods in net.minecraftforge.event with parameters of type PlayerListModifier and TypeMethodDescriptionstatic boolean
ForgeEventFactory.onPermissionChanged
(com.mojang.authlib.GameProfile gameProfile, int newLevel, PlayerList playerList) Constructors in net.minecraftforge.event with parameters of type PlayerListModifierConstructorDescriptionOnDatapackSyncEvent
(PlayerList playerList, @Nullable ServerPlayer player)