@Immutable public class FurnaceRecipe extends Object implements Recipe
| Constructor and Description |
|---|
FurnaceRecipe(Item result,
Item ingredient,
Identifier block) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getBlock() |
Item |
getInput() |
Item |
getResult() |
RecipeType |
getType() |
void |
registerToCraftingManager(CraftingManager manager) |
com.nukkitx.protocol.bedrock.data.inventory.CraftingData |
toNetwork(int netId) |
public FurnaceRecipe(Item result, Item ingredient, Identifier block)
public Item getInput()
public void registerToCraftingManager(CraftingManager manager)
registerToCraftingManager in interface Recipepublic RecipeType getType()
public Identifier getBlock()
Copyright © 2020. All rights reserved.