Class HTRecipeBuilder.RecipeId

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ResourceLocation id
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ResourceLocation getId()
      final Unit prefix(String prefix) 現在のIDにプレフィックスを追加します。
      final Unit suffix(String suffix) 現在のIDにサフィックスを追加します。
      final Unit replace(ResourceLocation newId) 現在のIDをnewIdで置換します。
      • Methods inherited from class java.lang.Object

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

      • HTRecipeBuilder.RecipeId

        HTRecipeBuilder.RecipeId()
    • Method Detail

      • getId

         final ResourceLocation getId()
      • prefix

         final Unit prefix(String prefix)

        現在のIDにプレフィックスを追加します。

      • suffix

         final Unit suffix(String suffix)

        現在のIDにサフィックスを追加します。

      • replace

         final Unit replace(ResourceLocation newId)

        現在のIDをnewIdで置換します。