public abstract class MixRecipe extends Object implements org.cloudburstmc.api.inventory.Recipe
| Constructor and Description |
|---|
MixRecipe(org.cloudburstmc.api.util.Identifier id,
org.cloudburstmc.api.item.ItemStack input,
org.cloudburstmc.api.item.ItemStack ingredient,
org.cloudburstmc.api.item.ItemStack output) |
| Modifier and Type | Method and Description |
|---|---|
org.cloudburstmc.api.util.Identifier |
getBlock() |
org.cloudburstmc.api.util.Identifier |
getId() |
org.cloudburstmc.api.item.ItemStack |
getIngredient() |
org.cloudburstmc.api.item.ItemStack |
getInput() |
org.cloudburstmc.api.item.ItemStack |
getResult() |
org.cloudburstmc.api.inventory.RecipeType |
getType() |
public MixRecipe(org.cloudburstmc.api.util.Identifier id,
org.cloudburstmc.api.item.ItemStack input,
org.cloudburstmc.api.item.ItemStack ingredient,
org.cloudburstmc.api.item.ItemStack output)
public org.cloudburstmc.api.util.Identifier getId()
getId in interface org.cloudburstmc.api.inventory.Recipepublic org.cloudburstmc.api.item.ItemStack getIngredient()
public org.cloudburstmc.api.item.ItemStack getInput()
public org.cloudburstmc.api.item.ItemStack getResult()
getResult in interface org.cloudburstmc.api.inventory.Recipepublic org.cloudburstmc.api.inventory.RecipeType getType()
getType in interface org.cloudburstmc.api.inventory.Recipepublic org.cloudburstmc.api.util.Identifier getBlock()
getBlock in interface org.cloudburstmc.api.inventory.RecipeCopyright © 2021. All rights reserved.