Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundSetPlayerTeamPacket.Action
Packages that use ClientboundSetPlayerTeamPacket.Action
-
Uses of ClientboundSetPlayerTeamPacket.Action in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game that return ClientboundSetPlayerTeamPacket.ActionModifier and TypeMethodDescriptionClientboundSetPlayerTeamPacket.getPlayerAction()
ClientboundSetPlayerTeamPacket.getTeamAction()
Returns the enum constant of this class with the specified name.ClientboundSetPlayerTeamPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network.protocol.game with parameters of type ClientboundSetPlayerTeamPacket.ActionModifier and TypeMethodDescriptionClientboundSetPlayerTeamPacket.createPlayerPacket
(PlayerTeam p_179329_, String p_179330_, ClientboundSetPlayerTeamPacket.Action p_179331_)