SerenityJS
    Preparing search index...

    Class PlayerContainerInteractionSignal

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    amount: number

    The amount of items that were selected.

    destinationContainer: null | Container

    The destination container that the player interacted with.

    destinationSlot: null | number

    The slot in the destination container that the player interacted with.

    identifier: WorldEvent = ...

    The identifier of the signal.

    player: Player

    The player that interacted with a container.

    sourceContainer: Container

    The source container that the player interacted with.

    sourceSlot: number

    The slot in the source container that the player interacted with.

    world: World

    The world instance the signal was emitted in.

    identifier: PlayerContainerInteraction = WorldEvent.PlayerContainerInteraction

    The identifier of the signal.

    Methods