Bedrock Energistics Core
    Preparing search index...

    Interface MachineOnButtonPressedEventArgBeta

    interface MachineOnButtonPressedEventArg {
        blockLocation: DimensionLocation;
        elementId: string;
        entityId: string;
        playerId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockLocation: DimensionLocation
    elementId: string

    The ID of the button element.

    entityId: string

    The ID of the machine entity.

    playerId: string

    The ID of the player who "pressed" the button.