SerenityJS
    Preparing search index...

    Class PlayerUseItemOnBlockSignal

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    identifier: WorldEvent = ...

    The identifier of the signal.

    itemStack: ItemStack

    The item stack that the player used.

    player: Player

    The player that used the item.

    targetBlock: Block

    The target block that the item is being used on.

    useMethod: ItemUseMethod

    The method that the player used the item with.

    world: World

    The world instance the signal was emitted in.

    identifier: PlayerUseItemOnBlock = WorldEvent.PlayerUseItemOnBlock

    The identifier of the signal.

    Methods