Interface AccessorLootItem


public interface AccessorLootItem
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.storage.loot.entries.LootItem
    bookshelf$create(net.minecraft.core.Holder<net.minecraft.world.item.Item> item, int weight, int quality, List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> conditions, List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions)
     
    net.minecraft.core.Holder<net.minecraft.world.item.Item>
     
  • Method Details

    • bookshelf$create

      static net.minecraft.world.level.storage.loot.entries.LootItem bookshelf$create(net.minecraft.core.Holder<net.minecraft.world.item.Item> item, int weight, int quality, List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> conditions, List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions)
    • bookshelf$item

      net.minecraft.core.Holder<net.minecraft.world.item.Item> bookshelf$item()