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.
Deprecated.
An event handler that is called when loot tables are loaded.
Use
EVENT to register instances.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonLootTableLoading(ResourceManager resourceManager, LootManager manager, Identifier id, FabricLootSupplierBuilder supplier, LootTableLoadingCallback.LootTableSetter setter) Deprecated.
-
Field Details
-
EVENT
Deprecated.
-
-
Method Details
-
onLootTableLoading
void onLootTableLoading(ResourceManager resourceManager, LootManager manager, Identifier id, FabricLootSupplierBuilder supplier, LootTableLoadingCallback.LootTableSetter setter) Deprecated.
-
LootTableEvents.