Class RegistryBuilder.class_9258<T>

java.lang.Object
net.minecraft.registry.RegistryBuilder.EntryListCreatingLookup<T>
net.minecraft.registry.RegistryBuilder.class_9258<T>
All Implemented Interfaces:
RegistryEntryOwner<T>, RegistryEntryLookup<T>, RegistryWrapper<T>, RegistryWrapper.Impl<T>
Direct Known Subclasses:
RegistryBuilder.class_9257
Enclosing class:
RegistryBuilder

private abstract static class RegistryBuilder.class_9258<T> extends RegistryBuilder.EntryListCreatingLookup<T> implements RegistryWrapper.Impl<T>
Mappings:
Namespace Name
official jb$e
intermediary net/minecraft/class_7877$class_9258
named net/minecraft/registry/RegistryBuilder$class_9258
  • Constructor Details

    • class_9258

      protected class_9258(RegistryEntryOwner<T> entryOwner)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ljb$c;<init>(Lio;)V
      intermediary <init> Lnet/minecraft/class_7877$class_7880;<init>(Lnet/minecraft/class_7876;)V
      named <init> Lnet/minecraft/registry/RegistryBuilder$EntryListCreatingLookup;<init>(Lnet/minecraft/registry/entry/RegistryEntryOwner;)V
  • Method Details

    • streamTags

      public Stream<RegistryEntryList.Named<T>> streamTags()
      Specified by:
      streamTags in interface RegistryWrapper<T>
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lin;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;