net.minecraft.network.protocol.game

public class ClientboundSetPlayerTeamPacket

implements Packet<ClientGamePacketListener>

ri
net.minecraft.network.protocol.game.ClientboundSetPlayerTeamPacket
net.minecraft.class_2755
net.minecraft.network.packet.s2c.play.TeamS2CPacket
net.minecraft.network.play.server.STeamsPacket
net.minecraft.server.v1_16_R2.PacketPlayOutScoreboardTeam

Field summary

Modifier and TypeField
private String
a
name
field_12600
teamName
field_149320_a
private Component
b
displayName
field_12603
displayName
field_149318_b
private Component
c
playerPrefix
field_12601
prefix
field_207509_c
private Component
d
playerSuffix
field_12597
suffix
field_207510_d
private String
e
nametagVisibility
field_12604
nameTagVisibilityRule
field_179816_e
private String
f
collisionRule
field_12605
collisionRule
field_186976_f
private ChatFormatting
g
color
field_12598
color
field_179815_f
private final Collection<String>
h
players
field_12602
playerList
field_149317_e
private int
i
method
field_12599
mode
field_149314_f
private int
j
options
field_12606
flags
field_149315_g

Constructor summary

ModifierConstructor
public ()
public (PlayerTeam team, int mode)
public (PlayerTeam team, Collection<String> playerList, int mode)

Method summary

Modifier and TypeMethod
public void
a(nf arg0)
read(FriendlyByteBuf arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
public void
b(nf arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
public void
a(om arg0)
handle(ClientGamePacketListener arg0)
method_11860(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
func_148833_a(IClientPlayNetHandler arg0)
public String
b()
getName()
method_11855()
getTeamName()
func_149312_c()
public Component
c()
getDisplayName()
method_11859()
getDisplayName()
func_149306_d()
public Collection<String>
d()
getPlayers()
method_11857()
getPlayerList()
func_149310_g()
public int
e()
getMethod()
method_11853()
getMode()
func_149307_h()
public int
f()
getOptions()
method_11852()
getFlags()
func_149308_i()
public ChatFormatting
g()
getColor()
method_11858()
getPlayerPrefix()
func_200537_f()
public String
h()
getNametagVisibility()
method_11851()
getNameTagVisibilityRule()
func_179814_i()
public String
i()
getCollisionRule()
method_11861()
getCollisionRule()
func_186975_j()
public Component
j()
getPlayerPrefix()
method_11856()
getPrefix()
func_207507_i()
public Component
k()
getPlayerSuffix()
method_11854()
getSuffix()
func_207508_j()