Class HTPotionFluidIngredient

  • All Implemented Interfaces:
    java.util.function.Predicate

    
    public final class HTPotionFluidIngredient
    extends FluidIngredient
                        

    HTPotionFluidManagerに基づいて液体ポーションを扱うFluidIngredientの実装クラスです。

    Since:

    0.10.0

    Author:

    Hiiragi Tsubasa

    • 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 HolderSet<Potion> getPotions()
      final HTBottleType getBottleType()
      Boolean test(FluidStack fluidStack)
      Boolean isSimple()
      FluidIngredientType<?> getType()
      Integer hashCode()
      Boolean equals(Object obj)
      • Methods inherited from class net.neoforged.neoforge.fluids.crafting.FluidIngredient

        getStacks, hasNoFluids, isEmpty
      • Methods inherited from class hiiragi283.core.api.recipe.ingredient.HTPotionFluidIngredient

        getType, isSimple
      • 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