@occultus/api-root - v0.29.3
    Preparing search index...

    Interface BlockEntityData

    方块实体数据

    interface BlockEntityData {
        block: Block;
        dimension: Dimension;
        entity: Entity;
        location: Vector3;
        scoreboardObjective?: ScoreboardObjective;
    }
    Index

    Properties

    block: Block

    方块实体对应的方块

    dimension: Dimension

    方块实体所在维度

    entity: Entity

    方块实体本身

    location: Vector3

    方块实体所在位置

    scoreboardObjective?: ScoreboardObjective

    方块实体对应的计分板