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 asVanilla()  
    List<net.minecraft.loot.function.LootFunction> getFunctions()  
    List<net.minecraft.loot.LootPool> getPools()  
    net.minecraft.loot.context.LootContextType getType()  
  • 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()