Class HTDeferredHolderLike

  • All Implemented Interfaces:
    hiiragi283.core.api.registry.HTHolderLike , hiiragi283.core.api.resource.HTIdLike , hiiragi283.core.api.resource.HTKeyLike , hiiragi283.core.api.resource.SupplierWithId , java.util.function.Supplier

    
    public class HTDeferredHolderLike<R extends Object, T extends R>
     implements HTHolderLike<R, T>
                        

    DeferredHolder向けのHTHolderLikeの実装クラスです。

    Since:

    0.16.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
      String getNamespace()
      String getPath()
      final Either<ResourceKey<R>, Holder<R>> unwrap()
      final T get()
      • Methods inherited from class hiiragi283.core.api.registry.HTHolderLike

        getResourceKey
      • Methods inherited from class hiiragi283.core.api.resource.HTIdLike

        getId
      • Methods inherited from class java.lang.Object

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