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