Facebook
From SeagullBoii, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 100
  1.  
  2.  
  3. Executing Gradle task: build
  4. Build info: MCreator 2020.5.46519, forge-1.15.2, 64-bit, 7128 MB, Windows 10, JVM 1.8.0_265, JAVA_HOME: C:\Users\Elias Aad\Desktop\mcreator\MCreator20205\jdk
  5. > Configure project :
  6. New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
  7. > Task :compileJava FAILED
  8. C:\Users\Elias Aad\MCreatorWorkspaces\mod\src\main\java\net\mcreator\mod\entity\BoarEntity.java:79: error: cannot find symbol
  9.    public static class CustomEntity extends MonsterEntity implements IAnimatedEntity {
  10.                                                                      ^
  11.   symbol:   class IAnimatedEntity
  12.   location: class BoarEntity
  13. C:\Users\Elias Aad\MCreatorWorkspaces\mod\src\main\java\net\mcreator\mod\entity\BoarEntity.java:80: error: cannot find symbol
  14.       EntityAnimationManager manager = new EntityAnimationManager();
  15.       ^
  16.   symbol:   class EntityAnimationManager
  17.   location: class CustomEntity
  18. C:\Users\Elias Aad\MCreatorWorkspaces\mod\src\main\java\net\mcreator\mod\entity\BoarEntity.java:81: error: cannot find symbol
  19.       EntityAnimationController controller = new EntityAnimationController(this, "controller", 1, this::animationPredicate);
  20.       ^
  21.   symbol:   class EntityAnimationController
  22.   location: class CustomEntity
  23. C:\Users\Elias Aad\MCreatorWorkspaces\mod\src\main\java\net\mcreator\mod\entity\BoarEntity.java:82: error: cannot find symbol
  24.       private <E extends Entity> boolean animationPredicate(AnimationTestEvent<E> event) {
  25.                                                             ^
  26.   symbol:   class AnimationTestEvent
  27.   location: class CustomEntity
  28. C:\Users\Elias Aad\MCreatorWorkspaces\mod\src\main\java\net\mcreator\mod\entity\BoarEntity.java:89: error: cannot find symbol
  29.       public EntityAnimationManager getAnimationManager() {
  30.              ^
  31.   symbol:   class EntityAnimationManager
  32.   location: class CustomEntity
  33. 5 errors
  34. FAILURE: Build failed with an exception.
  35. * What went wrong:
  36. Execution failed for task ':compileJava'.
  37. > Compilation failed; see the compiler error output for details.
  38. * Try:
  39. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  40. * Get more help at https://help.gradle.org
  41. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  42. Use '--warning-mode all' to show the individual deprecation warnings.
  43. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  44. BUILD FAILED in 10s
  45. 1 actionable task: 1 executed
  46. BUILD FAILED
  47. Task completed in 12513 milliseconds
  48.