Advertisement
fishfishoohfish

Console Output

Jun 5th, 2021 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 KB | None | 0 0
  1. Executing
  2. Gradle task: build
  3.  
  4. Build
  5. info: MCreator 2021.1.18117, forge-1.16.5, 64-bit, 8001 MB, Windows 10,
  6. JVM 1.8.0_275, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  7.  
  8. >
  9. Task :compileJava
  10.  
  11. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:109:
  12. error: CustomEntity is not abstract and does not override abstract method
  13. func_241840_a(ServerWorld,AgeableEntity) in AgeableEntity
  14.  
  15. public static class CustomEntity extends TameableEntity implements
  16. IRangedAttackMob {
  17.  
  18.  
  19. ^
  20.  
  21. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:232:
  22. error: method does not override or implement a method from a supertype
  23.  
  24. @Override
  25.  
  26.  
  27. ^
  28.  
  29. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:238:
  30. error: cannot find symbol
  31.  
  32. retval = super.processInteract(sourceentity, hand);
  33.  
  34.  
  35. ^
  36.  
  37.  
  38. symbol: method processInteract(PlayerEntity,Hand)
  39.  
  40. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:253:
  41. error: cannot find symbol
  42.  
  43. retval = super.processInteract(sourceentity, hand);
  44.  
  45.  
  46. ^
  47.  
  48.  
  49. symbol: method processInteract(PlayerEntity,Hand)
  50.  
  51. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:267:
  52. error: cannot find symbol
  53.  
  54. retval = super.processInteract(sourceentity, hand);
  55.  
  56.  
  57. ^
  58.  
  59.  
  60. symbol: method processInteract(PlayerEntity,Hand)
  61.  
  62. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:294:
  63. error: registerAttributes() in CustomEntity cannot override
  64. registerAttributes() in LivingEntity
  65.  
  66. protected void registerAttributes() {
  67.  
  68.  
  69. ^
  70.  
  71.  
  72. overridden method is static
  73.  
  74. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:293:
  75. error: method does not override or implement a method from a supertype
  76.  
  77. @Override
  78.  
  79.  
  80. ^
  81.  
  82. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:296:
  83. error: cannot find symbol
  84.  
  85. if (this.getAttribute(SharedMonsterAttributes.MOVEMENT_SPEED) !=
  86. null)
  87.  
  88.  
  89. ^
  90.  
  91.  
  92. symbol: variable SharedMonsterAttributes
  93.  
  94.  
  95. location: class CustomEntity
  96.  
  97. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:297:
  98. error: cannot find symbol
  99.  
  100.  
  101. this.getAttribute(SharedMonsterAttributes.MOVEMENT_SPEED).setBaseValue(0.3);
  102.  
  103.  
  104. ^
  105.  
  106.  
  107. symbol: variable SharedMonsterAttributes
  108.  
  109.  
  110. location: class CustomEntity
  111.  
  112. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:298:
  113. error: cannot find symbol
  114.  
  115. if (this.getAttribute(SharedMonsterAttributes.MAX_HEALTH) != null)
  116.  
  117.  
  118. ^
  119.  
  120.  
  121. symbol: variable SharedMonsterAttributes
  122.  
  123.  
  124. location: class CustomEntity
  125.  
  126. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:299:
  127. error: cannot find symbol
  128.  
  129.  
  130. this.getAttribute(SharedMonsterAttributes.MAX_HEALTH).setBaseValue(10);
  131.  
  132.  
  133. ^
  134.  
  135.  
  136. symbol: variable SharedMonsterAttributes
  137.  
  138.  
  139. location: class CustomEntity
  140.  
  141. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:300:
  142. error: cannot find symbol
  143.  
  144. if (this.getAttribute(SharedMonsterAttributes.ARMOR) != null)
  145.  
  146.  
  147. ^
  148.  
  149.  
  150. symbol: variable SharedMonsterAttributes
  151.  
  152.  
  153. location: class CustomEntity
  154.  
  155. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:301:
  156. error: cannot find symbol
  157.  
  158.  
  159. this.getAttribute(SharedMonsterAttributes.ARMOR).setBaseValue(0);
  160.  
  161.  
  162. ^
  163.  
  164.  
  165. symbol: variable SharedMonsterAttributes
  166.  
  167.  
  168. location: class CustomEntity
  169.  
  170. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:302:
  171. error: cannot find symbol
  172.  
  173. if (this.getAttribute(SharedMonsterAttributes.ATTACK_DAMAGE) ==
  174. null)
  175.  
  176.  
  177. ^
  178.  
  179.  
  180. symbol: variable SharedMonsterAttributes
  181.  
  182.  
  183. location: class CustomEntity
  184.  
  185. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:303:
  186. error: cannot find symbol
  187.  
  188.  
  189. this.getAttributes().registerAttribute(SharedMonsterAttributes.ATTACK_DAMAGE);
  190.  
  191.  
  192. ^
  193.  
  194.  
  195. symbol: variable SharedMonsterAttributes
  196.  
  197.  
  198. location: class CustomEntity
  199.  
  200. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:303:
  201. error: cannot find symbol
  202.  
  203.  
  204. this.getAttributes().registerAttribute(SharedMonsterAttributes.ATTACK_DAMAGE);
  205.  
  206.  
  207. ^
  208.  
  209.  
  210. symbol: method getAttributes()
  211.  
  212. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:304:
  213. error: cannot find symbol
  214.  
  215.  
  216. this.getAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(3);
  217.  
  218.  
  219. ^
  220.  
  221.  
  222. symbol: variable SharedMonsterAttributes
  223.  
  224.  
  225. location: class CustomEntity
  226.  
  227. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:305:
  228. error: cannot find symbol
  229.  
  230. if (this.getAttribute(SharedMonsterAttributes.FLYING_SPEED) ==
  231. null)
  232.  
  233.  
  234. ^
  235.  
  236.  
  237. symbol: variable SharedMonsterAttributes
  238.  
  239.  
  240. location: class CustomEntity
  241.  
  242. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:306:
  243. error: cannot find symbol
  244.  
  245.  
  246. this.getAttributes().registerAttribute(SharedMonsterAttributes.FLYING_SPEED);
  247.  
  248.  
  249. ^
  250.  
  251.  
  252. symbol: variable SharedMonsterAttributes
  253.  
  254.  
  255. location: class CustomEntity
  256.  
  257. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:306:
  258. error: cannot find symbol
  259.  
  260.  
  261. this.getAttributes().registerAttribute(SharedMonsterAttributes.FLYING_SPEED);
  262.  
  263.  
  264. ^
  265.  
  266.  
  267. symbol: method getAttributes()
  268.  
  269. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:307:
  270. error: cannot find symbol
  271.  
  272.  
  273. this.getAttribute(SharedMonsterAttributes.FLYING_SPEED).setBaseValue(0.3);
  274.  
  275.  
  276. ^
  277.  
  278.  
  279. symbol: variable SharedMonsterAttributes
  280.  
  281.  
  282. location: class CustomEntity
  283.  
  284. C:\Users\junhu\MCreatorWorkspaces\fishoohfishs_world_of_mana\src\main\java\net\mcreator\fishoohfishsworldofmana\entity\SummonedBlazeEntity.java:319:
  285. error: method does not override or implement a method from a supertype
  286.  
  287. @Override
  288.  
  289.  
  290. ^
  291.  
  292. 22
  293. errors
  294.  
  295. >
  296. Task :compileJava FAILED
  297.  
  298. FAILURE:
  299. Build failed with an exception.
  300.  
  301. *
  302. What went wrong:
  303.  
  304. Execution
  305. failed for task ':compileJava'.
  306.  
  307. >
  308. Compilation failed; see the compiler error output for details.
  309.  
  310. *
  311. Try:
  312.  
  313. Run
  314. with --stacktrace option to get the stack trace. Run with --info or
  315. --debug option to get more log output. Run with --scan to get full
  316. insights.
  317.  
  318. *
  319. Get more help at https://help.gradle.org
  320.  
  321. BUILD
  322. FAILED in 6s
  323.  
  324. 1
  325. actionable task: 1 executed
  326.  
  327. BUILD
  328. FAILED
  329.  
  330. Task
  331. completed in 12 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement