Class DecoratedPotRecipe

java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.DecoratedPotRecipe
All Implemented Interfaces:
CraftingRecipe, Recipe<CraftingInput>

public class DecoratedPotRecipe extends CustomRecipe
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(CraftingInput p_344915_, Level p_272812_)
    • assemble

      public ItemStack assemble(CraftingInput p_345761_, HolderLookup.Provider p_335840_)
    • canCraftInDimensions

      public boolean canCraftInDimensions(int p_273734_, int p_273516_)
      Description copied from interface: Recipe
      Used to determine if this recipe can fit in a grid of the given width/height
    • getSerializer

      public RecipeSerializer<?> getSerializer()