Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Raytrace 结果
me.raycast(range)
me.raycastBlock(range)
String getType() // "BLOCK" / "ENTITY" / "MISS" boolean isBlock() boolean isEntity() boolean isMiss()
Vec3 getLocation() // 命中点
int getBlockX() / getBlockY() / getBlockZ() Vec3 getBlockPosition() // 非 BLOCK 返回 null String getFace() // "UP"/"DOWN"/"NORTH"/"SOUTH"/"WEST"/"EAST"
Entity getEntity() // 非 ENTITY 返回 null
Was this page helpful?