Package hiiragi283.core.api.recipe.base
Interface HTTankEmptyingRecipe.Serializable
-
- 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,java.util.function.Predicate,net.minecraft.world.item.crafting.Recipe
public interface HTTankEmptyingRecipe.Serializable implements HTTankEmptyingRecipe, HTSerializableRecipe<SingleRecipeInput>
シリアライズ可能なHTTankEmptyingRecipeの拡張インターフェースです。
- Since:
0.15.1
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class hiiragi283.core.api.recipe.base.HTTankEmptyingRecipe
test, testContainer -
Methods inherited from class hiiragi283.core.api.recipe.HTRecipe
assemble -
Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe
assemble, canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches -
Methods inherited from class java.util.function.Predicate
and, negate, or -
Methods inherited from class hiiragi283.core.api.recipe.base.HTFluidRecipe
assembleFluid -
Methods inherited from class net.minecraft.world.item.crafting.Recipe
showNotification -
Methods inherited from class hiiragi283.core.api.recipe.base.HTTankEmptyingRecipe.Serializable
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
-
-