Package org.cloudburstmc.server.crafting
Class MixRecipe
java.lang.Object
org.cloudburstmc.server.crafting.MixRecipe
- All Implemented Interfaces:
org.cloudburstmc.api.crafting.Recipe
- Direct Known Subclasses:
BrewingRecipe,ContainerRecipe
-
Constructor Summary
ConstructorsConstructorDescriptionMixRecipe(org.cloudburstmc.api.util.Identifier id, org.cloudburstmc.api.item.ItemStack input, org.cloudburstmc.api.item.ItemStack ingredient, org.cloudburstmc.api.item.ItemStack output) -
Method Summary
-
Constructor Details
-
MixRecipe
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)
-
-
Method Details
-
getId
public org.cloudburstmc.api.util.Identifier getId()- Specified by:
getIdin interfaceorg.cloudburstmc.api.crafting.Recipe
-
getIngredient
public org.cloudburstmc.api.item.ItemStack getIngredient() -
getInput
public org.cloudburstmc.api.item.ItemStack getInput() -
getResult
public org.cloudburstmc.api.item.ItemStack getResult()- Specified by:
getResultin interfaceorg.cloudburstmc.api.crafting.Recipe
-
getType
public org.cloudburstmc.api.crafting.RecipeType getType()- Specified by:
getTypein interfaceorg.cloudburstmc.api.crafting.Recipe
-
getBlock
public org.cloudburstmc.api.util.Identifier getBlock()- Specified by:
getBlockin interfaceorg.cloudburstmc.api.crafting.Recipe
-