Uses of Enum Class
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 TypeMethodDescription@Nullable TeamS2CPacket.Operation
TeamS2CPacket.getPlayerListOperation()
@Nullable TeamS2CPacket.Operation
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.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)