public class SScoreboardObjectivePacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private int |
action |
private ITextComponent |
displayName |
private java.lang.String |
objectiveName |
private ScoreCriteria.RenderType |
renderType |
Constructor and Description |
---|
SScoreboardObjectivePacket() |
SScoreboardObjectivePacket(ScoreObjective objective,
int actionIn) |
Modifier and Type | Method and Description |
---|---|
int |
getAction() |
ITextComponent |
getDisplayName() |
java.lang.String |
getObjectiveName() |
ScoreCriteria.RenderType |
getRenderType() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private java.lang.String objectiveName
private ITextComponent displayName
private ScoreCriteria.RenderType renderType
private int action
public SScoreboardObjectivePacket()
public SScoreboardObjectivePacket(ScoreObjective objective, int actionIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
in interface IPacket<IClientPlayNetHandler>
public java.lang.String getObjectiveName()
public ITextComponent getDisplayName()
public int getAction()
public ScoreCriteria.RenderType getRenderType()