public class SmithingTransformRecipeData extends java.lang.Object implements TaggedCraftingData, IdentifiableRecipeData, NetworkRecipeData
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
ItemDescriptorWithCount |
getAddition() |
ItemDescriptorWithCount |
getBase() |
java.lang.String |
getId() |
int |
getNetId() |
ItemData |
getResult() |
java.lang.String |
getTag() |
CraftingDataType |
getType() |
int |
hashCode() |
static SmithingTransformRecipeData |
of(java.lang.String id,
ItemDescriptorWithCount base,
ItemDescriptorWithCount addition,
ItemData result,
java.lang.String tag,
int netId) |
java.lang.String |
toString() |
public CraftingDataType getType()
getType in interface RecipeDatapublic static SmithingTransformRecipeData of(java.lang.String id, ItemDescriptorWithCount base, ItemDescriptorWithCount addition, ItemData result, java.lang.String tag, int netId)
public java.lang.String getId()
getId in interface IdentifiableRecipeDatapublic ItemDescriptorWithCount getBase()
public ItemDescriptorWithCount getAddition()
public ItemData getResult()
public java.lang.String getTag()
getTag in interface TaggedCraftingDatapublic int getNetId()
getNetId in interface NetworkRecipeDatapublic java.lang.String toString()
toString in class java.lang.Objectpublic 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.Object