Class ShieldDecorationRecipe

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

public class ShieldDecorationRecipe extends CustomRecipe
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(CraftingInput pInput, Level pLevel)
    • assemble

      public ItemStack assemble(CraftingInput pInput, HolderLookup.Provider pRegistries)
    • canCraftInDimensions

      public boolean canCraftInDimensions(int pWidth, int pHeight)
      Used to determine if this recipe can fit in a grid of the given width/height
    • getSerializer

      public RecipeSerializer<?> getSerializer()