Class ItemFacadeRecipe

java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
org.cyclops.integrateddynamics.recipe.ItemFacadeRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

public class ItemFacadeRecipe extends net.minecraft.world.item.crafting.CustomRecipe
Recipe for combining facades with blocks.
  • Field Summary

    Fields inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, STREAM_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    ItemFacadeRecipe(net.minecraft.world.item.crafting.CraftingBookCategory craftingBookCategory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    assemble(net.minecraft.world.item.crafting.CraftingInput grid, net.minecraft.core.HolderLookup.Provider registryAccess)
     
    boolean
    canCraftInDimensions(int width, int height)
     
    net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient>
     
    net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack>
    getRemainingItems(net.minecraft.world.item.crafting.CraftingInput inventory)
     
    net.minecraft.world.item.ItemStack
     
    net.minecraft.world.item.ItemStack
    getResultItem(net.minecraft.core.HolderLookup.Provider registryAccess)
     
    net.minecraft.world.item.crafting.RecipeSerializer<?>
     
    boolean
     
    boolean
    matches(net.minecraft.world.item.crafting.CraftingInput grid, net.minecraft.world.level.Level world)
     

    Methods inherited from class net.minecraft.world.item.crafting.CustomRecipe

    category

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getGroup, getToastSymbol, isIncomplete, showNotification
  • Constructor Details

    • ItemFacadeRecipe

      public ItemFacadeRecipe(net.minecraft.world.item.crafting.CraftingBookCategory craftingBookCategory)
  • Method Details

    • getIngredients

      public net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> getIngredients()
    • matches

      public boolean matches(net.minecraft.world.item.crafting.CraftingInput grid, net.minecraft.world.level.Level world)
    • getResultItem

      public net.minecraft.world.item.ItemStack getResultItem(net.minecraft.core.HolderLookup.Provider registryAccess)
      Specified by:
      getResultItem in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Overrides:
      getResultItem in class net.minecraft.world.item.crafting.CustomRecipe
    • getResultItem

      public net.minecraft.world.item.ItemStack getResultItem()
    • getRemainingItems

      public net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> getRemainingItems(net.minecraft.world.item.crafting.CraftingInput inventory)
    • assemble

      public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.item.crafting.CraftingInput grid, net.minecraft.core.HolderLookup.Provider registryAccess)
    • canCraftInDimensions

      public boolean canCraftInDimensions(int width, int height)
    • isSpecial

      public boolean isSpecial()
      Specified by:
      isSpecial in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Overrides:
      isSpecial in class net.minecraft.world.item.crafting.CustomRecipe
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()