Describe the bug
 
 
To Reproduce
mc.getEntities(new IntPos(-222, -60, 121, 0), new IntPos(-227, -58, 116, 0), 10).forEach(en => {
    logger.warn(en.type);
})Expected behavior
正常返回实体对象列表
Screenshots
 
Platform
win10
BDS Version
1.21.93
LeviLamina Version
1.4.1
LegacyScriptEngine Version
0.13.0
Additional context
No response