Executing Gradle task: build Build info: MCreator 2021.3.53117, forge-1.17.1, 64-bit, 16110 MB, Windows 10, JVM 16.0.2, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk > Configure project : The code of this workspace uses official obfuscation mappings provided by Mojang. These mappings fall under their associated license you should be fully aware of. (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula. > Task :compileJava FAILED C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:22: error: cannot find symbol Entity entity = (Entity) dependencies.get("entity"); ^ symbol: variable dependencies location: class LeftPressedOnKeyPressedProcedure C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:23: error: cannot find symbol Vector3d targetpos = new Vector3d(entityiterator.getPosX(), entityiterator.getPosY(), entityiterator.getPosZ()); ^ symbol: method getPosX() location: variable entityiterator of type Entity C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:23: error: cannot find symbol Vector3d targetpos = new Vector3d(entityiterator.getPosX(), entityiterator.getPosY(), entityiterator.getPosZ()); ^ symbol: method getPosY() location: variable entityiterator of type Entity C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:23: error: cannot find symbol Vector3d targetpos = new Vector3d(entityiterator.getPosX(), entityiterator.getPosY(), entityiterator.getPosZ()); ^ symbol: method getPosZ() location: variable entityiterator of type Entity C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:24: error: cannot find symbol Vector3d playerpos = new Vector3d(entity.getPosX(), entity.getPosY(), entity.getPosZ()); ^ symbol: method getPosX() location: variable entity of type Entity C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:24: error: cannot find symbol Vector3d playerpos = new Vector3d(entity.getPosX(), entity.getPosY(), entity.getPosZ()); ^ symbol: method getPosY() location: variable entity of type Entity C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:24: error: cannot find symbol Vector3d playerpos = new Vector3d(entity.getPosX(), entity.getPosY(), entity.getPosZ()); ^ symbol: method getPosZ() location: variable entity of type Entity C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:25: error: cannot find symbol Vector3d distance = playerpos.subtract(targetpos); ^ symbol: method subtract(Vector3d) location: variable playerpos of type Vector3d C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:26: error: cannot find symbol Vector3d dir = distance.normalize(); ^ symbol: method normalize() location: variable distance of type Vector3d C:\Users\Hridy\MCreatorWorkspaces\gravity\src\main\java\net\mcreator\gravity\procedures\LeftPressedOnKeyPressedProcedure.java:27: error: cannot find symbol entityiterator.setMotion((dir)); ^ symbol: method setMotion(Vector3d) location: variable entityiterator of type Entity 10 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 4s 1 actionable task: 1 executed BUILD FAILED Task completed in 5 seconds