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 Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.loot.LootPool
Deprecated.List<net.minecraft.loot.condition.LootCondition>
Deprecated.List<net.minecraft.loot.entry.LootPoolEntry>
Deprecated.List<net.minecraft.loot.function.LootFunction>
Deprecated.net.minecraft.loot.provider.number.LootNumberProvider
getRolls()
Deprecated.
-
Method Details
-
asVanilla
default net.minecraft.loot.LootPool asVanilla()Deprecated. -
getEntries
List<net.minecraft.loot.entry.LootPoolEntry> getEntries()Deprecated. -
getConditions
List<net.minecraft.loot.condition.LootCondition> getConditions()Deprecated. -
getFunctions
List<net.minecraft.loot.function.LootFunction> getFunctions()Deprecated. -
getRolls
net.minecraft.loot.provider.number.LootNumberProvider getRolls()Deprecated.
-