Uses of Class
net.minecraft.network.packet.s2c.play.TeamS2CPacket
Packages that use TeamS2CPacket
Package
Description
- 
Uses of TeamS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type TeamS2CPacket
- 
Uses of TeamS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type TeamS2CPacket
- 
Uses of TeamS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type TeamS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<TeamS2CPacket> PlayPackets.SET_PLAYER_TEAM
- 
Uses of TeamS2CPacket in net.minecraft.network.packet.s2c.playFields in net.minecraft.network.packet.s2c.play with type parameters of type TeamS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, TeamS2CPacket> TeamS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return TeamS2CPacketModifier and TypeMethodDescriptionstatic TeamS2CPacketTeamS2CPacket.changePlayerTeam(Team team, String playerName, TeamS2CPacket.Operation operation) static TeamS2CPacketTeamS2CPacket.updateRemovedTeam(Team team) static TeamS2CPacketTeamS2CPacket.updateTeam(Team team, boolean updatePlayers) Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type TeamS2CPacket