Interface HTSerializableRecipe

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.HTRecipe , java.util.function.Predicate , net.minecraft.world.item.crafting.Recipe

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

    シリアライズ可能なレシピを表す,Recipeの拡張インターフェースです。

    Since:

    0.12.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 matches(INPUT input, Level level)
      Boolean canCraftInDimensions(Integer width, Integer height)
      ItemStack getResultItem(HolderLookup.Provider registries)
      ItemStack assemble(INPUT input, HolderLookup.Provider registries)
      NonNullList<ItemStack> getRemainingItems(INPUT input)
      NonNullList<Ingredient> getIngredients()
      Boolean isSpecial()
      • Methods inherited from class hiiragi283.core.api.recipe.HTRecipe

        assemble, test
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        showNotification
      • Methods inherited from class java.util.function.Predicate

        and, negate, or
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe

        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