Package net.minecraft.loot.function
Class LootFunctionManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<Map<Identifier,JsonElement>>
net.minecraft.resource.JsonDataLoader
net.minecraft.loot.function.LootFunctionManager
- All Implemented Interfaces:
ResourceReloader
- Mappings:
Namespace Name official dsc
intermediary net/minecraft/class_5640
named net/minecraft/loot/function/LootFunctionManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Modifier and TypeFieldDescriptionprivate Map<Identifier,
LootFunction> private static final Gson
private static final Logger
private final LootConditionManager
private final LootManager
-
Constructor Summary
ConstructorDescriptionLootFunctionManager
(LootConditionManager lootConditionManager, LootManager lootManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.get
(Identifier id) getOrDefault
(Identifier id, LootFunction fallback) Methods inherited from class net.minecraft.resource.JsonDataLoader
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 official a
Ldsc;a:Lorg/slf4j/Logger;
intermediary field_27899
Lnet/minecraft/class_5640;field_27899:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/loot/function/LootFunctionManager;LOGGER:Lorg/slf4j/Logger;
-
GSON
- Mappings:
Namespace Name Mixin selector official b
Ldsc;b:Lcom/google/gson/Gson;
intermediary field_27900
Lnet/minecraft/class_5640;field_27900:Lcom/google/gson/Gson;
named GSON
Lnet/minecraft/loot/function/LootFunctionManager;GSON:Lcom/google/gson/Gson;
-
lootConditionManager
- Mappings:
Namespace Name Mixin selector official c
Ldsc;c:Ldsi;
intermediary field_27901
Lnet/minecraft/class_5640;field_27901:Lnet/minecraft/class_4567;
named lootConditionManager
Lnet/minecraft/loot/function/LootFunctionManager;lootConditionManager:Lnet/minecraft/loot/condition/LootConditionManager;
-
lootManager
- Mappings:
Namespace Name Mixin selector official d
Ldsc;d:Ldsh;
intermediary field_27902
Lnet/minecraft/class_5640;field_27902:Lnet/minecraft/class_60;
named lootManager
Lnet/minecraft/loot/function/LootFunctionManager;lootManager:Lnet/minecraft/loot/LootManager;
-
functions
- Mappings:
Namespace Name Mixin selector official e
Ldsc;e:Ljava/util/Map;
intermediary field_27903
Lnet/minecraft/class_5640;field_27903:Ljava/util/Map;
named functions
Lnet/minecraft/loot/function/LootFunctionManager;functions:Ljava/util/Map;
-
-
Constructor Details
-
LootFunctionManager
- Mappings:
Namespace Name Mixin selector official <init>
Ldsc;<init>(Ldsi;Ldsh;)V
intermediary <init>
Lnet/minecraft/class_5640;<init>(Lnet/minecraft/class_4567;Lnet/minecraft/class_60;)V
named <init>
Lnet/minecraft/loot/function/LootFunctionManager;<init>(Lnet/minecraft/loot/condition/LootConditionManager;Lnet/minecraft/loot/LootManager;)V
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official a
Ldsc;a(Labb;)Ldto;
intermediary method_32404
Lnet/minecraft/class_5640;method_32404(Lnet/minecraft/class_2960;)Lnet/minecraft/class_117;
named get
Lnet/minecraft/loot/function/LootFunctionManager;get(Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/function/LootFunction;
-
getOrDefault
- Mappings:
Namespace Name Mixin selector official a
Ldsc;a(Labb;Ldto;)Ldto;
intermediary method_35507
Lnet/minecraft/class_5640;method_35507(Lnet/minecraft/class_2960;Lnet/minecraft/class_117;)Lnet/minecraft/class_117;
named getOrDefault
Lnet/minecraft/loot/function/LootFunctionManager;getOrDefault(Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/function/LootFunction;)Lnet/minecraft/loot/function/LootFunction;
-
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 official a
Ldsc;a(Ljava/util/Map;Laim;Lawz;)V
intermediary method_32403
Lnet/minecraft/class_5640;method_32403(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
named apply
Lnet/minecraft/loot/function/LootFunctionManager;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
-
getFunctionIds
- Mappings:
Namespace Name Mixin selector official a
Ldsc;a()Ljava/util/Set;
intermediary method_32399
Lnet/minecraft/class_5640;method_32399()Ljava/util/Set;
named getFunctionIds
Lnet/minecraft/loot/function/LootFunctionManager;getFunctionIds()Ljava/util/Set;
-