Uses of Class
net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
Package | Description |
---|---|
net.minecraft.network.packet.s2c.play |
-
Uses of TeamS2CPacket.SerializableTeam in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type TeamS2CPacket.SerializableTeam Modifier and Type Field Description private Optional<TeamS2CPacket.SerializableTeam>
TeamS2CPacket. team
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type TeamS2CPacket.SerializableTeam Modifier and Type Method Description Optional<TeamS2CPacket.SerializableTeam>
TeamS2CPacket. getTeam()
Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type TeamS2CPacket.SerializableTeam Constructor Description TeamS2CPacket(String teamName, int packetType, Optional<TeamS2CPacket.SerializableTeam> team, Collection<String> playerNames)