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 duwintermediary net/minecraft/class_4567named net/minecraft/loot/condition/LootConditionManager
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<Identifier,LootCondition> private static final Gsonprivate static final Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(Identifier id) getIds()protected voidmethod_22563(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) Methods inherited from class net.minecraft.resource.JsonDataLoader
method_20731Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
apply, prepare, reloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloader
getName
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLduw;a:Lorg/slf4j/Logger;intermediary field_20753Lnet/minecraft/class_4567;field_20753:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/loot/condition/LootConditionManager;LOGGER:Lorg/slf4j/Logger;
-
GSON
- Mappings:
Namespace Name Mixin selector official bLduw;b:Lcom/google/gson/Gson;intermediary field_20754Lnet/minecraft/class_4567;field_20754:Lcom/google/gson/Gson;named GSONLnet/minecraft/loot/condition/LootConditionManager;GSON:Lcom/google/gson/Gson;
-
conditions
- Mappings:
Namespace Name Mixin selector official cLduw;c:Ljava/util/Map;intermediary field_20755Lnet/minecraft/class_4567;field_20755:Ljava/util/Map;named conditionsLnet/minecraft/loot/condition/LootConditionManager;conditions:Ljava/util/Map;
-
-
Constructor Details
-
LootConditionManager
public LootConditionManager()
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official aLduw;a(Labv;)Ldxl;intermediary method_22564Lnet/minecraft/class_4567;method_22564(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5341;named getLnet/minecraft/loot/condition/LootConditionManager;get(Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/condition/LootCondition;
-
method_22563
protected void method_22563(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) - Mappings:
Namespace Name Mixin selector official aLduw;a(Ljava/util/Map;Lajt;Layk;)Vintermediary method_22563Lnet/minecraft/class_4567;method_22563(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Vnamed method_22563Lnet/minecraft/loot/condition/LootConditionManager;method_22563(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
-
getIds
- Mappings:
Namespace Name Mixin selector official aLduw;a()Ljava/util/Set;intermediary method_22559Lnet/minecraft/class_4567;method_22559()Ljava/util/Set;named getIdsLnet/minecraft/loot/condition/LootConditionManager;getIds()Ljava/util/Set;
-