Cannotfind symbol Error

Started by AyemPuro on

Topic category: Mod design feedback

Last seen on 18:48, 28. Mar 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Cannotfind symbol Error

Im always getting cannot findsymbol error. My java model is gives error. Everything true what is wrong can anyone help me

 

^
symbol: variable yRot
location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
C:\Users\erent\MCreatorWorkspaces\minecraft_1_19\src\main\java\net\mcreator\minecraft\entity\renderer\SnailRenderer.java:65: error: cannot find symbol modelRenderer.zRot = z;
^
symbol: variable zRot
location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
11 errors
> Task :compileJava FAILED
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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec…
BUILD FAILED in 4s