@occultus/api-root - v0.29.3
Preparing search index...
@occultus/entity-api
BlockEntityData
Interface BlockEntityData
方块实体数据
interface
BlockEntityData
{
block
:
Block
;
dimension
:
Dimension
;
entity
:
Entity
;
location
:
Vector3
;
scoreboardObjective
?:
ScoreboardObjective
;
}
Index
Properties
block
dimension
entity
location
scoreboard
Objective?
Properties
Readonly
block
block
:
Block
方块实体对应的方块
Readonly
dimension
dimension
:
Dimension
方块实体所在维度
Readonly
entity
entity
:
Entity
方块实体本身
Readonly
location
location
:
Vector3
方块实体所在位置
Optional
Readonly
scoreboard
Objective
scoreboardObjective
?:
ScoreboardObjective
方块实体对应的计分板
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
dimension
entity
location
scoreboard
Objective
@occultus/api-root - v0.29.3
Loading...
方块实体数据