SerenityJS
    Preparing search index...

    Interface LootEntry

    interface LootEntry {
        function?: (itemStack: ItemStack) => ItemStack;
        itemStack: ItemStack;
        weight: number;
    }
    Index

    Properties

    function?: (itemStack: ItemStack) => ItemStack
    itemStack: ItemStack
    weight: number