Package net.minecraft.loot
Class LootManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloadListener<Map<Identifier,JsonElement>>
net.minecraft.resource.JsonDataLoader
net.minecraft.loot.LootManager
- All Implemented Interfaces:
ResourceReloadListener
public class LootManager extends JsonDataLoader
- Mappings:
Namespace Name official demintermediary net/minecraft/class_60named net/minecraft/loot/LootManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloadListener
ResourceReloadListener.Synchronizer -
Field Summary
Fields Modifier and Type Field Description private LootConditionManagerconditionManagerprivate static GsonGSONprivate static LoggerLOGGERprivate Map<Identifier,LootTable>tables -
Constructor Summary
Constructors Constructor Description LootManager(LootConditionManager conditionManager) -
Method Summary
Modifier and Type Method Description protected voidapply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)LootTablegetTable(Identifier id)Set<Identifier>getTableIds()static JsonElementtoJson(LootTable table)static voidvalidate(LootTableReporter reporter, Identifier id, LootTable table)Methods inherited from class net.minecraft.resource.JsonDataLoader
prepareMethods inherited from class net.minecraft.resource.SinglePreparationResourceReloadListener
reloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloadListener
getName
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLdem;a:Lorg/apache/logging/log4j/Logger;intermediary field_975Lnet/minecraft/class_60;field_975:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/loot/LootManager;LOGGER:Lorg/apache/logging/log4j/Logger;
-
GSON
- Mappings:
Namespace Name Mixin selector official bLdem;b:Lcom/google/gson/Gson;intermediary field_974Lnet/minecraft/class_60;field_974:Lcom/google/gson/Gson;named GSONLnet/minecraft/loot/LootManager;GSON:Lcom/google/gson/Gson;
-
tables
- Mappings:
Namespace Name Mixin selector official cLdem;c:Ljava/util/Map;intermediary field_970Lnet/minecraft/class_60;field_970:Ljava/util/Map;named tablesLnet/minecraft/loot/LootManager;tables:Ljava/util/Map;
-
conditionManager
- Mappings:
Namespace Name Mixin selector official dLdem;d:Lden;intermediary field_20752Lnet/minecraft/class_60;field_20752:Lnet/minecraft/class_4567;named conditionManagerLnet/minecraft/loot/LootManager;conditionManager:Lnet/minecraft/loot/condition/LootConditionManager;
-
-
Constructor Details
-
LootManager
- Mappings:
Namespace Name Mixin selector official <init>Ldem;<init>(Lden;)Vintermediary <init>Lnet/minecraft/class_60;<init>(Lnet/minecraft/class_4567;)Vnamed <init>Lnet/minecraft/loot/LootManager;<init>(Lnet/minecraft/loot/condition/LootConditionManager;)V
-
-
Method Details
-
getTable
- Mappings:
Namespace Name Mixin selector official aLdem;a(Lwb;)Ldel;intermediary method_367Lnet/minecraft/class_60;method_367(Lnet/minecraft/class_2960;)Lnet/minecraft/class_52;named getTableLnet/minecraft/loot/LootManager;getTable(Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/LootTable;
-
apply
protected void apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)- Specified by:
applyin classSinglePreparationResourceReloadListener<Map<Identifier,JsonElement>>- Mappings:
Namespace Name Mixin selector official aLdem;a(Ljava/util/Map;Lacx;Laos;)Vintermediary method_20712Lnet/minecraft/class_60;method_20712(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Vnamed applyLnet/minecraft/loot/LootManager;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
-
validate
- Mappings:
Namespace Name Mixin selector official aLdem;a(Ldeq;Lwb;Ldel;)Vintermediary method_369Lnet/minecraft/class_60;method_369(Lnet/minecraft/class_58;Lnet/minecraft/class_2960;Lnet/minecraft/class_52;)Vnamed validateLnet/minecraft/loot/LootManager;validate(Lnet/minecraft/loot/LootTableReporter;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V
-
toJson
- Mappings:
Namespace Name Mixin selector official aLdem;a(Ldel;)Lcom/google/gson/JsonElement;intermediary method_372Lnet/minecraft/class_60;method_372(Lnet/minecraft/class_52;)Lcom/google/gson/JsonElement;named toJsonLnet/minecraft/loot/LootManager;toJson(Lnet/minecraft/loot/LootTable;)Lcom/google/gson/JsonElement;
-
getTableIds
- Mappings:
Namespace Name Mixin selector official aLdem;a()Ljava/util/Set;intermediary method_370Lnet/minecraft/class_60;method_370()Ljava/util/Set;named getTableIdsLnet/minecraft/loot/LootManager;getTableIds()Ljava/util/Set;
-