Uses of Class
net.minecraft.world.level.storage.loot.LootDataManager
Packages that use LootDataManager
-
Uses of LootDataManager in net.minecraft.server
Fields in net.minecraft.server declared as LootDataManagerModifier and TypeFieldDescriptionprivate final LootDataManager
ReloadableServerResources.lootData
private final LootDataManager
ServerAdvancementManager.lootData
Methods in net.minecraft.server that return LootDataManagerModifier and TypeMethodDescriptionMinecraftServer.getLootData()
ReloadableServerResources.getLootData()
Constructors in net.minecraft.server with parameters of type LootDataManagerModifierConstructorDescriptionServerAdvancementManager
(LootDataManager p_279237_) Deprecated.Forge: use constructor with context.ServerAdvancementManager
(LootDataManager p_279237_, ICondition.IContext context)