Package net.fabricmc.fabric.api.loot.v1

Types

FabricLootPool
Link copied to clipboard
public interface FabricLootPool
An interface implemented by all {@code net.minecraft.loot.LootPool} instances when Fabric API is present.
FabricLootPoolBuilder
Link copied to clipboard
public class FabricLootPoolBuilder extends LootPool.Builder
FabricLootSupplier
Link copied to clipboard
public interface FabricLootSupplier
An interface implemented by all {@code net.minecraft.loot.LootSupplier} instances when Fabric API is present.
FabricLootSupplierBuilder
Link copied to clipboard
public class FabricLootSupplierBuilder extends LootTable.Builder
LootEntryTypeRegistry
Link copied to clipboard
public interface LootEntryTypeRegistry
Fabric's extensions to {@code net.minecraft.loot.entry.LootEntries} for registering custom loot entry types.
LootJsonParser
Link copied to clipboard
public final class LootJsonParser