public class ServerUpdateScorePacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerUpdateScorePacket(String entry,
String objective) |
ServerUpdateScorePacket(String entry,
String objective,
int value) |
| Modifier and Type | Method and Description |
|---|---|
ScoreboardAction |
getAction() |
String |
getEntry() |
String |
getObjective() |
int |
getValue() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic String getEntry()
public ScoreboardAction getAction()
public String getObjective()
public int getValue()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.