Package net.minecraft.server
Class ServerAdvancementLoader
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<Map<Identifier,JsonElement>>
net.minecraft.resource.JsonDataLoader
net.minecraft.server.ServerAdvancementLoader
- All Implemented Interfaces:
ResourceReloader
- Mappings:
Namespace Name named net/minecraft/server/ServerAdvancementLoader
intermediary net/minecraft/class_2989
official als
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Modifier and TypeFieldDescriptionprivate Map
<Identifier, AdvancementEntry> private static final Gson
private static final Logger
private AdvancementManager
private final RegistryWrapper.WrapperLookup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.get
(Identifier id) private void
validate
(Identifier id, Advancement advancement) Methods inherited from class net.minecraft.resource.JsonDataLoader
load, prepare
Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
reload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloader
getName
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/server/ServerAdvancementLoader;LOGGER:Lorg/slf4j/Logger;
intermediary field_13406
Lnet/minecraft/class_2989;field_13406:Lorg/slf4j/Logger;
official a
Lals;a:Lorg/slf4j/Logger;
-
GSON
- Mappings:
Namespace Name Mixin selector named GSON
Lnet/minecraft/server/ServerAdvancementLoader;GSON:Lcom/google/gson/Gson;
intermediary field_13405
Lnet/minecraft/class_2989;field_13405:Lcom/google/gson/Gson;
official b
Lals;b:Lcom/google/gson/Gson;
-
advancements
- Mappings:
Namespace Name Mixin selector named advancements
Lnet/minecraft/server/ServerAdvancementLoader;advancements:Ljava/util/Map;
intermediary field_13404
Lnet/minecraft/class_2989;field_13404:Ljava/util/Map;
official c
Lals;c:Ljava/util/Map;
-
manager
- Mappings:
Namespace Name Mixin selector named manager
Lnet/minecraft/server/ServerAdvancementLoader;manager:Lnet/minecraft/advancement/AdvancementManager;
intermediary field_46076
Lnet/minecraft/class_2989;field_46076:Lnet/minecraft/class_163;
official d
Lals;d:Lak;
-
registryLookup
- Mappings:
Namespace Name Mixin selector named registryLookup
Lnet/minecraft/server/ServerAdvancementLoader;registryLookup:Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;
intermediary field_48787
Lnet/minecraft/class_2989;field_48787:Lnet/minecraft/class_7225$class_7874;
official e
Lals;e:Ljk$a;
-
-
Constructor Details
-
ServerAdvancementLoader
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/server/ServerAdvancementLoader;<init>(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
intermediary <init>
Lnet/minecraft/class_2989;<init>(Lnet/minecraft/class_7225$class_7874;)V
official <init>
Lals;<init>(Ljk$a;)V
-
-
Method Details
-
apply
protected void apply(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) Description copied from class:SinglePreparationResourceReloader
Handles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload.
- Specified by:
apply
in classSinglePreparationResourceReloader<Map<Identifier,
JsonElement>> - Parameters:
map
- the prepared objectresourceManager
- the resource managerprofiler
- the apply profiler- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/server/ServerAdvancementLoader;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
intermediary method_20724
Lnet/minecraft/class_2989;method_20724(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
official a
Lals;a(Ljava/util/Map;Laup;Lbnk;)V
-
validate
- Mappings:
Namespace Name Mixin selector named validate
Lnet/minecraft/server/ServerAdvancementLoader;validate(Lnet/minecraft/util/Identifier;Lnet/minecraft/advancement/Advancement;)V
intermediary method_54921
Lnet/minecraft/class_2989;method_54921(Lnet/minecraft/class_2960;Lnet/minecraft/class_161;)V
official a
Lals;a(Lalf;Lae;)V
-
get
- Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/server/ServerAdvancementLoader;get(Lnet/minecraft/util/Identifier;)Lnet/minecraft/advancement/AdvancementEntry;
intermediary method_12896
Lnet/minecraft/class_2989;method_12896(Lnet/minecraft/class_2960;)Lnet/minecraft/class_8779;
official a
Lals;a(Lalf;)Laf;
-
getManager
- Mappings:
Namespace Name Mixin selector named getManager
Lnet/minecraft/server/ServerAdvancementLoader;getManager()Lnet/minecraft/advancement/AdvancementManager;
intermediary method_53646
Lnet/minecraft/class_2989;method_53646()Lnet/minecraft/class_163;
official a
Lals;a()Lak;
-
getAdvancements
- Mappings:
Namespace Name Mixin selector named getAdvancements
Lnet/minecraft/server/ServerAdvancementLoader;getAdvancements()Ljava/util/Collection;
intermediary method_12893
Lnet/minecraft/class_2989;method_12893()Ljava/util/Collection;
official b
Lals;b()Ljava/util/Collection;
-