跳转至

EntityLifetimeState

文档版本:1.21.0.24

EntityLifetimeState枚举。script_api.minecraft/server.entitylifetimestate.description

常量

Instantiated
static read-only Instantiated = "Instantiated";
Loaded
static read-only Loaded = "Loaded";
Loading
static read-only Loading = "Loading";
Removed
static read-only Removed = "Removed";
Unloaded
static read-only Unloaded = "Unloaded";