SerenityJS
    Preparing search index...

    Class PlayerPlaceBlockSignal

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    block: Block

    The block that was updated.

    dimension: Dimension

    The dimension the block was updated in.

    face: BlockFace

    The face of the block the new block is being placed on.

    faceLocation: Vector3f

    Location relative to the bottom north-west corner of the block where the new block is being placed onto.

    identifier: WorldEvent = ...

    The identifier of the signal.

    permutationBeingPlaced: BlockPermutation

    The permutation of the block being placed.

    player: Player

    The player placing the block.

    world: World

    The world instance the signal was emitted in.

    identifier: PlayerPlaceBlock = WorldEvent.PlayerPlaceBlock

    The identifier of the signal.

    Methods