Please could anyone tell me why I get an error when I use the next code?``` world.getPlayers().forEach(player=>{
15 const options = new EntityRaycastOptions();
options.maxDistance = 8;
[...]
34 }) This is the error:[Scripting][error]-ReferenceError: 'EntityRaycastOptions' is not defined at <anonymous> (main.js:15)
at forEach (native)
at <anonymous> (main.js:34)```
