Package net.fabricmc.fabric.api.loot.v1
Interface FabricLootPool
public interface FabricLootPool
An interface implemented by all
net.minecraft.loot.LootPool
instances when
Fabric API is present. Contains accessors for various fields.-
Method Details
-
asVanilla
default net.minecraft.loot.LootPool asVanilla() -
getEntries
List<net.minecraft.loot.entry.LootPoolEntry> getEntries() -
getConditions
List<net.minecraft.loot.condition.LootCondition> getConditions() -
getFunctions
List<net.minecraft.loot.function.LootFunction> getFunctions() -
getRolls
net.minecraft.loot.provider.number.LootNumberProvider getRolls()
-