public class PacketPlayInUpdateSign extends InPacket
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
jsonContents
Contents of the sign, represented in JSON
|
protected Position |
signLocation
Location of the sign
|
| Constructor and Description |
|---|
PacketPlayInUpdateSign() |
| Modifier and Type | Method and Description |
|---|---|
Packet |
decode(ByteBuf buf)
Sets the fields of the packet from the data serialized into the buffer
|
void |
handleReceived(ClientConnection connection)
Handles the packet after receiving it from a connection, is invoked by the ClientConnection that received it
|
int |
id()
Gets the ID of this packet, according to the protocol specification
|
String[] |
jsonContents() |
Position |
signLocation() |
protected final String[] jsonContents
protected Position signLocation
public PacketPlayInUpdateSign()
public int id()
Packetpublic Packet decode(ByteBuf buf)
Packetbuf - the buffer storing the serialized packet datapublic Position signLocation()
public String[] jsonContents()
public void handleReceived(ClientConnection connection)
PacketUsed to allow the packet to notify the ClientConnection
of packets the server receives, and make changes specific to this packet
connection - The connection that sent the packetCopyright © 2016. All rights reserved.