LootEntryTypeRegistry

public interface LootEntryTypeRegistry

Fabric's extensions to {@code net.minecraft.loot.entry.LootEntries} for registering custom loot entry types.

See also

#register

#register

Functions

register
Link copied to clipboard
abstract void register(Identifier id, JsonSerializer<? extends LootPoolEntry> serializer)
Registers a loot entry type serializer by its ID.

Inheritors

LootEntryTypeRegistryImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard