public class SScoreboardObjectivePacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
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
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()