Class DataPackContents.ConfigurableWrapperLookup

java.lang.Object
net.minecraft.server.DataPackContents.ConfigurableWrapperLookup
All Implemented Interfaces:
RegistryWrapper.WrapperLookup
Enclosing class:
DataPackContents

private static class DataPackContents.ConfigurableWrapperLookup extends Object implements RegistryWrapper.WrapperLookup
Mappings:
Namespace Name
named net/minecraft/server/DataPackContents$ConfigurableWrapperLookup
intermediary net/minecraft/class_5350$class_9180
official akv$a
  • Field Details

    • dynamicRegistryManager

      private final DynamicRegistryManager dynamicRegistryManager
      Mappings:
      Namespace Name Mixin selector
      named dynamicRegistryManager Lnet/minecraft/server/DataPackContents$ConfigurableWrapperLookup;dynamicRegistryManager:Lnet/minecraft/registry/DynamicRegistryManager;
      intermediary field_48786 Lnet/minecraft/class_5350$class_9180;field_48786:Lnet/minecraft/class_5455;
      official a Lakv$a;a:Ljx;
    • entryListCreationPolicy

      Mappings:
      Namespace Name Mixin selector
      named entryListCreationPolicy Lnet/minecraft/server/DataPackContents$ConfigurableWrapperLookup;entryListCreationPolicy:Lnet/minecraft/server/DataPackContents$EntryListCreationPolicy;
      intermediary field_40912 Lnet/minecraft/class_5350$class_9180;field_40912:Lnet/minecraft/class_5350$class_7158;
      official b Lakv$a;b:Lakv$b;
  • Constructor Details

    • ConfigurableWrapperLookup

      ConfigurableWrapperLookup(DynamicRegistryManager dynamicRegistryManager)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/DataPackContents$ConfigurableWrapperLookup;<init>(Lnet/minecraft/registry/DynamicRegistryManager;)V
      intermediary <init> Lnet/minecraft/class_5350$class_9180;<init>(Lnet/minecraft/class_5455;)V
      official <init> Lakv$a;<init>(Ljx;)V
  • Method Details

    • setEntryListCreationPolicy

      public void setEntryListCreationPolicy(DataPackContents.EntryListCreationPolicy entryListCreationPolicy)
      Mappings:
      Namespace Name Mixin selector
      named setEntryListCreationPolicy Lnet/minecraft/server/DataPackContents$ConfigurableWrapperLookup;setEntryListCreationPolicy(Lnet/minecraft/server/DataPackContents$EntryListCreationPolicy;)V
      intermediary method_46724 Lnet/minecraft/class_5350$class_9180;method_46724(Lnet/minecraft/class_5350$class_7158;)V
      official a Lakv$a;a(Lakv$b;)V
    • streamAllRegistryKeys

      public Stream<RegistryKey<? extends Registry<?>>> streamAllRegistryKeys()
      Specified by:
      streamAllRegistryKeys in interface RegistryWrapper.WrapperLookup
      Mappings:
      Namespace Name Mixin selector
      named streamAllRegistryKeys Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;streamAllRegistryKeys()Ljava/util/stream/Stream;
      intermediary method_55282 Lnet/minecraft/class_7225$class_7874;method_55282()Ljava/util/stream/Stream;
      official a Ljl$a;a()Ljava/util/stream/Stream;
    • getOptionalWrapper

      public <T> Optional<RegistryWrapper.Impl<T>> getOptionalWrapper(RegistryKey<? extends Registry<? extends T>> registryRef)
      Specified by:
      getOptionalWrapper in interface RegistryWrapper.WrapperLookup
      Mappings:
      Namespace Name Mixin selector
      named getOptionalWrapper Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;getOptionalWrapper(Lnet/minecraft/registry/RegistryKey;)Ljava/util/Optional;
      intermediary method_46759 Lnet/minecraft/class_7225$class_7874;method_46759(Lnet/minecraft/class_5321;)Ljava/util/Optional;
      official a Ljl$a;a(Lakj;)Ljava/util/Optional;
    • getWrapper

      private <T> RegistryWrapper.Impl<T> getWrapper(RegistryWrapper.Impl<T> readOnlyWrapper, RegistryWrapper.Impl<T> tagCreatingWrapper)
      Mappings:
      Namespace Name Mixin selector
      named getWrapper Lnet/minecraft/server/DataPackContents$ConfigurableWrapperLookup;getWrapper(Lnet/minecraft/registry/RegistryWrapper$Impl;Lnet/minecraft/registry/RegistryWrapper$Impl;)Lnet/minecraft/registry/RegistryWrapper$Impl;
      intermediary method_56623 Lnet/minecraft/class_5350$class_9180;method_56623(Lnet/minecraft/class_7225$class_7226;Lnet/minecraft/class_7225$class_7226;)Lnet/minecraft/class_7225$class_7226;
      official a Lakv$a;a(Ljl$b;Ljl$b;)Ljl$b;