public class NPacketPlayOutMultiBlockChange extends Object implements NPacketPlayOut
Modifier and Type | Field and Description |
---|---|
HashMap<BlockPosition,Material> |
blockStates |
long |
chunkX |
long |
chunkY |
long |
chunkZ |
boolean |
suppressLightUpdate
This field seems to appear since 1.16
|
Constructor and Description |
---|
NPacketPlayOutMultiBlockChange() |
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 long chunkX
public long chunkY
public long chunkZ
public boolean suppressLightUpdate
public HashMap<BlockPosition,Material> blockStates
public void read(PacketSerializer serializer, Version version)
NPacket
public PacketType getPacketType()
NPacket
getPacketType
in interface NPacket