Class RegistryWrapper.Impl.Delegating<T>

java.lang.Object
net.minecraft.registry.RegistryWrapper.Impl.Delegating<T>
All Implemented Interfaces:
RegistryEntryOwner<T>, RegistryEntryLookup<T>, RegistryWrapper<T>, RegistryWrapper.Impl<T>
Enclosing interface:
RegistryWrapper.Impl<T>

public abstract static class RegistryWrapper.Impl.Delegating<T> extends Object implements RegistryWrapper.Impl<T>
Mappings:
Namespace Name
official hb$c$a
intermediary net/minecraft/class_7225$class_7226$class_7875
named net/minecraft/registry/RegistryWrapper$Impl$Delegating
  • Constructor Details

    • Delegating

      public Delegating()
  • Method Details

    • getBase

      protected abstract RegistryWrapper.Impl<T> getBase()
      Mappings:
      Namespace Name Mixin selector
      official a Lhb$c$a;a()Lhb$c;
      intermediary method_46725 Lnet/minecraft/class_7225$class_7226$class_7875;method_46725()Lnet/minecraft/class_7225$class_7226;
      named getBase Lnet/minecraft/registry/RegistryWrapper$Impl$Delegating;getBase()Lnet/minecraft/registry/RegistryWrapper$Impl;
    • getRegistryKey

      public RegistryKey<? extends Registry<? extends T>> getRegistryKey()
      Specified by:
      getRegistryKey in interface RegistryWrapper.Impl<T>
      Mappings:
      Namespace Name Mixin selector
      official f Lhb$c;f()Lace;
      intermediary method_46765 Lnet/minecraft/class_7225$class_7226;method_46765()Lnet/minecraft/class_5321;
      named getRegistryKey Lnet/minecraft/registry/RegistryWrapper$Impl;getRegistryKey()Lnet/minecraft/registry/RegistryKey;
    • getLifecycle

      public com.mojang.serialization.Lifecycle getLifecycle()
      Specified by:
      getLifecycle in interface RegistryWrapper.Impl<T>
      Mappings:
      Namespace Name Mixin selector
      official g Lhb$c;g()Lcom/mojang/serialization/Lifecycle;
      intermediary method_46766 Lnet/minecraft/class_7225$class_7226;method_46766()Lcom/mojang/serialization/Lifecycle;
      named getLifecycle Lnet/minecraft/registry/RegistryWrapper$Impl;getLifecycle()Lcom/mojang/serialization/Lifecycle;
    • getOptional

      public Optional<RegistryEntry.Reference<T>> getOptional(RegistryKey<T> key)
      Specified by:
      getOptional in interface RegistryEntryLookup<T>
      Mappings:
      Namespace Name Mixin selector
      official a Lha;a(Lace;)Ljava/util/Optional;
      intermediary method_46746 Lnet/minecraft/class_7871;method_46746(Lnet/minecraft/class_5321;)Ljava/util/Optional;
      named getOptional Lnet/minecraft/registry/RegistryEntryLookup;getOptional(Lnet/minecraft/registry/RegistryKey;)Ljava/util/Optional;
    • streamEntries

      public Stream<RegistryEntry.Reference<T>> streamEntries()
      Returns a stream of registry keys defined in the wrapped registry.
      Specified by:
      streamEntries in interface RegistryWrapper<T>
      Returns:
      a stream of registry keys defined in the wrapped registry
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lhb;b()Ljava/util/stream/Stream;
      intermediary method_42017 Lnet/minecraft/class_7225;method_42017()Ljava/util/stream/Stream;
      named streamEntries Lnet/minecraft/registry/RegistryWrapper;streamEntries()Ljava/util/stream/Stream;
    • getOptional

      public Optional<RegistryEntryList.Named<T>> getOptional(TagKey<T> tag)
      Specified by:
      getOptional in interface RegistryEntryLookup<T>
      Mappings:
      Namespace Name Mixin selector
      official a Lha;a(Lamr;)Ljava/util/Optional;
      intermediary method_46733 Lnet/minecraft/class_7871;method_46733(Lnet/minecraft/class_6862;)Ljava/util/Optional;
      named getOptional Lnet/minecraft/registry/RegistryEntryLookup;getOptional(Lnet/minecraft/registry/tag/TagKey;)Ljava/util/Optional;
    • streamTags

      public Stream<RegistryEntryList.Named<T>> streamTags()
      Specified by:
      streamTags in interface RegistryWrapper<T>
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lhb;d()Ljava/util/stream/Stream;
      intermediary method_42020 Lnet/minecraft/class_7225;method_42020()Ljava/util/stream/Stream;
      named streamTags Lnet/minecraft/registry/RegistryWrapper;streamTags()Ljava/util/stream/Stream;