Package net.minecraft.loot.condition
Class LootConditionManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<Map<Identifier,JsonElement>>
net.minecraft.resource.JsonDataLoader
net.minecraft.loot.condition.LootConditionManager
- All Implemented Interfaces:
ResourceReloader
- Mappings:
Namespace Name official dvw
intermediary net/minecraft/class_4567
named net/minecraft/loot/condition/LootConditionManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Modifier and TypeFieldDescriptionprivate Map<Identifier,
LootCondition> private static final Gson
private static final Logger
-
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) getIds()
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
Ldvw;a:Lorg/slf4j/Logger;
intermediary field_20753
Lnet/minecraft/class_4567;field_20753:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/loot/condition/LootConditionManager;LOGGER:Lorg/slf4j/Logger;
-
GSON
- Mappings:
Namespace Name Mixin selector official b
Ldvw;b:Lcom/google/gson/Gson;
intermediary field_20754
Lnet/minecraft/class_4567;field_20754:Lcom/google/gson/Gson;
named GSON
Lnet/minecraft/loot/condition/LootConditionManager;GSON:Lcom/google/gson/Gson;
-
conditions
- Mappings:
Namespace Name Mixin selector official c
Ldvw;c:Ljava/util/Map;
intermediary field_20755
Lnet/minecraft/class_4567;field_20755:Ljava/util/Map;
named conditions
Lnet/minecraft/loot/condition/LootConditionManager;conditions:Ljava/util/Map;
-
-
Constructor Details
-
LootConditionManager
public LootConditionManager()
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official a
Ldvw;a(Lacf;)Ldyl;
intermediary method_22564
Lnet/minecraft/class_4567;method_22564(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5341;
named get
Lnet/minecraft/loot/condition/LootConditionManager;get(Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/condition/LootCondition;
-
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
Ldvw;a(Ljava/util/Map;Lake;Lazc;)V
intermediary method_22563
Lnet/minecraft/class_4567;method_22563(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
named apply
Lnet/minecraft/loot/condition/LootConditionManager;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
-
getIds
- Mappings:
Namespace Name Mixin selector official a
Ldvw;a()Ljava/util/Set;
intermediary method_22559
Lnet/minecraft/class_4567;method_22559()Ljava/util/Set;
named getIds
Lnet/minecraft/loot/condition/LootConditionManager;getIds()Ljava/util/Set;
-