Class ContainerRecipe

java.lang.Object
org.cloudburstmc.server.crafting.MixRecipe
org.cloudburstmc.server.inventory.ContainerRecipe
All Implemented Interfaces:
org.cloudburstmc.api.inventory.Recipe

public class ContainerRecipe extends MixRecipe
  • Constructor Details

    • ContainerRecipe

      public ContainerRecipe(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

    • getType

      public org.cloudburstmc.api.inventory.RecipeType getType()
      Specified by:
      getType in interface org.cloudburstmc.api.inventory.Recipe
      Overrides:
      getType in class MixRecipe
    • getBlock

      public org.cloudburstmc.api.util.Identifier getBlock()
      Specified by:
      getBlock in interface org.cloudburstmc.api.inventory.Recipe
      Overrides:
      getBlock in class MixRecipe