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 LootManager
LootFunctionManager. lootManager
Constructors 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 LootManager
ServerResourceManager. lootManager
Methods in net.minecraft.resource that return LootManager Modifier and Type Method Description LootManager
ServerResourceManager. getLootManager()
-
Uses of LootManager in net.minecraft.server
Methods in net.minecraft.server that return LootManager Modifier and Type Method Description LootManager
MinecraftServer. getLootManager()