public class PacketPlayOutUpdateScore extends OutPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
PacketPlayOutUpdateScore.UpdateType |
| Modifier and Type | Field and Description |
|---|---|
protected String |
itemName |
protected String |
scoreName |
protected PacketPlayOutUpdateScore.UpdateType |
type |
protected int |
value |
| Constructor and Description |
|---|
PacketPlayOutUpdateScore() |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ByteBuf buf)
Serialized the data held by this packet into a buffer
|
int |
id()
Gets the ID of this packet, according to the protocol specification
|
String |
itemName() |
String |
score() |
PacketPlayOutUpdateScore.UpdateType |
updateType() |
int |
value() |
decode, direction, handleReceived, setprotected PacketPlayOutUpdateScore.UpdateType type
protected int value
public PacketPlayOutUpdateScore()
public int id()
Packetpublic PacketPlayOutUpdateScore.UpdateType updateType()
public int value()
Copyright © 2016. All rights reserved.