public class ContainerOpenPacket extends BedrockPacket
| Constructor and Description |
|---|
ContainerOpenPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.nukkitx.math.vector.Vector3i |
getBlockPosition() |
byte |
getType() |
long |
getUniqueEntityId() |
byte |
getWindowId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setBlockPosition(com.nukkitx.math.vector.Vector3i blockPosition) |
void |
setType(byte type) |
void |
setUniqueEntityId(long uniqueEntityId) |
void |
setWindowId(byte windowId) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic byte getWindowId()
public byte getType()
public com.nukkitx.math.vector.Vector3i getBlockPosition()
public long getUniqueEntityId()
public void setWindowId(byte windowId)
public void setType(byte type)
public void setBlockPosition(com.nukkitx.math.vector.Vector3i blockPosition)
public void setUniqueEntityId(long uniqueEntityId)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.