public class UnlockedRecipesPacket extends java.lang.Object implements BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
UnlockedRecipesPacket.ActionType |
| Constructor and Description |
|---|
UnlockedRecipesPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
UnlockedRecipesPacket.ActionType |
getAction() |
BedrockPacketType |
getPacketType() |
java.util.List<java.lang.String> |
getUnlockedRecipes() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setAction(UnlockedRecipesPacket.ActionType action) |
java.lang.String |
toString() |
public org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic UnlockedRecipesPacket.ActionType getAction()
public java.util.List<java.lang.String> getUnlockedRecipes()
public void setAction(UnlockedRecipesPacket.ActionType action)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object