Class HTResourceFactory.DataComponent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract RESOURCE create(TYPE type, DataComponentPatch patch) 指定したtypepatchからRESOURCEを作成します。
      final RESOURCE create(Holder<TYPE> holder, DataComponentPatch patch) 指定したholderpatchからRESOURCEを作成します。
      final RESOURCE createOrThrow(TYPE type, DataComponentPatch patch) 指定したtypepatchからRESOURCEを作成します。
      RESOURCE fromType(TYPE type) 指定したtypeからRESOURCEを作成します。
      • Methods inherited from class hiiragi283.core.api.storage.resource.HTResourceFactory

        createStack, fromHolder, fromHolderOrThrow, fromStack, fromStackOrThrow, fromTypeOrThrow, getDefaultAmount
      • Methods inherited from class java.lang.Object

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