@Immutable public interface Recipe
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getBlock() |
Item |
getResult() |
RecipeType |
getType() |
void |
registerToCraftingManager(CraftingManager manager) |
com.nukkitx.protocol.bedrock.data.inventory.CraftingData |
toNetwork(int networkId) |
Item getResult()
void registerToCraftingManager(CraftingManager manager)
RecipeType getType()
com.nukkitx.protocol.bedrock.data.inventory.CraftingData toNetwork(int networkId)
Identifier getBlock()
Copyright © 2020. All rights reserved.