Help! with GUI

Started by Redolfos on

Topic category: Help with MCreator software

Active 6 years ago
Joined Mar 2018
Points:
690

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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?

Active 4 years ago
Joined Apr 2017
Points:
719

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
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.

Active 4 years ago
Joined Apr 2017
Points:
719

User statistics:

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

You're a god, you really are.