GameTest Framework EntityQueryOptions has no constructor
The Issue:
Running the code from the documentation creator page for getting entities causes an error.
https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/mojang-minecraft/entityqueryoptions
How to reproduce:
- Setup an empty test project for GameTest Framework and import EntityQueryOptions.
- Run the first line of code from the documentation page listed above, "const query = new mc.EntityQueryOptions();"
- An error is shown that there is, "No constructor for native class 'EntityQueryOptions'"
Expected behavior:
There should be a constructor for this class.
2022-10-20, 11:34 PM
2023-11-22, 01:32 PM
2023-11-22, 01:32 PM
0
1
-