SerenityJS
    Preparing search index...

    Class EntityDropItemSignal

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    amount: number

    The amount of items that were dropped.

    identifier: WorldEvent = ...

    The identifier of the signal.

    itemStack: ItemStack

    The item stack that was dropped.

    itemStackEntity: null | Entity = null

    The entity instance of the item stack. This is only available in the after event hook.

    source: Entity

    The entity that dropped the item.

    world: World

    The world instance the signal was emitted in.

    identifier: EntityDropItem = WorldEvent.EntityDropItem

    The identifier of the signal.

    Methods