Advertisement
Guest User

Untitled

a guest
Jan 25th, 2023
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1.  
  2.  
  3. > Configure project :
  4. The code of this workspace uses official obfuscation mappings provided by Mojang. These mappings fall under their associated license you should be fully aware of.
  5. (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes,
  6. but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
  7. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available
  8. at https://account.mojang.com/documents/minecraft_eula.
  9.  
  10. > Task :compileJava FAILED
  11. C:\Users\user\MCreatorWorkspaces\scoundrel\src\main\java\net\mcreator\scoundrel\procedures\SculktangleModelProcedure.java:16: error: cannot find symbol
  12. public class SculktangleModelProcedure extends AnimatedGeoModel<SculktangleEntity> {
  13. ^
  14. symbol: class AnimatedGeoModel
  15. C:\Users\user\MCreatorWorkspaces\scoundrel\src\main\java\net\mcreator\scoundrel\procedures\SculktangleModelProcedure.java:17: error: method does not override or implement a method from a supertype
  16. @Override
  17. ^
  18. C:\Users\user\MCreatorWorkspaces\scoundrel\src\main\java\net\mcreator\scoundrel\procedures\SculktangleModelProcedure.java:22: error: method does not override or implement a method from a supertype
  19. @Override
  20. ^
  21. C:\Users\user\MCreatorWorkspaces\scoundrel\src\main\java\net\mcreator\scoundrel\procedures\SculktangleModelProcedure.java:27: error: method does not override or implement a method from a supertype
  22. @Override
  23. ^
  24. 4 errors
  25. FAILURE: Build failed with an exception.
  26. * What went wrong:
  27. Execution failed for task ':compileJava'.
  28. > Compilation failed; see the compiler error output for details.
  29. * Try:
  30. > Run with --stacktrace option to get the stack trace.
  31. > Run with --info or --debug option to get more log output.
  32. > Run with --scan to get full insights.
  33. * Get more help at https://help.gradle.org
  34. BUILD FAILED in 18s
  35. 1 actionable task: 1 executed
  36.  
  37. BUILD FAILED
  38. Task completed in 20 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement