...Uses or Overrides Deprecated API...

Started by HCPhoenix on

Topic category: Help with MCreator software

Last seen on 20:48, 10. Jul 2019
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
...Uses or Overrides Deprecated API...

Got this error message in a gradle error log.  How to fix?

 

C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\mcreator_bloodAltarGUI.java:77: error: cannot find symbol
            if (ent != null && (ent instanceof mcreator_bloodAltar.TileEntityCustom))
                                                                  ^
  symbol:   class TileEntityCustom
  location: class mcreator_bloodAltar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

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.

Last seen on 20:48, 10. Jul 2019
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made a test block and…
Mon, 06/04/2018 - 14:23

I made a test block and another GUI for it and it came up with the same error.  Please help.

Last seen on 22:13, 3. Apr 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you provide your…
Thu, 06/07/2018 - 20:47

Can you provide your BloodAltar element code?