Class HTItemResult

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.result.HTRecipeResult , hiiragi283.core.api.resource.HTIdLike

    
    public final class HTItemResult
    extends HTResourceRecipeResult<Item, HTItemResourceType, ItemStack>
                        

    アイテムの完成品を表すクラスです。

    Since:

    0.4.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class HTItemResult.Builder

      HTItemResult向けのビルダークラスです。

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getNamespace()
      String getPath()
      final static HTItemResult create(Function1<HTItemResult.Builder, Unit> builderAction) HTItemResultの新しいインスタンスを作成します。
      • Methods inherited from class hiiragi283.core.api.recipe.result.HTResourceRecipeResult

        getId, getStackOrEmpty, getStackResult
      • Methods inherited from class java.lang.Object

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