Class HTCustomRecipe

  • All Implemented Interfaces:
    net.minecraft.world.item.crafting.CraftingRecipe , net.minecraft.world.item.crafting.Recipe

    
    public abstract class HTCustomRecipe
    extends CustomRecipe
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HTCustomRecipe(CraftingBookCategory category)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean matches(CraftingInput input, Level level)
      final ItemStack assemble(CraftingInput input, HolderLookup.Provider registries)
      • Methods inherited from class net.minecraft.world.item.crafting.CraftingRecipe

        category, getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete
      • Methods inherited from class net.minecraft.world.item.crafting.CustomRecipe

        isSpecial
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        canCraftInDimensions, getRemainingItems, getResultItem, showNotification
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTCustomRecipe

        HTCustomRecipe(CraftingBookCategory category)
    • Method Detail

      • assemble

         final ItemStack assemble(CraftingInput input, HolderLookup.Provider registries)