FabricLootSupplier

public interface FabricLootSupplier

An interface implemented by all {@code net.minecraft.loot.LootSupplier} instances when Fabric API is present. Contains accessors for various fields.

Functions

asVanilla
Link copied to clipboard
LootTable asVanilla()
getFunctions
Link copied to clipboard
abstract List<LootFunctiongetFunctions()
getPools
Link copied to clipboard
abstract List<LootPoolgetPools()
getType
Link copied to clipboard
abstract LootContextType getType()

Inheritors

MixinLootSupplier
Link copied to clipboard

Sources

jvm source
Link copied to clipboard