Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.50 KB | None | 0 0
  1. BOOTING UP GRADLE...
  2. Data loaded, MCreator gradle console ready [ver 1.007]! [boot took 4 milliseconds]
  3. RIGHT click once to copy log to the clipboard or twice to clear the log.
  4.  
  5. Executing gradle command: clean build
  6. Microsoft Windows [Version 6.3.9600]
  7. (c) 2013 Microsoft Corporation. All rights reserved.
  8. C:\Pylo\MCreator162>cd forge
  9. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  10. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  11. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  12. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  13. C:\Pylo\MCreator162\forge>gradlew clean build
  14. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  15. #################################################
  16. ForgeGradle 2.1-SNAPSHOT-75bb646
  17. https://github.com/MinecraftForge/ForgeGradle
  18. #################################################
  19. Powered by MCP unknown
  20. http://modcoderpack.com
  21. by: Searge, ProfMobius, Fesh0r,
  22. R4wk, ZeuX, IngisKahn, bspkrs
  23. #################################################
  24. :clean
  25. :deobfCompileDummyTask
  26. :deobfProvidedDummyTask
  27. :sourceApiJava
  28. :compileApiJava UP-TO-DATE
  29. :processApiResources UP-TO-DATE
  30. :apiClasses UP-TO-DATE
  31. :sourceMainJava
  32. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  33. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  34. ^
  35. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  36. (actual and formal argument lists differ in length)
  37. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  38. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  39. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  40. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  41. ^
  42. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  43. (actual and formal argument lists differ in length)
  44. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  45. (actual and formal argument lists differ in length)
  46. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  47. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  48. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  49. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  50. ^
  51. required: EntityCreature,boolean,Class[]
  52. found: EntitypigZ,boolean
  53. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  54. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  55. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  56. ^
  57. required: EntityCreature,double
  58. found: EntitypigZ,double
  59. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  60. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  61. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  62. ^
  63. required: EntityCreature,double,Item,boolean
  64. found: EntitypigZ,double,Item,boolean
  65. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  66. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  67. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  68. ^
  69. required: EntityCreature,double,Item,boolean
  70. found: EntitypigZ,double,Item,boolean
  71. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  72. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  73. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  74. ^
  75. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  76. (actual and formal argument lists differ in length)
  77. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  78. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  79. 7 errors
  80. :compileJava FAILED
  81. FAILURE: Build failed with an exception.
  82. * What went wrong:
  83. Execution failed for task ':compileJava'.
  84. > Compilation failed; see the compiler error output for details.
  85. * Try:
  86. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  87. BUILD FAILED
  88. Total time: 18.792 secs
  89. C:\Pylo\MCreator162\forge>
  90. Task completed with return code 0 in 20352 milliseconds
  91.  
  92. Executing gradle command: clean build
  93. Microsoft Windows [Version 6.3.9600]
  94. (c) 2013 Microsoft Corporation. All rights reserved.
  95. C:\Pylo\MCreator162>cd forge
  96. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  97. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  98. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  99. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  100. C:\Pylo\MCreator162\forge>gradlew clean build
  101. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  102. #################################################
  103. ForgeGradle 2.1-SNAPSHOT-75bb646
  104. https://github.com/MinecraftForge/ForgeGradle
  105. #################################################
  106. Powered by MCP unknown
  107. http://modcoderpack.com
  108. by: Searge, ProfMobius, Fesh0r,
  109. R4wk, ZeuX, IngisKahn, bspkrs
  110. #################################################
  111. :clean
  112. :deobfCompileDummyTask
  113. :deobfProvidedDummyTask
  114. :sourceApiJava
  115. :compileApiJava UP-TO-DATE
  116. :processApiResources UP-TO-DATE
  117. :apiClasses UP-TO-DATE
  118. :sourceMainJava
  119. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  120. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  121. ^
  122. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  123. (actual and formal argument lists differ in length)
  124. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  125. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  126. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  127. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  128. ^
  129. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  130. (actual and formal argument lists differ in length)
  131. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  132. (actual and formal argument lists differ in length)
  133. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  134. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  135. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  136. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  137. ^
  138. required: EntityCreature,boolean,Class[]
  139. found: EntitypigZ,boolean
  140. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  141. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  142. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  143. ^
  144. required: EntityCreature,double
  145. found: EntitypigZ,double
  146. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  147. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  148. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  149. ^
  150. required: EntityCreature,double,Item,boolean
  151. found: EntitypigZ,double,Item,boolean
  152. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  153. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  154. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  155. ^
  156. required: EntityCreature,double,Item,boolean
  157. found: EntitypigZ,double,Item,boolean
  158. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  159. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  160. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  161. ^
  162. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  163. (actual and formal argument lists differ in length)
  164. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  165. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  166. 7 errors
  167. :compileJava FAILED
  168. FAILURE: Build failed with an exception.
  169. * What went wrong:
  170. Execution failed for task ':compileJava'.
  171. > Compilation failed; see the compiler error output for details.
  172. * Try:
  173. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  174. BUILD FAILED
  175. Total time: 16.09 secs
  176. C:\Pylo\MCreator162\forge>
  177. Task completed with return code 0 in 17644 milliseconds
  178.  
  179. Executing gradle command: clean build
  180. Microsoft Windows [Version 6.3.9600]
  181. (c) 2013 Microsoft Corporation. All rights reserved.
  182. C:\Pylo\MCreator162>cd forge
  183. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  184. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  185. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  186. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  187. C:\Pylo\MCreator162\forge>gradlew clean build
  188. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  189. #################################################
  190. ForgeGradle 2.1-SNAPSHOT-75bb646
  191. https://github.com/MinecraftForge/ForgeGradle
  192. #################################################
  193. Powered by MCP unknown
  194. http://modcoderpack.com
  195. by: Searge, ProfMobius, Fesh0r,
  196. R4wk, ZeuX, IngisKahn, bspkrs
  197. #################################################
  198. :clean
  199. :deobfCompileDummyTask
  200. :deobfProvidedDummyTask
  201. :sourceApiJava
  202. :compileApiJava UP-TO-DATE
  203. :processApiResources UP-TO-DATE
  204. :apiClasses UP-TO-DATE
  205. :sourceMainJava
  206. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  207. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  208. ^
  209. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  210. (actual and formal argument lists differ in length)
  211. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  212. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  213. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  214. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  215. ^
  216. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  217. (actual and formal argument lists differ in length)
  218. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  219. (actual and formal argument lists differ in length)
  220. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  221. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  222. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  223. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  224. ^
  225. required: EntityCreature,boolean,Class[]
  226. found: EntitypigZ,boolean
  227. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  228. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  229. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  230. ^
  231. required: EntityCreature,double
  232. found: EntitypigZ,double
  233. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  234. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  235. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  236. ^
  237. required: EntityCreature,double,Item,boolean
  238. found: EntitypigZ,double,Item,boolean
  239. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  240. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  241. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  242. ^
  243. required: EntityCreature,double,Item,boolean
  244. found: EntitypigZ,double,Item,boolean
  245. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  246. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  247. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  248. ^
  249. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  250. (actual and formal argument lists differ in length)
  251. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  252. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  253. 7 errors
  254. :compileJava FAILED
  255. FAILURE: Build failed with an exception.
  256. * What went wrong:
  257. Execution failed for task ':compileJava'.
  258. > Compilation failed; see the compiler error output for details.
  259. * Try:
  260. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  261. BUILD FAILED
  262. Total time: 23.298 secs
  263. C:\Pylo\MCreator162\forge>
  264. Task completed with return code 0 in 24266 milliseconds
  265.  
  266. Executing gradle command: clean build
  267. Microsoft Windows [Version 6.3.9600]
  268. (c) 2013 Microsoft Corporation. All rights reserved.
  269. C:\Pylo\MCreator162>cd forge
  270. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  271. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  272. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  273. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  274. C:\Pylo\MCreator162\forge>gradlew clean build
  275. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  276. #################################################
  277. ForgeGradle 2.1-SNAPSHOT-75bb646
  278. https://github.com/MinecraftForge/ForgeGradle
  279. #################################################
  280. Powered by MCP unknown
  281. http://modcoderpack.com
  282. by: Searge, ProfMobius, Fesh0r,
  283. R4wk, ZeuX, IngisKahn, bspkrs
  284. #################################################
  285. :clean
  286. :deobfCompileDummyTask
  287. :deobfProvidedDummyTask
  288. :sourceApiJava
  289. :compileApiJava UP-TO-DATE
  290. :processApiResources UP-TO-DATE
  291. :apiClasses UP-TO-DATE
  292. :sourceMainJava
  293. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  294. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  295. ^
  296. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  297. (actual and formal argument lists differ in length)
  298. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  299. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  300. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  301. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  302. ^
  303. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  304. (actual and formal argument lists differ in length)
  305. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  306. (actual and formal argument lists differ in length)
  307. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  308. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  309. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  310. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  311. ^
  312. required: EntityCreature,boolean,Class[]
  313. found: EntitypigZ,boolean
  314. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  315. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  316. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  317. ^
  318. required: EntityCreature,double
  319. found: EntitypigZ,double
  320. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  321. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  322. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  323. ^
  324. required: EntityCreature,double,Item,boolean
  325. found: EntitypigZ,double,Item,boolean
  326. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  327. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  328. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  329. ^
  330. required: EntityCreature,double,Item,boolean
  331. found: EntitypigZ,double,Item,boolean
  332. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  333. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  334. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  335. ^
  336. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  337. (actual and formal argument lists differ in length)
  338. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  339. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  340. 7 errors
  341. :compileJava FAILED
  342. FAILURE: Build failed with an exception.
  343. * What went wrong:
  344. Execution failed for task ':compileJava'.
  345. > Compilation failed; see the compiler error output for details.
  346. * Try:
  347. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  348. BUILD FAILED
  349. Total time: 9.173 secs
  350. C:\Pylo\MCreator162\forge>
  351. Task completed with return code 0 in 9700 milliseconds
  352.  
  353. Executing gradle command: clean build
  354. Microsoft Windows [Version 6.3.9600]
  355. (c) 2013 Microsoft Corporation. All rights reserved.
  356. C:\Pylo\MCreator162>cd forge
  357. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  358. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  359. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  360. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  361. C:\Pylo\MCreator162\forge>gradlew clean build
  362. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  363. #################################################
  364. ForgeGradle 2.1-SNAPSHOT-75bb646
  365. https://github.com/MinecraftForge/ForgeGradle
  366. #################################################
  367. Powered by MCP unknown
  368. http://modcoderpack.com
  369. by: Searge, ProfMobius, Fesh0r,
  370. R4wk, ZeuX, IngisKahn, bspkrs
  371. #################################################
  372. :clean
  373. :deobfCompileDummyTask
  374. :deobfProvidedDummyTask
  375. :sourceApiJava
  376. :compileApiJava UP-TO-DATE
  377. :processApiResources UP-TO-DATE
  378. :apiClasses UP-TO-DATE
  379. :sourceMainJava
  380. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  381. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  382. ^
  383. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  384. (actual and formal argument lists differ in length)
  385. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  386. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  387. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  388. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  389. ^
  390. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  391. (actual and formal argument lists differ in length)
  392. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  393. (actual and formal argument lists differ in length)
  394. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  395. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  396. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  397. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  398. ^
  399. required: EntityCreature,boolean,Class[]
  400. found: EntitypigZ,boolean
  401. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  402. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  403. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  404. ^
  405. required: EntityCreature,double
  406. found: EntitypigZ,double
  407. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  408. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  409. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  410. ^
  411. required: EntityCreature,double,Item,boolean
  412. found: EntitypigZ,double,Item,boolean
  413. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  414. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  415. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  416. ^
  417. required: EntityCreature,double,Item,boolean
  418. found: EntitypigZ,double,Item,boolean
  419. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  420. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  421. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  422. ^
  423. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  424. (actual and formal argument lists differ in length)
  425. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  426. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  427. 7 errors
  428. :compileJava FAILED
  429. FAILURE: Build failed with an exception.
  430. * What went wrong:
  431. Execution failed for task ':compileJava'.
  432. > Compilation failed; see the compiler error output for details.
  433. * Try:
  434. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  435. BUILD FAILED
  436. Total time: 23.389 secs
  437. C:\Pylo\MCreator162\forge>
  438. Task completed with return code 0 in 24390 milliseconds
  439.  
  440. Executing gradle command: clean build
  441. Microsoft Windows [Version 6.3.9600]
  442. (c) 2013 Microsoft Corporation. All rights reserved.
  443. C:\Pylo\MCreator162>cd forge
  444. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  445. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  446. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  447. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  448. C:\Pylo\MCreator162\forge>gradlew clean build
  449. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  450. #################################################
  451. ForgeGradle 2.1-SNAPSHOT-75bb646
  452. https://github.com/MinecraftForge/ForgeGradle
  453. #################################################
  454. Powered by MCP unknown
  455. http://modcoderpack.com
  456. by: Searge, ProfMobius, Fesh0r,
  457. R4wk, ZeuX, IngisKahn, bspkrs
  458. #################################################
  459. :clean
  460. :deobfCompileDummyTask
  461. :deobfProvidedDummyTask
  462. :sourceApiJava
  463. :compileApiJava UP-TO-DATE
  464. :processApiResources UP-TO-DATE
  465. :apiClasses UP-TO-DATE
  466. :sourceMainJava
  467. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  468. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  469. ^
  470. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  471. (actual and formal argument lists differ in length)
  472. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  473. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  474. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  475. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  476. ^
  477. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  478. (actual and formal argument lists differ in length)
  479. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  480. (actual and formal argument lists differ in length)
  481. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  482. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  483. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  484. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  485. ^
  486. required: EntityCreature,boolean,Class[]
  487. found: EntitypigZ,boolean
  488. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  489. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  490. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  491. ^
  492. required: EntityCreature,double
  493. found: EntitypigZ,double
  494. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  495. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  496. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  497. ^
  498. required: EntityCreature,double,Item,boolean
  499. found: EntitypigZ,double,Item,boolean
  500. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  501. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  502. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  503. ^
  504. required: EntityCreature,double,Item,boolean
  505. found: EntitypigZ,double,Item,boolean
  506. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  507. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  508. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  509. ^
  510. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  511. (actual and formal argument lists differ in length)
  512. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  513. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  514. 7 errors
  515. :compileJava FAILED
  516. FAILURE: Build failed with an exception.
  517. * What went wrong:
  518. Execution failed for task ':compileJava'.
  519. > Compilation failed; see the compiler error output for details.
  520. * Try:
  521. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  522. BUILD FAILED
  523. Total time: 8.938 secs
  524. C:\Pylo\MCreator162\forge>
  525. Task completed with return code 0 in 9469 milliseconds
  526.  
  527. Executing gradle command: clean build
  528. Microsoft Windows [Version 6.3.9600]
  529. (c) 2013 Microsoft Corporation. All rights reserved.
  530. C:\Pylo\MCreator162>cd forge
  531. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  532. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  533. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  534. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  535. C:\Pylo\MCreator162\forge>gradlew clean build
  536. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  537. #################################################
  538. ForgeGradle 2.1-SNAPSHOT-75bb646
  539. https://github.com/MinecraftForge/ForgeGradle
  540. #################################################
  541. Powered by MCP unknown
  542. http://modcoderpack.com
  543. by: Searge, ProfMobius, Fesh0r,
  544. R4wk, ZeuX, IngisKahn, bspkrs
  545. #################################################
  546. :clean
  547. :deobfCompileDummyTask
  548. :deobfProvidedDummyTask
  549. :sourceApiJava
  550. :compileApiJava UP-TO-DATE
  551. :processApiResources UP-TO-DATE
  552. :apiClasses UP-TO-DATE
  553. :sourceMainJava
  554. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  555. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  556. ^
  557. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  558. (actual and formal argument lists differ in length)
  559. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  560. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  561. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  562. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  563. ^
  564. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  565. (actual and formal argument lists differ in length)
  566. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  567. (actual and formal argument lists differ in length)
  568. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  569. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  570. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  571. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  572. ^
  573. required: EntityCreature,boolean,Class[]
  574. found: EntitypigZ,boolean
  575. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  576. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  577. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  578. ^
  579. required: EntityCreature,double
  580. found: EntitypigZ,double
  581. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  582. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  583. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  584. ^
  585. required: EntityCreature,double,Item,boolean
  586. found: EntitypigZ,double,Item,boolean
  587. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  588. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  589. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  590. ^
  591. required: EntityCreature,double,Item,boolean
  592. found: EntitypigZ,double,Item,boolean
  593. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  594. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  595. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  596. ^
  597. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  598. (actual and formal argument lists differ in length)
  599. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  600. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  601. 7 errors
  602. :compileJava FAILED
  603. FAILURE: Build failed with an exception.
  604. * What went wrong:
  605. Execution failed for task ':compileJava'.
  606. > Compilation failed; see the compiler error output for details.
  607. * Try:
  608. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  609. BUILD FAILED
  610. Total time: 15.305 secs
  611. C:\Pylo\MCreator162\forge>
  612. Task completed with return code 0 in 15848 milliseconds
  613.  
  614. Executing gradle command: clean build
  615. Microsoft Windows [Version 6.3.9600]
  616. (c) 2013 Microsoft Corporation. All rights reserved.
  617. C:\Pylo\MCreator162>cd forge
  618. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  619. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  620. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  621. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  622. C:\Pylo\MCreator162\forge>gradlew clean build
  623. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  624. #################################################
  625. ForgeGradle 2.1-SNAPSHOT-75bb646
  626. https://github.com/MinecraftForge/ForgeGradle
  627. #################################################
  628. Powered by MCP unknown
  629. http://modcoderpack.com
  630. by: Searge, ProfMobius, Fesh0r,
  631. R4wk, ZeuX, IngisKahn, bspkrs
  632. #################################################
  633. :clean
  634. :deobfCompileDummyTask
  635. :deobfProvidedDummyTask
  636. :sourceApiJava
  637. :compileApiJava UP-TO-DATE
  638. :processApiResources UP-TO-DATE
  639. :apiClasses UP-TO-DATE
  640. :sourceMainJava
  641. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  642. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  643. ^
  644. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  645. (actual and formal argument lists differ in length)
  646. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  647. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  648. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  649. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  650. ^
  651. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  652. (actual and formal argument lists differ in length)
  653. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  654. (actual and formal argument lists differ in length)
  655. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  656. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  657. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  658. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  659. ^
  660. required: EntityCreature,boolean,Class[]
  661. found: EntitypigZ,boolean
  662. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  663. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  664. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  665. ^
  666. required: EntityCreature,double
  667. found: EntitypigZ,double
  668. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  669. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  670. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  671. ^
  672. required: EntityCreature,double,Item,boolean
  673. found: EntitypigZ,double,Item,boolean
  674. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  675. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  676. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  677. ^
  678. required: EntityCreature,double,Item,boolean
  679. found: EntitypigZ,double,Item,boolean
  680. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  681. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  682. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  683. ^
  684. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  685. (actual and formal argument lists differ in length)
  686. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  687. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  688. 7 errors
  689. :compileJava FAILED
  690. FAILURE: Build failed with an exception.
  691. * What went wrong:
  692. Execution failed for task ':compileJava'.
  693. > Compilation failed; see the compiler error output for details.
  694. * Try:
  695. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  696. BUILD FAILED
  697. Total time: 8.896 secs
  698. C:\Pylo\MCreator162\forge>
  699. Task completed with return code 0 in 9416 milliseconds
  700.  
  701. Executing gradle command: clean build
  702. Microsoft Windows [Version 6.3.9600]
  703. (c) 2013 Microsoft Corporation. All rights reserved.
  704. C:\Pylo\MCreator162>cd forge
  705. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  706. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  707. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  708. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  709. C:\Pylo\MCreator162\forge>gradlew clean build
  710. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  711. #################################################
  712. ForgeGradle 2.1-SNAPSHOT-75bb646
  713. https://github.com/MinecraftForge/ForgeGradle
  714. #################################################
  715. Powered by MCP unknown
  716. http://modcoderpack.com
  717. by: Searge, ProfMobius, Fesh0r,
  718. R4wk, ZeuX, IngisKahn, bspkrs
  719. #################################################
  720. :clean
  721. :deobfCompileDummyTask
  722. :deobfProvidedDummyTask
  723. :sourceApiJava
  724. :compileApiJava UP-TO-DATE
  725. :processApiResources UP-TO-DATE
  726. :apiClasses UP-TO-DATE
  727. :sourceMainJava
  728. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  729. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  730. ^
  731. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  732. (actual and formal argument lists differ in length)
  733. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  734. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  735. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  736. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  737. ^
  738. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  739. (actual and formal argument lists differ in length)
  740. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  741. (actual and formal argument lists differ in length)
  742. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  743. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  744. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  745. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  746. ^
  747. required: EntityCreature,boolean,Class[]
  748. found: EntitypigZ,boolean
  749. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  750. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  751. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  752. ^
  753. required: EntityCreature,double
  754. found: EntitypigZ,double
  755. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  756. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  757. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  758. ^
  759. required: EntityCreature,double,Item,boolean
  760. found: EntitypigZ,double,Item,boolean
  761. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  762. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  763. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  764. ^
  765. required: EntityCreature,double,Item,boolean
  766. found: EntitypigZ,double,Item,boolean
  767. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  768. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  769. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  770. ^
  771. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  772. (actual and formal argument lists differ in length)
  773. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  774. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  775. 7 errors
  776. :compileJava FAILED
  777. FAILURE: Build failed with an exception.
  778. * What went wrong:
  779. Execution failed for task ':compileJava'.
  780. > Compilation failed; see the compiler error output for details.
  781. * Try:
  782. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  783. BUILD FAILED
  784. Total time: 14.158 secs
  785. C:\Pylo\MCreator162\forge>
  786. Task completed with return code 0 in 14741 milliseconds
  787.  
  788. Executing gradle command: clean build
  789. Microsoft Windows [Version 6.3.9600]
  790. (c) 2013 Microsoft Corporation. All rights reserved.
  791. C:\Pylo\MCreator162>cd forge
  792. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  793. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  794. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  795. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  796. C:\Pylo\MCreator162\forge>gradlew clean build
  797.  
  798. Executing gradle command: clean build
  799. Microsoft Windows [Version 6.3.9600]
  800. (c) 2013 Microsoft Corporation. All rights reserved.
  801. C:\Pylo\MCreator162>cd forge
  802. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  803. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  804. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  805. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  806. C:\Pylo\MCreator162\forge>gradlew clean build
  807. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  808. #################################################
  809. ForgeGradle 2.1-SNAPSHOT-75bb646
  810. https://github.com/MinecraftForge/ForgeGradle
  811. #################################################
  812. Powered by MCP unknown
  813. http://modcoderpack.com
  814. by: Searge, ProfMobius, Fesh0r,
  815. R4wk, ZeuX, IngisKahn, bspkrs
  816. #################################################
  817. :clean
  818. :deobfCompileDummyTask
  819. :deobfProvidedDummyTask
  820. :sourceApiJava
  821. :compileApiJava UP-TO-DATE
  822. :processApiResources UP-TO-DATE
  823. :apiClasses UP-TO-DATE
  824. :sourceMainJava
  825. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  826. #################################################
  827. ForgeGradle 2.1-SNAPSHOT-75bb646
  828. https://github.com/MinecraftForge/ForgeGradle
  829. #################################################
  830. Powered by MCP unknown
  831. http://modcoderpack.com
  832. by: Searge, ProfMobius, Fesh0r,
  833. R4wk, ZeuX, IngisKahn, bspkrs
  834. #################################################
  835. :clean
  836. :deobfCompileDummyTask
  837. :deobfProvidedDummyTask
  838. :sourceApiJava
  839. :compileApiJava UP-TO-DATE
  840. :processApiResources UP-TO-DATE
  841. :apiClasses UP-TO-DATE
  842. :sourceMainJava
  843. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  844. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  845. ^
  846. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  847. (actual and formal argument lists differ in length)
  848. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  849. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  850. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  851. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  852. ^
  853. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  854. (actual and formal argument lists differ in length)
  855. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  856. (actual and formal argument lists differ in length)
  857. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  858. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  859. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  860. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  861. ^
  862. required: EntityCreature,boolean,Class[]
  863. found: EntitypigZ,boolean
  864. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  865. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  866. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  867. ^
  868. required: EntityCreature,double
  869. found: EntitypigZ,double
  870. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  871. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  872. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  873. ^
  874. required: EntityCreature,double,Item,boolean
  875. found: EntitypigZ,double,Item,boolean
  876. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  877. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  878. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  879. ^
  880. required: EntityCreature,double,Item,boolean
  881. found: EntitypigZ,double,Item,boolean
  882. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  883. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  884. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  885. ^
  886. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  887. (actual and formal argument lists differ in length)
  888. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  889. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  890. 7 errors
  891. :compileJava FAILED
  892. FAILURE: Build failed with an exception.
  893. * What went wrong:
  894. Execution failed for task ':compileJava'.
  895. > Compilation failed; see the compiler error output for details.
  896. * Try:
  897. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  898. BUILD FAILED
  899. Total time: 15.096 secs
  900. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  901. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  902. ^
  903. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  904. (actual and formal argument lists differ in length)
  905. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  906. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  907. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  908. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  909. ^
  910. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  911. (actual and formal argument lists differ in length)
  912. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  913. (actual and formal argument lists differ in length)
  914. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  915. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  916. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  917. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  918. ^
  919. required: EntityCreature,boolean,Class[]
  920. found: EntitypigZ,boolean
  921. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  922. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  923. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  924. ^
  925. required: EntityCreature,double
  926. found: EntitypigZ,double
  927. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  928. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  929. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  930. ^
  931. required: EntityCreature,double,Item,boolean
  932. found: EntitypigZ,double,Item,boolean
  933. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  934. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  935. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  936. ^
  937. required: EntityCreature,double,Item,boolean
  938. found: EntitypigZ,double,Item,boolean
  939. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  940. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  941. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  942. ^
  943. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  944. (actual and formal argument lists differ in length)
  945. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  946. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  947. 7 errors
  948. :compileJava FAILED
  949. FAILURE: Build failed with an exception.
  950. * What went wrong:
  951. Execution failed for task ':compileJava'.
  952. > Compilation failed; see the compiler error output for details.
  953. * Try:
  954. BUILD FAILED
  955. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  956. Total time: 19.01 secs
  957. C:\Pylo\MCreator162\forge>
  958. Task completed with return code 0 in 16161 milliseconds
  959. C:\Pylo\MCreator162\forge>
  960. Task completed with return code 0 in 19563 milliseconds
  961. Task return code check OK!
  962.  
  963. Executing gradle command: clean build
  964. Microsoft Windows [Version 6.3.9600]
  965. (c) 2013 Microsoft Corporation. All rights reserved.
  966. C:\Pylo\MCreator162>cd forge
  967. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  968. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  969. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  970. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  971. C:\Pylo\MCreator162\forge>gradlew clean build
  972. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  973. #################################################
  974. ForgeGradle 2.1-SNAPSHOT-75bb646
  975. https://github.com/MinecraftForge/ForgeGradle
  976. #################################################
  977. Powered by MCP unknown
  978. http://modcoderpack.com
  979. by: Searge, ProfMobius, Fesh0r,
  980. R4wk, ZeuX, IngisKahn, bspkrs
  981. #################################################
  982. :clean
  983. :deobfCompileDummyTask
  984. :deobfProvidedDummyTask
  985. :sourceApiJava
  986. :compileApiJava UP-TO-DATE
  987. :processApiResources UP-TO-DATE
  988. :apiClasses UP-TO-DATE
  989. :sourceMainJava
  990. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  991. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  992. ^
  993. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  994. (actual and formal argument lists differ in length)
  995. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  996. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  997. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  998. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  999. ^
  1000. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  1001. (actual and formal argument lists differ in length)
  1002. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  1003. (actual and formal argument lists differ in length)
  1004. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  1005. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1006. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  1007. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  1008. ^
  1009. required: EntityCreature,boolean,Class[]
  1010. found: EntitypigZ,boolean
  1011. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1012. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  1013. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  1014. ^
  1015. required: EntityCreature,double
  1016. found: EntitypigZ,double
  1017. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1018. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  1019. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  1020. ^
  1021. required: EntityCreature,double,Item,boolean
  1022. found: EntitypigZ,double,Item,boolean
  1023. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1024. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  1025. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  1026. ^
  1027. required: EntityCreature,double,Item,boolean
  1028. found: EntitypigZ,double,Item,boolean
  1029. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1030. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  1031. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  1032. ^
  1033. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  1034. (actual and formal argument lists differ in length)
  1035. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  1036. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1037. 7 errors
  1038. :compileJava FAILED
  1039. FAILURE: Build failed with an exception.
  1040. * What went wrong:
  1041. Execution failed for task ':compileJava'.
  1042. > Compilation failed; see the compiler error output for details.
  1043. * Try:
  1044. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1045. BUILD FAILED
  1046. Total time: 10.572 secs
  1047. C:\Pylo\MCreator162\forge>
  1048. Task completed with return code 0 in 11144 milliseconds
  1049.  
  1050. Executing gradle command: clean build
  1051. Microsoft Windows [Version 6.3.9600]
  1052. (c) 2013 Microsoft Corporation. All rights reserved.
  1053. C:\Pylo\MCreator162>cd forge
  1054. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  1055. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1056. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1057. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  1058. C:\Pylo\MCreator162\forge>gradlew clean build
  1059. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  1060. #################################################
  1061. ForgeGradle 2.1-SNAPSHOT-75bb646
  1062. https://github.com/MinecraftForge/ForgeGradle
  1063. #################################################
  1064. Powered by MCP unknown
  1065. http://modcoderpack.com
  1066. by: Searge, ProfMobius, Fesh0r,
  1067. R4wk, ZeuX, IngisKahn, bspkrs
  1068. #################################################
  1069. :clean
  1070. :deobfCompileDummyTask
  1071. :deobfProvidedDummyTask
  1072. :sourceApiJava
  1073. :compileApiJava UP-TO-DATE
  1074. :processApiResources UP-TO-DATE
  1075. :apiClasses UP-TO-DATE
  1076. :sourceMainJava
  1077. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  1078. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  1079. ^
  1080. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  1081. (actual and formal argument lists differ in length)
  1082. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  1083. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1084. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  1085. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  1086. ^
  1087. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  1088. (actual and formal argument lists differ in length)
  1089. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  1090. (actual and formal argument lists differ in length)
  1091. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  1092. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1093. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  1094. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  1095. ^
  1096. required: EntityCreature,boolean,Class[]
  1097. found: EntitypigZ,boolean
  1098. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1099. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  1100. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  1101. ^
  1102. required: EntityCreature,double
  1103. found: EntitypigZ,double
  1104. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1105. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  1106. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  1107. ^
  1108. required: EntityCreature,double,Item,boolean
  1109. found: EntitypigZ,double,Item,boolean
  1110. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1111. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  1112. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  1113. ^
  1114. required: EntityCreature,double,Item,boolean
  1115. found: EntitypigZ,double,Item,boolean
  1116. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1117. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  1118. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  1119. ^
  1120. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  1121. (actual and formal argument lists differ in length)
  1122. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  1123. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1124. 7 errors
  1125. :compileJava FAILED
  1126. FAILURE: Build failed with an exception.
  1127. * What went wrong:
  1128. Execution failed for task ':compileJava'.
  1129. > Compilation failed; see the compiler error output for details.
  1130. BUILD FRun with --stTotal time: 11.541 secs
  1131. acktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1132. AILED
  1133. * Try:
  1134. C:\Pylo\MCreator162\forge>
  1135. Task completed with return code 0 in 12092 milliseconds
  1136.  
  1137. Executing gradle command: clean build
  1138. Microsoft Windows [Version 6.3.9600]
  1139. (c) 2013 Microsoft Corporation. All rights reserved.
  1140. C:\Pylo\MCreator162>cd forge
  1141. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  1142. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1143. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1144. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  1145. C:\Pylo\MCreator162\forge>gradlew clean build
  1146. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  1147. #################################################
  1148. ForgeGradle 2.1-SNAPSHOT-75bb646
  1149. https://github.com/MinecraftForge/ForgeGradle
  1150. #################################################
  1151. Powered by MCP unknown
  1152. http://modcoderpack.com
  1153. by: Searge, ProfMobius, Fesh0r,
  1154. R4wk, ZeuX, IngisKahn, bspkrs
  1155. #################################################
  1156. :clean
  1157. :deobfCompileDummyTask
  1158. :deobfProvidedDummyTask
  1159. :sourceApiJava
  1160. :compileApiJava UP-TO-DATE
  1161. :processApiResources UP-TO-DATE
  1162. :apiClasses UP-TO-DATE
  1163. :sourceMainJava
  1164. :compileJava
  1165. :processResources
  1166. :classes
  1167. :jar
  1168. :sourceTestJava
  1169. :compileTestJava UP-TO-DATE
  1170. :processTestResources UP-TO-DATE
  1171. :testClasses UP-TO-DATE
  1172. :test UP-TO-DATE
  1173. :extractMcpData SKIPPED
  1174. :extractMcpMappings SKIPPED
  1175. :getVersionJson
  1176. :extractUserdev UP-TO-DATE
  1177. :genSrgs SKIPPED
  1178. :reobfJar
  1179. :extractRangemapReplacedMain
  1180. C:\Pylo\MCreator162\forge\build\sources\main\java
  1181. :retromapReplacedMain
  1182. remapping source...
  1183. :sourceJar
  1184. :assemble
  1185. :check UP-TO-DATE
  1186. :build
  1187. BUILD SUCCESSFUL
  1188. Total time: 20.307 secs
  1189. C:\Pylo\MCreator162\forge>
  1190. Task completed with return code 0 in 20856 milliseconds
  1191. Task return code check OK!
  1192.  
  1193. Executing gradle command: clean build
  1194. Microsoft Windows [Version 6.3.9600]
  1195. (c) 2013 Microsoft Corporation. All rights reserved.
  1196. C:\Pylo\MCreator162>cd forge
  1197. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  1198. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1199. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1200. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  1201. C:\Pylo\MCreator162\forge>gradlew clean build
  1202. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  1203. #################################################
  1204. ForgeGradle 2.1-SNAPSHOT-75bb646
  1205. https://github.com/MinecraftForge/ForgeGradle
  1206. #################################################
  1207. Powered by MCP unknown
  1208. http://modcoderpack.com
  1209. by: Searge, ProfMobius, Fesh0r,
  1210. R4wk, ZeuX, IngisKahn, bspkrs
  1211. #################################################
  1212. :clean
  1213. :deobfCompileDummyTask
  1214. :deobfProvidedDummyTask
  1215. :sourceApiJava
  1216. :compileApiJava UP-TO-DATE
  1217. :processApiResources UP-TO-DATE
  1218. :apiClasses UP-TO-DATE
  1219. :sourceMainJava
  1220. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:153: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  1221. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  1222. ^
  1223. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  1224. (actual and formal argument lists differ in length)
  1225. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  1226. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1227. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  1228. this.tasks.addTask(8, new EntityAITempt(this, 0.8D, Items.porkchop, false));
  1229. ^
  1230. required: EntityCreature,double,Item,boolean
  1231. found: EntitypigZ,double,Item,boolean
  1232. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1233. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:160: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  1234. this.targetTasks.addTask(7, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  1235. ^
  1236. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  1237. (actual and formal argument lists differ in length)
  1238. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  1239. (actual and formal argument lists differ in length)
  1240. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  1241. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1242. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  1243. this.targetTasks.addTask(8, new EntityAIHurtByTarget(this, false));
  1244. ^
  1245. required: EntityCreature,boolean,Class[]
  1246. found: EntitypigZ,boolean
  1247. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1248. 4 errors
  1249. :compileJava FAILED
  1250. FAILURE: Build failed with an exception.
  1251. * What went wrong:
  1252. Execution failed for task ':compileJava'.
  1253. > Compilation failed; see the compiler error output for details.
  1254. * Try:
  1255. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1256. BUILD FAILED
  1257. Total time: 18.257 secs
  1258. C:\Pylo\MCreator162\forge>
  1259. Task completed with return code 0 in 19227 milliseconds
  1260.  
  1261. Executing gradle command: clean build
  1262. Microsoft Windows [Version 6.3.9600]
  1263. (c) 2013 Microsoft Corporation. All rights reserved.
  1264. C:\Pylo\MCreator162>cd forge
  1265. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  1266. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1267. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1268. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  1269. C:\Pylo\MCreator162\forge>gradlew clean build
  1270. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  1271. #################################################
  1272. ForgeGradle 2.1-SNAPSHOT-75bb646
  1273. https://github.com/MinecraftForge/ForgeGradle
  1274. #################################################
  1275. Powered by MCP unknown
  1276. http://modcoderpack.com
  1277. by: Searge, ProfMobius, Fesh0r,
  1278. R4wk, ZeuX, IngisKahn, bspkrs
  1279. #################################################
  1280. :clean
  1281. :deobfCompileDummyTask
  1282. :deobfProvidedDummyTask
  1283. :sourceApiJava
  1284. :compileApiJava UP-TO-DATE
  1285. :processApiResources UP-TO-DATE
  1286. :apiClasses UP-TO-DATE
  1287. :sourceMainJava
  1288. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:153: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  1289. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  1290. ^
  1291. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  1292. (actual and formal argument lists differ in length)
  1293. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  1294. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1295. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  1296. this.tasks.addTask(8, new EntityAITempt(this, 0.8D, Items.porkchop, false));
  1297. ^
  1298. required: EntityCreature,double,Item,boolean
  1299. found: EntitypigZ,double,Item,boolean
  1300. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1301. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:160: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  1302. this.targetTasks.addTask(7, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  1303. ^
  1304. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  1305. (actual and formal argument lists differ in length)
  1306. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  1307. (actual and formal argument lists differ in length)
  1308. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  1309. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  1310. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  1311. this.targetTasks.addTask(8, new EntityAIHurtByTarget(this, false));
  1312. ^
  1313. required: EntityCreature,boolean,Class[]
  1314. found: EntitypigZ,boolean
  1315. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  1316. 4 errors
  1317. :compileJava FAILED
  1318. FAILURE: Build failed with an exception.
  1319. * What went wrong:
  1320. Execution failed for task ':compileJava'.
  1321. > CompilationTotal time: 14.376 secs
  1322. failed; see the compiler error output for details.
  1323. BUILD FAILED
  1324. * Try:
  1325. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1326. C:\Pylo\MCreator162\forge>
  1327. Task completed with return code 0 in 15441 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement