Package hiiragi283.core.api.recipe.input
Interface HTFluidRecipeInput
-
- All Implemented Interfaces:
-
net.minecraft.world.item.crafting.RecipeInput
public interface HTFluidRecipeInput implements RecipeInput液体に対応したRecipeInputの拡張インターフェースです。
- Since:
0.5.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract FluidStackgetFluid(Integer index)指定したインデックスから液体を取得します。 abstract IntegergetFluidSize()このクラスが保持する液体の種類数を取得します。 BooleanisEmpty()-
Methods inherited from class net.minecraft.world.item.crafting.RecipeInput
getItem, size -
Methods inherited from class hiiragi283.core.api.recipe.input.HTFluidRecipeInput
isEmpty -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-