Package net.fabricmc.fabric.api.loot.v1
Interface FabricLootSupplier
Deprecated.
Replaced with transitive access wideners in Fabric Transitive Access Wideners (v1).
An interface implemented by all
LootTable
instances when
Fabric API is present. Contains accessors for various fields.-
Method Details
-
asVanilla
default net.minecraft.loot.LootTable asVanilla()Deprecated. -
getPools
List<net.minecraft.loot.LootPool> getPools()Deprecated. -
getFunctions
List<net.minecraft.loot.function.LootFunction> getFunctions()Deprecated. -
getType
default net.minecraft.loot.context.LootContextType getType()Deprecated.
-