Help! with GUI

Started by Redolfos on

Topic category: Help with MCreator software

Last seen on 15:14, 28. Jan 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help! with GUI

C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\mcreator_forestryInterface.java:43: error: cannot find symbol
            if (ent != null && ent instanceof mcreator_workspaceCorgan.TileEntityCustom)
                                                                      ^
  symbol:   class TileEntityCustom
  location: class mcreator_workspaceCorgan
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\mcreator_forestryInterface.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked 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.

I create on the GUI tutorial the menu exactly as there, but in the tutorial it does not give an error, but it gives what to do?

Last seen on 18:16, 26. Jan 2021
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could you maybe give some…
Sun, 01/20/2019 - 17:30

Could you maybe give some more information like if it is a GUI with slots?

Or maybe a screenshot of the output?

(or maybe you just forgot to enable an inventory on the block you're using to open the GUI?)

This happens if you bind…
Mon, 01/21/2019 - 13:44

This happens if you bind your GUI to the block that does not have inventory enabled.

Last seen on 18:16, 26. Jan 2021
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're a god, you really are.
Wed, 01/23/2019 - 15:23

You're a god, you really are.