public interface FabricLootPool
net.minecraft.loot.LootPool
instances when
Fabric API is present. Contains accessors for various fields.Modifier and Type | Method and Description |
---|---|
default net.minecraft.loot.LootPool |
asVanilla() |
List<net.minecraft.loot.condition.LootCondition> |
getConditions() |
List<net.minecraft.loot.entry.LootEntry> |
getEntries() |
List<net.minecraft.loot.function.LootFunction> |
getFunctions() |
net.minecraft.loot.LootTableRange |
getRollsRange() |
default net.minecraft.loot.LootPool asVanilla()
List<net.minecraft.loot.entry.LootEntry> getEntries()
List<net.minecraft.loot.condition.LootCondition> getConditions()
List<net.minecraft.loot.function.LootFunction> getFunctions()
net.minecraft.loot.LootTableRange getRollsRange()