Interface PDLRecipe<T extends net.minecraft.world.item.crafting.RecipeInput>

All Superinterfaces:
net.minecraft.world.item.crafting.Recipe<T>

public interface PDLRecipe<T extends net.minecraft.world.item.crafting.RecipeInput> extends net.minecraft.world.item.crafting.Recipe<T>
  • Field Summary

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

    CODEC, CONDITIONAL_CODEC, STREAM_CODEC
  • Method Summary

    Modifier and Type
    Method
    Description
    default @NotNull net.minecraft.world.item.ItemStack
    assemble(T container, net.minecraft.core.HolderLookup.Provider provider)
     
    default boolean
    canCraftInDimensions(int i, int i1)
     

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

    getGroup, getIngredients, getRemainingItems, getResultItem, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial, matches, showNotification
  • Method Details

    • assemble

      @NotNull default @NotNull net.minecraft.world.item.ItemStack assemble(@NotNull T container, net.minecraft.core.HolderLookup.Provider provider)
      Specified by:
      assemble in interface net.minecraft.world.item.crafting.Recipe<T extends net.minecraft.world.item.crafting.RecipeInput>
    • canCraftInDimensions

      default boolean canCraftInDimensions(int i, int i1)
      Specified by:
      canCraftInDimensions in interface net.minecraft.world.item.crafting.Recipe<T extends net.minecraft.world.item.crafting.RecipeInput>