Interface FabricLootSupplier


public interface FabricLootSupplier
An interface implemented by all net.minecraft.loot.LootSupplier instances when Fabric API is present. Contains accessors for various fields.
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.loot.LootTable
     
    List<net.minecraft.loot.function.LootFunction>
     
    List<net.minecraft.loot.LootPool>
     
    net.minecraft.loot.context.LootContextType
     
  • Method Details

    • asVanilla

      default net.minecraft.loot.LootTable asVanilla()
    • getPools

      List<net.minecraft.loot.LootPool> getPools()
    • getFunctions

      List<net.minecraft.loot.function.LootFunction> getFunctions()
    • getType

      net.minecraft.loot.context.LootContextType getType()