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