public abstract class MixRecipe extends Object implements Recipe
| Constructor and Description |
|---|
MixRecipe(Item input,
Item ingredient,
Item output) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getBlock() |
Item |
getIngredient() |
Item |
getInput() |
Item |
getResult() |
RecipeType |
getType() |
com.nukkitx.protocol.bedrock.data.inventory.CraftingData |
toNetwork(int netId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterToCraftingManagerpublic Item getIngredient()
public Item getInput()
public RecipeType getType()
public com.nukkitx.protocol.bedrock.data.inventory.CraftingData toNetwork(int netId)
public Identifier getBlock()
Copyright © 2020. All rights reserved.