Uses of Class
net.minecraft.loot.LootManager
| Package | Description |
|---|---|
| net.minecraft.loot.function | |
| net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
| net.minecraft.server |
-
Uses of LootManager in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootManager Modifier and Type Field Description private LootManagerLootFunctionManager. lootManagerConstructors in net.minecraft.loot.function with parameters of type LootManager Constructor Description LootFunctionManager(LootConditionManager lootConditionManager, LootManager lootManager) -
Uses of LootManager in net.minecraft.resource
Fields in net.minecraft.resource declared as LootManager Modifier and Type Field Description private LootManagerServerResourceManager. lootManagerMethods in net.minecraft.resource that return LootManager Modifier and Type Method Description LootManagerServerResourceManager. getLootManager() -
Uses of LootManager in net.minecraft.server
Methods in net.minecraft.server that return LootManager Modifier and Type Method Description LootManagerMinecraftServer. getLootManager()