FabricLootPool

public interface FabricLootPool

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

Functions

asVanilla
Link copied to clipboard
LootPool asVanilla()
getConditions
Link copied to clipboard
abstract List<LootConditiongetConditions()
getEntries
Link copied to clipboard
abstract List<LootPoolEntrygetEntries()
getFunctions
Link copied to clipboard
abstract List<LootFunctiongetFunctions()
getRolls
Link copied to clipboard
abstract LootNumberProvider getRolls()

Inheritors

MixinLootPool
Link copied to clipboard

Sources

jvm source
Link copied to clipboard