Interface LootTableEvents.Replace

Enclosing class:
LootTableEvents

public static interface LootTableEvents.Replace
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.loot.LootTable
    replaceLootTable(net.minecraft.resource.ResourceManager resourceManager, net.minecraft.loot.LootManager lootManager, net.minecraft.util.Identifier id, net.minecraft.loot.LootTable original, LootTableSource source)
    Replaces loot tables.
  • Method Details

    • replaceLootTable

      @Nullable @Nullable net.minecraft.loot.LootTable replaceLootTable(net.minecraft.resource.ResourceManager resourceManager, net.minecraft.loot.LootManager lootManager, net.minecraft.util.Identifier id, net.minecraft.loot.LootTable original, LootTableSource source)
      Replaces loot tables.
      Parameters:
      resourceManager - the server resource manager
      lootManager - the loot manager
      id - the loot table ID
      original - the original loot table
      source - the source of the original loot table
      Returns:
      the new loot table, or null if it wasn't replaced