public final class ChunkDataMessage extends Object implements com.flowpowered.network.Message
| Constructor and Description |
|---|
ChunkDataMessage(int x,
int z,
boolean continuous,
int primaryMask,
io.netty.buffer.ByteBuf data,
Collection<CompoundTag> blockEntities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<CompoundTag> |
getBlockEntities() |
io.netty.buffer.ByteBuf |
getData() |
int |
getPrimaryMask() |
int |
getX() |
int |
getZ() |
int |
hashCode() |
boolean |
isContinuous() |
String |
toString() |
public ChunkDataMessage(int x,
int z,
boolean continuous,
int primaryMask,
io.netty.buffer.ByteBuf data,
Collection<CompoundTag> blockEntities)
public int getX()
public int getZ()
public boolean isContinuous()
public int getPrimaryMask()
public io.netty.buffer.ByteBuf getData()
public Collection<CompoundTag> getBlockEntities()
public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.