Class HTDoubleDeferredHolder

  • All Implemented Interfaces:
    hiiragi283.core.api.registry.HTHolderLike , hiiragi283.core.api.resource.HTIdLike , hiiragi283.core.api.resource.HTKeyLike , hiiragi283.core.api.resource.HTKeyLike.HolderDelegate , java.util.function.Supplier , java.util.function.Supplier , net.minecraft.core.Holder , net.neoforged.neoforge.common.extensions.IHolderExtension , net.neoforged.neoforge.registries.datamaps.IWithData

    
    public class HTDoubleDeferredHolder<R_FIRST extends Object, FIRST extends R_FIRST, R_SECOND extends Object, SECOND extends R_SECOND>
    extends HTDeferredHolder<R_FIRST, FIRST>
                        

    二つの値を保持するHTDeferredHolderの拡張クラスです。

    Since:

    0.1.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
      final SECOND getSecond() 二番目の値を返します。
      • Methods inherited from class hiiragi283.core.api.registry.HTDoubleDeferredHolder

        getDelegate, getId, getKey, getRegisteredName, isBound
      • Methods inherited from class hiiragi283.core.api.registry.HTDeferredHolder

        getHolder, getId, getKey
      • Methods inherited from class net.minecraft.core.Holder

        canSerializeIn, is, is, is, is, is, kind, tags, unwrap, unwrapKey, value
      • Methods inherited from class java.util.function.Supplier

        get
      • Methods inherited from class net.neoforged.neoforge.registries.DeferredHolder

        asOptional
      • Methods inherited from class net.neoforged.neoforge.registries.datamaps.IWithData

        getData
      • Methods inherited from class net.neoforged.neoforge.common.extensions.IHolderExtension

        getDelegate, unwrapLookup
      • Methods inherited from class hiiragi283.core.api.resource.HTKeyLike

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

        getNamespace, getPath
      • Methods inherited from class java.lang.Object

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