Class HTDeferredAttachmentType

  • 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 final class HTDeferredAttachmentType<TYPE extends Object>
    extends HTBasicHolderLike<AttachmentType<?>, AttachmentType<TYPE>>
                        
    • 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()
      AttachmentType<TYPE> get()
      final Boolean hasData(IAttachmentHolder holder)
      final TYPE getData(IAttachmentHolder holder)
      final TYPE getExistingData(IAttachmentHolder holder)
      final TYPE setData(IAttachmentHolder holder, TYPE data)
      final TYPE removeData(IAttachmentHolder holder)
      String toString()
      • Methods inherited from class hiiragi283.core.common.registry.HTBasicHolderLike

        unwrap
      • Methods inherited from class hiiragi283.core.api.registry.HTHolderLike

        getHolder, 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