Class HCTankEmptyingRecipe

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

    
    public final class HCTankEmptyingRecipe
     implements HTTankEmptyingRecipe.Serializable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Ingredient getIngredient()
      final HTFluidResult getFluidResult()
      final Optional<HTItemResult> getItemResult()
      Boolean testContainer(ItemStack stack)
      ItemStack assemble(SingleRecipeInput input, Boolean preview) 指定されたinputから完成品を作成します。
      FluidStack assembleFluid(SingleRecipeInput input) 完成品の液体を取得します。
      RecipeSerializer<?> getSerializer()
      RecipeType<?> getType()
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTTankEmptyingRecipe.Serializable

        getGroup, getIngredients, getToastSymbol, isIncomplete, isSpecial
      • Methods inherited from class hiiragi283.core.common.recipe.HCTankEmptyingRecipe

        getSerializer, getType
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe

        assemble, canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTTankEmptyingRecipe

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

        and, negate, or
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        showNotification
      • Methods inherited from class java.lang.Object

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