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 Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.loot.LootPool
     
    List<net.minecraft.loot.condition.LootCondition>
     
    List<net.minecraft.loot.entry.LootPoolEntry>
     
    List<net.minecraft.loot.function.LootFunction>
     
    net.minecraft.loot.provider.number.LootNumberProvider
     
  • 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()