public class LootTableLoadEvent extends Event
Event.HasResult, Event.Result| Constructor and Description |
|---|
LootTableLoadEvent(ResourceLocation name,
LootTable table)
|
LootTableLoadEvent(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |
| Modifier and Type | Method and Description |
|---|---|
LootTableManager |
getLootTableManager() |
ResourceLocation |
getName() |
LootTable |
getTable() |
void |
setTable(LootTable table) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup@Deprecated public LootTableLoadEvent(ResourceLocation name, LootTable table)
public LootTableLoadEvent(ResourceLocation name, LootTable table, LootTableManager lootTableManager)
public ResourceLocation getName()
public LootTable getTable()
public LootTableManager getLootTableManager()
public void setTable(LootTable table)