Uses of Enum Class
net.minecraft.network.packet.s2c.play.TeamS2CPacket.Operation
-
Uses of TeamS2CPacket.Operation in net.minecraft.network.packet.s2c.play
Modifier and TypeMethodDescriptionTeamS2CPacket.getPlayerListOperation()
TeamS2CPacket.getTeamOperation()
static TeamS2CPacket.Operation
Returns the enum constant of this class with the specified name.static TeamS2CPacket.Operation[]
TeamS2CPacket.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic TeamS2CPacket
TeamS2CPacket.changePlayerTeam
(Team team, String playerName, TeamS2CPacket.Operation operation)