Package net.fabricmc.fabric.api.loot.v1
Interface LootEntryTypeRegistry
Deprecated.
Fabric's extensions to
LootPoolEntryTypes
for registering
custom loot entry types.- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(Identifier id, JsonSerializer<? extends LootPoolEntry> serializer) Deprecated.Registers a loot entry type serializer by its ID.
-
Field Details
-
INSTANCE
Deprecated.
-
-
Method Details
-
register
Deprecated.Registers a loot entry type serializer by its ID.- Parameters:
id
- the loot entry's IDserializer
- the loot entry serializer
-
Registries.LOOT_POOL_ENTRY_TYPE
from vanilla instead.