Interface AccessorLootTable


public interface AccessorLootTable
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.storage.loot.functions.LootItemFunction[]
     
    void
    hex$setCompositeFunction(BiFunction<net.minecraft.world.item.ItemStack,net.minecraft.world.level.storage.loot.LootContext,net.minecraft.world.item.ItemStack> bf)
     
    void
    hex$setFunctions(net.minecraft.world.level.storage.loot.functions.LootItemFunction[] lifs)
     
  • Method Details

    • hex$getFunctions

      net.minecraft.world.level.storage.loot.functions.LootItemFunction[] hex$getFunctions()
    • hex$setFunctions

      void hex$setFunctions(net.minecraft.world.level.storage.loot.functions.LootItemFunction[] lifs)
    • hex$setCompositeFunction

      void hex$setCompositeFunction(BiFunction<net.minecraft.world.item.ItemStack,net.minecraft.world.level.storage.loot.LootContext,net.minecraft.world.item.ItemStack> bf)