Interface LootTableLoadingCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An event handler that is called when loot tables are loaded.
Use
EVENT
to register instances.-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLootTableLoading
(net.minecraft.resource.ResourceManager resourceManager, net.minecraft.loot.LootManager manager, net.minecraft.util.Identifier id, FabricLootSupplierBuilder supplier, LootTableLoadingCallback.LootTableSetter setter)
-
Field Details
-
EVENT
-
-
Method Details
-
onLootTableLoading
void onLootTableLoading(net.minecraft.resource.ResourceManager resourceManager, net.minecraft.loot.LootManager manager, net.minecraft.util.Identifier id, FabricLootSupplierBuilder supplier, LootTableLoadingCallback.LootTableSetter setter)
-