SerenityJS
    Preparing search index...

    Interface EntityFallOnBlockTraitEvent

    interface EntityFallOnBlockTraitEvent {
        block: Block;
        fallDistance: number;
        fallTicks: number;
    }
    Index

    Properties

    block: Block

    The block that the entity fell on.

    fallDistance: number

    The distance that the entity fell.

    fallTicks: number

    The amount of ticks that took place during the fall.