Class RegistryBuilder.UntaggedLookup<T>

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

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

    • UntaggedLookup

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

    • streamTags

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