Class RegistriesKt

  • All Implemented Interfaces:

    
    public final class RegistriesKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <R extends Any, T extends Any> Map<HTHolderLike<R, R>, T> getHolderDataMap(HolderLookup.RegistryLookup<R> $self, DataMapType<R, T> type)
      final static <T extends Any> Holder<T> holderOrNull(HolderLookup.Provider $self, ResourceKey<T> key)
      final static <T extends Any> HolderSet<T> holderSetOrNull(HolderLookup.Provider $self, TagKey<T> tagKey)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • holderOrNull

         final static <T extends Any> Holder<T> holderOrNull(HolderLookup.Provider $self, ResourceKey<T> key)
      • holderSetOrNull

         final static <T extends Any> HolderSet<T> holderSetOrNull(HolderLookup.Provider $self, TagKey<T> tagKey)