Executing Gradle task: build Build info: MCreator 2021.1.18117, forge-1.16.5, 64-bit, 32176 MB, Windows 10, JVM 1.8.0_275, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk > Task :compileJava FAILED C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:85: error: cannot find symbol public static class CustomEntity extends MonsterEntity implements IAnimatedEntity { ^ symbol: class IAnimatedEntity location: class MobDramcryx1Entity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:86: error: cannot find symbol EntityAnimationManager manager = new EntityAnimationManager(); ^ symbol: class EntityAnimationManager location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:87: error: cannot find symbol EntityAnimationController controller = new EntityAnimationController(this, "controller", 1, this::animationPredicate); ^ symbol: class EntityAnimationController location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:88: error: cannot find symbol private boolean animationPredicate(AnimationTestEvent event) { ^ symbol: class AnimationTestEvent location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:95: error: cannot find symbol public EntityAnimationManager getAnimationManager() { ^ symbol: class EntityAnimationManager location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:67: error: cannot find symbol biome.getSpawns(EntityClassification.MONSTER).add(new Biome.SpawnListEntry(entity, 20, 4, 4)); ^ symbol: class SpawnListEntry location: class Biome C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:67: error: cannot find symbol biome.getSpawns(EntityClassification.MONSTER).add(new Biome.SpawnListEntry(entity, 20, 4, 4)); ^ symbol: method getSpawns(EntityClassification) location: variable biome of type Biome C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:86: error: cannot find symbol EntityAnimationManager manager = new EntityAnimationManager(); ^ symbol: class EntityAnimationManager location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:87: error: cannot find symbol EntityAnimationController controller = new EntityAnimationController(this, "controller", 1, this::animationPredicate); ^ symbol: class EntityAnimationController location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:94: error: method does not override or implement a method from a supertype @Override ^ C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:151: error: registerAttributes() in CustomEntity cannot override registerAttributes() in LivingEntity protected void registerAttributes() { ^ overridden method is static C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:150: error: method does not override or implement a method from a supertype @Override ^ C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:153: error: cannot find symbol if (this.getAttribute(SharedMonsterAttributes.MOVEMENT_SPEED) != null) ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:154: error: cannot find symbol this.getAttribute(SharedMonsterAttributes.MOVEMENT_SPEED).setBaseValue(0.3); ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:155: error: cannot find symbol if (this.getAttribute(SharedMonsterAttributes.MAX_HEALTH) != null) ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:156: error: cannot find symbol this.getAttribute(SharedMonsterAttributes.MAX_HEALTH).setBaseValue(10); ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:157: error: cannot find symbol if (this.getAttribute(SharedMonsterAttributes.ARMOR) != null) ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:158: error: cannot find symbol this.getAttribute(SharedMonsterAttributes.ARMOR).setBaseValue(0); ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:159: error: cannot find symbol if (this.getAttribute(SharedMonsterAttributes.ATTACK_DAMAGE) == null) ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:160: error: cannot find symbol this.getAttributes().registerAttribute(SharedMonsterAttributes.ATTACK_DAMAGE); ^ symbol: variable SharedMonsterAttributes location: class CustomEntity C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:160: error: cannot find symbol this.getAttributes().registerAttribute(SharedMonsterAttributes.ATTACK_DAMAGE); ^ symbol: method getAttributes() C:\Users\Rogue\MCreatorWorkspaces\roaring_wilds\src\main\java\net\velsyphis\roaringwilds\entity\MobDramcryx1Entity.java:161: error: cannot find symbol this.getAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(3); ^ symbol: variable SharedMonsterAttributes location: class CustomEntity 22 errors 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. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 1s 1 actionable task: 1 executed BUILD FAILED Task completed in 2 seconds