Executing Gradle task: runClient Build info: MCreator 2022.3.44708 EAP (44708), forge-1.19.2, 64-bit, 16284 MB, Windows 11, JVM 17.0.3, JAVA_HOME: C:\Users\ctlah\Downloads\MCreator.EAP.2022.3.b44708.Windows.64bit\MCreatorEAP20223b44708\jdk, started on: 2022-10-27-10:48:49 > 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 :mcreatorLink UP-TO-DATE > Task :compileJava FAILED C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:234: error: illegal start of type return PlayState.STOP; ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:234: error: expected return PlayState.STOP; ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:237: error: class, interface, enum, or record expected private PlayState attackingPredicate(AnimationEvent event) { ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:239: error: class, interface, enum, or record expected double d0 = this.getZ() - this.zOld; ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:240: error: class, interface, enum, or record expected float velocity = (float) Math.sqrt(d1 * d1 + d0 * d0); ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:241: error: class, interface, enum, or record expected if (getAttackAnim(event.getPartialTick()) > 0f && !this.swinging) { ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:243: error: class, interface, enum, or record expected this.lastSwing = level.getGameTime(); ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:244: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:247: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:250: error: class, interface, enum, or record expected event.getController().setAnimation(new AnimationBuilder().addAnimation("attack")); ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:251: error: class, interface, enum, or record expected return PlayState.CONTINUE; ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:252: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:254: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:258: error: class, interface, enum, or record expected if (!this.animationprocedure.equals("empty") && !this.animationprocedure.isEmpty() ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:261: error: class, interface, enum, or record expected this.getPersistentData().putString("animation", "empty"); ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:262: error: class, interface, enum, or record expected this.animationprocedure = "empty"; ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:263: error: class, interface, enum, or record expected return PlayState.CONTINUE; ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:264: error: class, interface, enum, or record expected } else if (event.getController().getAnimationState().equals(software.bernie.geckolib3.core.AnimationState.Stopped)) { ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:266: error: class, interface, enum, or record expected this.animationprocedure = "empty"; ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:267: error: class, interface, enum, or record expected event.getController().markNeedsReload(); ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:268: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:270: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:273: error: class, interface, enum, or record expected protected void tickDeath() { ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:275: error: class, interface, enum, or record expected if (this.deathTime == 20) { ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:277: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:281: error: class, interface, enum, or record expected public void registerControllers(AnimationData data) { ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:283: error: class, interface, enum, or record expected data.addAnimationController(new AnimationController<>(this, "attacking", 4, this::attackingPredicate)); ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:284: error: class, interface, enum, or record expected data.addAnimationController(new AnimationController<>(this, "procedure", 4, this::procedurePredicate)); ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:285: error: class, interface, enum, or record expected } ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:288: error: class, interface, enum, or record expected public AnimationFactory getFactory() { ^ C:\Users\ctlah\MCreatorWorkspaces\cc19\src\main\java\net\mcreator\pangeaultima\entity\NortherngiraffeEntity.java:290: error: class, interface, enum, or record expected } ^ 31 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 2s 1 actionable task: 1 executed BUILD FAILED Task completed in 3 seconds