Class LootManager
java.lang.Object
com.blamejared.crafttweaker.api.loot.LootManager
The main entry point for everything loot related.
This entry point can be obtained via the loot global in scripts and allows you to manipulate everything
related to loot or query loot tables.
- DocParam:
- this loot
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the loot modifiers manager.Gets the loot table manager.
-
Field Details
-
INSTANCE
-
-
Method Details
-
getModifierManager
Gets the loot modifiers manager.Refer to
LootModifierManagerfor additional info.- Returns:
- The loot modifiers manager.
-
getTableManager
Gets the loot table manager.Refer to
LootTableManagerfor additional info.- Returns:
- The loot table manager.
-