Error Cannot Find Symbol

Started by Creeper_990_ on

Topic category: Help with modding (Java Edition)

Last seen on 19:06, 21. Nov 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Error Cannot Find Symbol

My code is:

Executing Gradle task: build
Build info: MCreator 2020.2.14217, 1.12.2, 64-bit, 8083 MB, Windows 10, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava
C:\Users\Carson Eldridge\MCreatorWorkspaces\swordcraft\build\sources\main\java\net\mcreator\swordcraft\entity\EntityBlackhorn.java:139: error: cannot find symbol    public static class Modelblackhorn6 extends EntityModel<Entity> {
                                               ^
  symbol:   class EntityModel
  location: class EntityBlackhorn
C:\Users\Carson Eldridge\MCreatorWorkspaces\swordcraft\build\sources\main\java\net\mcreator\swordcraft\entity\EntityBlackhorn.java:208: error: cannot find symbol       public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
                         ^
  symbol:   class MatrixStack
  location: class Modelblackhorn6
C:\Users\Carson Eldridge\MCreatorWorkspaces\swordcraft\build\sources\main\java\net\mcreator\swordcraft\entity\EntityBlackhorn.java:208: error: cannot find symbol       public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
                                                  ^
  symbol:   class IVertexBuilder
  location: class Modelblackhorn6
3 errors
: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
BUILD FAILED in 6s
5 actionable tasks: 4 executed, 1 up-to-date
BUILD FAILED
Task completed in 9174 milliseconds
 

Last seen on 22:41, 17. Apr 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what ever the black horn mod…
Fri, 10/02/2020 - 00:37

what ever the black horn mod is, is the problem, check its triggers and overall stats, and then there's that public void render, which I think is the mob's texture, is it a custom skin? if so that's the problem something there is wrong. it can't render "black horn"

Last seen on 19:06, 21. Nov 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmmm. Thanks for your help
Sat, 10/17/2020 - 21:00

Hmmm. Thanks for your help