public class NPacketPlayOutBlockChange extends Object implements NPacketPlayOut
Modifier and Type | Field and Description |
---|---|
BlockPosition |
pos |
long |
stateId |
Material |
type |
Constructor and Description |
---|
NPacketPlayOutBlockChange() |
NPacketPlayOutBlockChange(BlockPosition pos,
long state) |
Modifier and Type | Method and Description |
---|---|
PacketType |
getPacketType()
Get type of packet
|
void |
read(PacketSerializer serializer,
Version version)
Read packet from given serializer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, getPacketName, write
public BlockPosition pos
public long stateId
public Material type
public NPacketPlayOutBlockChange(BlockPosition pos, long state)
public NPacketPlayOutBlockChange()
public void read(PacketSerializer serializer, Version version)
NPacket
public PacketType getPacketType()
NPacket
getPacketType
in interface NPacket