Uses of Class
net.minecraft.network.packet.s2c.play.TeamS2CPacket.Operation
Package | Description |
---|---|
net.minecraft.network.packet.s2c.play |
-
Uses of TeamS2CPacket.Operation in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return TeamS2CPacket.Operation Modifier and Type Method Description @Nullable TeamS2CPacket.Operation
TeamS2CPacket. getPlayerListOperation()
@Nullable TeamS2CPacket.Operation
TeamS2CPacket. getTeamOperation()
static TeamS2CPacket.Operation
TeamS2CPacket.Operation. valueOf(String name)
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.Operation Modifier and Type Method Description static TeamS2CPacket
TeamS2CPacket. changePlayerTeam(Team team, String playerName, TeamS2CPacket.Operation operation)