Class HTFluidResult

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.result.HTRecipeResult , hiiragi283.core.api.resource.HTIdLike , hiiragi283.core.api.resource.SupplierWithId , java.util.function.Supplier

    @JvmRecord() 
    public final class HTFluidResult
    extends Record implements HTRecipeResult<FluidStack>
                        

    液体の完成品を表すクラスです。

    Since:

    0.10.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HTFluidResult(FluidStack stack)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getNamespace()
      String getPath()
      final FluidStack create() 完成品を取得します。
      HTTextResult<FluidStack> get()
      ResourceLocation getId() 保持しているIDを返します。
      final static HTFluidResult create(FluidStack stack)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTFluidResult

        HTFluidResult(FluidStack stack)