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
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLootTableLoading
(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
.