Interface HTRecipe

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

    
    public interface HTRecipe<INPUT extends RecipeInput>
     implements Recipe<INPUT>
                        

    Recipeの拡張インターフェースです。

    Since:

    0.1.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean canCraftInDimensions(Integer width, Integer height)
      ItemStack assemble(INPUT input, HolderLookup.Provider registries)
      NonNullList<ItemStack> getRemainingItems(INPUT input)
      NonNullList<Ingredient> getIngredients()
      Boolean isSpecial()
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        getResultItem, matches, showNotification
      • Methods inherited from class hiiragi283.core.api.recipe.HTRecipe

        getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial
      • Methods inherited from class java.lang.Object

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