public class CraftingDataPacket extends BedrockPacket
| Constructor and Description |
|---|
CraftingDataPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CraftingData> |
getCraftingData() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
boolean |
isCleanRecipes() |
void |
setCleanRecipes(boolean cleanRecipes) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic List<CraftingData> getCraftingData()
public boolean isCleanRecipes()
public void setCleanRecipes(boolean cleanRecipes)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.