Class ReloadableRegistries.Lookup

java.lang.Object
net.minecraft.registry.ReloadableRegistries.Lookup
Enclosing class:
ReloadableRegistries

public static class ReloadableRegistries.Lookup extends Object
Mappings:
Namespace Name
named net/minecraft/registry/ReloadableRegistries$Lookup
intermediary net/minecraft/class_9383$class_9385
official alf$a
  • Field Details Link icon

    • registries Link icon

      private final RegistryWrapper.WrapperLookup registries
      Mappings:
      Namespace Name Mixin selector
      named registries Lnet/minecraft/registry/ReloadableRegistries$Lookup;registries:Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;
      intermediary field_49920 Lnet/minecraft/class_9383$class_9385;field_49920:Lnet/minecraft/class_7225$class_7874;
      official a Lalf$a;a:Ljt$a;
  • Constructor Details Link icon

    • Lookup Link icon

      public Lookup(RegistryWrapper.WrapperLookup registries)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/registry/ReloadableRegistries$Lookup;<init>(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
      intermediary <init> Lnet/minecraft/class_9383$class_9385;<init>(Lnet/minecraft/class_7225$class_7874;)V
      official <init> Lalf$a;<init>(Ljt$a;)V
  • Method Details Link icon

    • createRegistryLookup Link icon

      public RegistryEntryLookup.RegistryLookup createRegistryLookup()
      Mappings:
      Namespace Name Mixin selector
      named createRegistryLookup Lnet/minecraft/registry/ReloadableRegistries$Lookup;createRegistryLookup()Lnet/minecraft/registry/RegistryEntryLookup$RegistryLookup;
      intermediary method_58294 Lnet/minecraft/class_9383$class_9385;method_58294()Lnet/minecraft/class_7871$class_7872;
      official a Lalf$a;a()Ljs$a;
    • getIds Link icon

      public Collection<Identifier> getIds(RegistryKey<? extends Registry<?>> registryRef)
      Mappings:
      Namespace Name Mixin selector
      named getIds Lnet/minecraft/registry/ReloadableRegistries$Lookup;getIds(Lnet/minecraft/registry/RegistryKey;)Ljava/util/Collection;
      intermediary method_58290 Lnet/minecraft/class_9383$class_9385;method_58290(Lnet/minecraft/class_5321;)Ljava/util/Collection;
      official a Lalf$a;a(Laku;)Ljava/util/Collection;
    • getLootTable Link icon

      public LootTable getLootTable(RegistryKey<LootTable> key)
      Mappings:
      Namespace Name Mixin selector
      named getLootTable Lnet/minecraft/registry/ReloadableRegistries$Lookup;getLootTable(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/loot/LootTable;
      intermediary method_58295 Lnet/minecraft/class_9383$class_9385;method_58295(Lnet/minecraft/class_5321;)Lnet/minecraft/class_52;
      official b Lalf$a;b(Laku;)Levx;