Class STeamsPacket
java.lang.Object
net.minecraft.network.play.server.STeamsPacket
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private TextFormatting
private ITextComponent
private int
private String
private String
private int
private ITextComponent
private final Collection<String>
private ITextComponent
-
Constructor Summary
ConstructorDescriptionSTeamsPacket
(ScorePlayerTeam p_i46907_1_, int p_i46907_2_) STeamsPacket
(ScorePlayerTeam p_i46908_1_, Collection<String> p_i46908_2_, int p_i46908_3_) -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
int
getName()
int
void
handle
(IClientPlayNetHandler p_148833_1_) void
read
(PacketBuffer p_148837_1_) void
write
(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
Field Details
-
name
-
displayName
-
playerPrefix
-
playerSuffix
-
nametagVisibility
-
collisionRule
-
color
-
players
-
method
private int method -
options
private int options
-
-
Constructor Details
-
STeamsPacket
public STeamsPacket() -
STeamsPacket
-
STeamsPacket
-
-
Method Details
-
read
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
handle
- Specified by:
handle
in interfaceIPacket<IClientPlayNetHandler>
-
getName
-
getDisplayName
-
getPlayers
-
getMethod
public int getMethod() -
getOptions
public int getOptions() -
getColor
-
getNametagVisibility
-
getCollisionRule
-
getPlayerPrefix
-
getPlayerSuffix
-