ContainAtractor

mcreator issue

Sep 18th, 2022
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. > Task :compileJava FAILED
  2. /home/[name]/MCreatorWorkspaces/[workspace]/src/main/java/net/mcreator/voidish/world/inventory/GMenu.java:20: error: GMenu is not abstract and does not override abstract method quickMoveStack(Player,int) in AbstractContainerMenu
  3. public class GMenu extends AbstractContainerMenu implements Supplier<Map<Integer, Slot>> {
  4. ^
  5. 1 error
  6. FAILURE: Build failed with an exception.
  7. * What went wrong:
  8. Execution failed for task ':compileJava'.
  9. > Compilation failed; see the compiler error output for details.
  10. * Try:
  11. > Run with --stacktrace option to get the stack trace.
  12. > Run with --info or --debug option to get more log output.
  13. > Run with --scan to get full insights.
  14. * Get more help at https://help.gradle.org
  15. BUILD FAILED in 1s
  16. 1 actionable task: 1 executed
Advertisement
Add Comment
Please, Sign In to add comment