public class PacketPlayOutUpdateBlockEntity extends OutPacket
| Modifier and Type | Field and Description |
|---|---|
protected int |
action |
protected Position |
loc |
protected byte[] |
nbtData |
| Constructor and Description |
|---|
PacketPlayOutUpdateBlockEntity() |
| Modifier and Type | Method and Description |
|---|---|
int |
action() |
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
|
Position |
location() |
byte[] |
nbtData() |
decode, direction, handleReceived, setpublic PacketPlayOutUpdateBlockEntity()
Copyright © 2016. All rights reserved.