Class HCChargingRecipe

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class HCChargingRecipe.Input
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Ingredient getIngredient()
      final HTItemResult getResult()
      final Integer getRequiredEnergy()
      Boolean test(HCChargingRecipe.Input input) 指定されたinputが,このレシピの条件を満たすか判定します。
      ItemStack assemble(HCChargingRecipe.Input input, Boolean preview) 指定されたinputから完成品を作成します。
      RecipeSerializer<?> getSerializer()
      RecipeType<?> getType()
      • Methods inherited from class hiiragi283.core.common.recipe.HCChargingRecipe

        getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe

        assemble, canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches
      • 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 java.lang.Object

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