Interface LootTableEvents.Replace

Enclosing class:
LootTableEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LootTableEvents.Replace
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.world.level.storage.loot.LootTable
    replaceLootTable(net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> key, net.minecraft.world.level.storage.loot.LootTable original, LootTableSource source, net.minecraft.core.HolderLookup.Provider holder)
    Replaces loot tables.
  • Method Details

    • replaceLootTable

      @Nullable net.minecraft.world.level.storage.loot.LootTable replaceLootTable(net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> key, net.minecraft.world.level.storage.loot.LootTable original, LootTableSource source, net.minecraft.core.HolderLookup.Provider holder)
      Replaces loot tables.
      Parameters:
      key - the loot table key
      original - the original loot table
      source - the source of the original loot table
      holder - the holder lookup
      Returns:
      the new loot table, or null if it wasn't replaced