SerenityJS
    Preparing search index...

    Interface LootEntry

    interface LootEntry {
        itemStack: ItemStack;
        weight: number;
    }
    Index

    Properties

    Properties

    itemStack: ItemStack

    The item stack of the loot entry.

    weight: number

    The weight of the loot entry.