public class CraftingEventPacket extends BedrockPacket
| Constructor and Description |
|---|
CraftingEventPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ItemData> |
getInputs() |
List<ItemData> |
getOutputs() |
int |
getType() |
UUID |
getUuid() |
byte |
getWindowId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setType(int type) |
void |
setUuid(UUID uuid) |
void |
setWindowId(byte windowId) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic byte getWindowId()
public int getType()
public UUID getUuid()
public void setWindowId(byte windowId)
public void setType(int type)
public void setUuid(UUID uuid)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.