Package net.minecraft.server
Class ServerAdvancementLoader
java.lang.Object
- All Implemented Interfaces:
ResourceReloader
- Mappings:
Namespace Name named net/minecraft/server/ServerAdvancementLoader
intermediary net/minecraft/class_2989
official ali
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map
<Identifier, AdvancementEntry> private static final Logger
private AdvancementManager
private final RegistryWrapper.WrapperLookup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(Map<Identifier, Advancement> 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, 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
Lali;a:Lorg/slf4j/Logger;
-
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 b
Lali;b: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 c
Lali;c:Lan;
-
registries
- Mappings:
Namespace Name Mixin selector named registries
Lnet/minecraft/server/ServerAdvancementLoader;registries:Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;
intermediary field_48787
Lnet/minecraft/class_2989;field_48787:Lnet/minecraft/class_7225$class_7874;
official d
Lali;d:Ljt$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>
Lali;<init>(Ljt$a;)V
-
-
Method Details
-
apply
protected void apply(Map<Identifier, Advancement> 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,
Advancement>> - 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
Lali;a(Ljava/util/Map;Laup;Lbou;)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
Lali;a(Lakv;Lah;)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
Lali;a(Lakv;)Lai;
-
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
Lali;a()Lan;
-
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
Lali;b()Ljava/util/Collection;
-