Interface FabricLootSupplier


@Deprecated public interface FabricLootSupplier
Deprecated.
Replaced with transitive access wideners in Fabric Transitive Access Wideners (v1).
An interface implemented by all LootTable instances when Fabric API is present. Contains accessors for various fields.
  • Method Summary

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

    • asVanilla

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

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

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

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