Package net.fabricmc.fabric.api.loot.v1
Interface FabricLootPool
Deprecated.
Replaced with transitive access wideners in Fabric Transitive Access Wideners (v1).
An interface implemented by all
net.minecraft.loot.LootPool
instances when
Fabric API is present. Contains accessors for various fields.-
Method Details
-
asVanilla
Deprecated. -
getEntries
List<LootPoolEntry> getEntries()Deprecated. -
getConditions
List<LootCondition> getConditions()Deprecated. -
getFunctions
List<LootFunction> getFunctions()Deprecated. -
getRolls
LootNumberProvider getRolls()Deprecated.
-