Class LootManager

java.lang.Object
com.blamejared.crafttweaker.api.loot.LootManager

@ZenRegister public class LootManager extends Object
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 Details

  • Method Details

    • getModifierManager

      public LootModifierManager getModifierManager()
      Gets the loot modifiers manager.

      Refer to LootModifierManager for additional info.

      Returns:
      The loot modifiers manager.
    • getTableManager

      public LootTableManager getTableManager()
      Gets the loot table manager.

      Refer to LootTableManager for additional info.

      Returns:
      The loot table manager.