-
Bug
-
Resolution: Incomplete
-
None
-
1.19.31 Hotfix, 1.19.41
-
None
-
Unconfirmed
-
Windows
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.