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, waitcreate, getPacketName, writepublic long chunkX
public long chunkY
public long chunkZ
public boolean suppressLightUpdate
public HashMap<BlockPosition,Material> blockStates
public void read(PacketSerializer serializer, Version version)
NPacketpublic PacketType getPacketType()
NPacketgetPacketType in interface NPacket