Class LootTableLoadEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.LootTableLoadEvent

public class LootTableLoadEvent extends net.minecraftforge.eventbus.api.Event
Event fired when a LootTable json is loaded from json. This event is fired whenever resources are loaded, or when the server starts. This event will NOT be fired for LootTables loaded from the world folder, these are considered configurations files and should not be modified by mods. Canceling the event will make it load a empty loot table.