@FunctionalInterface public interface LootTableLoadingCallback
EVENT
to register instances.Modifier and Type | Interface and Description |
---|---|
static interface |
LootTableLoadingCallback.LootTableSetter |
Modifier and Type | Field and Description |
---|---|
static Event<LootTableLoadingCallback> |
EVENT |
Modifier and Type | Method and Description |
---|---|
void |
onLootTableLoading(net.minecraft.resource.ResourceManager resourceManager,
net.minecraft.loot.LootManager manager,
net.minecraft.util.Identifier id,
FabricLootSupplierBuilder supplier,
LootTableLoadingCallback.LootTableSetter setter) |
static final Event<LootTableLoadingCallback> EVENT
void onLootTableLoading(net.minecraft.resource.ResourceManager resourceManager, net.minecraft.loot.LootManager manager, net.minecraft.util.Identifier id, FabricLootSupplierBuilder supplier, LootTableLoadingCallback.LootTableSetter setter)