Class ReloadableRegistries

java.lang.Object
net.minecraft.registry.ReloadableRegistries

public class ReloadableRegistries extends Object
Mappings:
Namespace Name
named net/minecraft/registry/ReloadableRegistries
intermediary net/minecraft/class_9383
official alp
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/registry/ReloadableRegistries;LOGGER:Lorg/slf4j/Logger;
      intermediary field_49916 Lnet/minecraft/class_9383;field_49916:Lorg/slf4j/Logger;
      official a Lalp;a:Lorg/slf4j/Logger;
    • GSON

      private static final Gson GSON
      Mappings:
      Namespace Name Mixin selector
      named GSON Lnet/minecraft/registry/ReloadableRegistries;GSON:Lcom/google/gson/Gson;
      intermediary field_49917 Lnet/minecraft/class_9383;field_49917:Lcom/google/gson/Gson;
      official b Lalp;b:Lcom/google/gson/Gson;
    • DEFAULT_REGISTRY_ENTRY_INFO

      private static final RegistryEntryInfo DEFAULT_REGISTRY_ENTRY_INFO
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_REGISTRY_ENTRY_INFO Lnet/minecraft/registry/ReloadableRegistries;DEFAULT_REGISTRY_ENTRY_INFO:Lnet/minecraft/registry/entry/RegistryEntryInfo;
      intermediary field_49918 Lnet/minecraft/class_9383;field_49918:Lnet/minecraft/class_9248;
      official c Lalp;c:Lju;
  • Constructor Details

    • ReloadableRegistries

      public ReloadableRegistries()
  • Method Details

    • reload

      Mappings:
      Namespace Name Mixin selector
      named reload Lnet/minecraft/registry/ReloadableRegistries;reload(Lnet/minecraft/registry/CombinedDynamicRegistries;Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_58284 Lnet/minecraft/class_9383;method_58284(Lnet/minecraft/class_7780;Lnet/minecraft/class_3300;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      official a Lalp;a(Ljp;Laup;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
    • prepare

      private static <T> CompletableFuture<MutableRegistry<?>> prepare(LootDataType<T> type, RegistryOps<JsonElement> ops, ResourceManager resourceManager, Executor prepareExecutor)
      Mappings:
      Namespace Name Mixin selector
      named prepare Lnet/minecraft/registry/ReloadableRegistries;prepare(Lnet/minecraft/loot/LootDataType;Lnet/minecraft/registry/RegistryOps;Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_58277 Lnet/minecraft/class_9383;method_58277(Lnet/minecraft/class_8490;Lnet/minecraft/class_6903;Lnet/minecraft/class_3300;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      official a Lalp;a(Leqm;Lald;Laup;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
    • apply

      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/registry/ReloadableRegistries;apply(Lnet/minecraft/registry/CombinedDynamicRegistries;Ljava/util/List;)Lnet/minecraft/registry/CombinedDynamicRegistries;
      intermediary method_58285 Lnet/minecraft/class_9383;method_58285(Lnet/minecraft/class_7780;Ljava/util/List;)Lnet/minecraft/class_7780;
      official a Lalp;a(Ljp;Ljava/util/List;)Ljp;
    • with

      Mappings:
      Namespace Name Mixin selector
      named with Lnet/minecraft/registry/ReloadableRegistries;with(Lnet/minecraft/registry/CombinedDynamicRegistries;Ljava/util/List;)Lnet/minecraft/registry/CombinedDynamicRegistries;
      intermediary method_58287 Lnet/minecraft/class_9383;method_58287(Lnet/minecraft/class_7780;Ljava/util/List;)Lnet/minecraft/class_7780;
      official b Lalp;b(Ljp;Ljava/util/List;)Ljp;
    • validateLootData

      private static <T> void validateLootData(LootTableReporter reporter, LootDataType<T> lootDataType, DynamicRegistryManager registryManager)
      Mappings:
      Namespace Name Mixin selector
      named validateLootData Lnet/minecraft/registry/ReloadableRegistries;validateLootData(Lnet/minecraft/loot/LootTableReporter;Lnet/minecraft/loot/LootDataType;Lnet/minecraft/registry/DynamicRegistryManager;)V
      intermediary method_58281 Lnet/minecraft/class_9383;method_58281(Lnet/minecraft/class_58;Lnet/minecraft/class_8490;Lnet/minecraft/class_5455;)V
      official a Lalp;a(Leqq;Leqm;Ljw;)V