Advertisement
Guest User

Untitled

a guest
May 14th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. C:\minecraft\forge\1.12.2-14.23.5.2837>gradlew build
  2. To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html.
  3. This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
  4. #################################################
  5. ForgeGradle 2.3-SNAPSHOT-7764e3e
  6. https://github.com/MinecraftForge/ForgeGradle
  7. #################################################
  8. Powered by MCP
  9. http://modcoderpack.com
  10. by: Searge, ProfMobius, R4wk, ZeuX
  11. Fesh0r, IngisKahn, bspkrs, LexManos
  12. #################################################
  13. :deobfCompileDummyTask
  14. :deobfProvidedDummyTask
  15. :sourceApiJava UP-TO-DATE
  16. :compileApiJava UP-TO-DATE
  17. :processApiResources UP-TO-DATE
  18. :apiClasses UP-TO-DATE
  19. :sourceMainJava
  20. :compileJava
  21. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:12: error: incompatible types: CAP#1 cannot be converted to IManaHandler
  22. IManaHandler instance = CAPABILITY_MANA.getDefaultInstance();
  23. ^
  24. where CAP#1 is a fresh type-variable:
  25. CAP#1 extends Object from capture of ?
  26. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:23: error: incompatible types: IManaHandler cannot be converted to CAP#1
  27. return hasCapability(capability, facing) ? CAPABILITY_MANA.<T>cast(instance) : null;
  28. ^
  29. where CAP#1 is a fresh type-variable:
  30. CAP#1 extends Object from capture of ?
  31. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:29: error: incompatible types: Capability<CAP#1> cannot be converted to Capability<CAP#2>
  32. return (NBTTagCompound) CAPABILITY_MANA.getStorage().writeNBT(CAPABILITY_MANA, instance, null);
  33. ^
  34. where CAP#1,CAP#2 are fresh type-variables:
  35. CAP#1 extends Object from capture of ?
  36. CAP#2 extends Object from capture of ?
  37. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:35: error: incompatible types: Capability<CAP#1> cannot be converted to Capability<CAP#2>
  38. CAPABILITY_MANA.getStorage().readNBT(CAPABILITY_MANA, instance, null, nbt);
  39. ^
  40. where CAP#1,CAP#2 are fresh type-variables:
  41. CAP#1 extends Object from capture of ?
  42. CAP#2 extends Object from capture of ?
  43. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:9: error: Storage is not abstract and does not override abstract method readNBT(Capability<IManaHandler>,IManaHandler,EnumFacing,NBTBase) in IStorage
  44. public class Storage implements Capability.IStorage<IManaHandler> {
  45. ^
  46. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:14: error: cannot find symbol
  47. final NBTTagCompound tag = new NBTTagCompound();
  48. ^
  49. symbol: class NBTTagCompound
  50. location: class Storage
  51. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:14: error: cannot find symbol
  52. final NBTTagCompound tag = new NBTTagCompound();
  53. ^
  54. symbol: class NBTTagCompound
  55. location: class Storage
  56. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:22: error: cannot find symbol
  57. final NBTTagCompound tag = (NBTTagCompound) nbt;
  58. ^
  59. symbol: class NBTTagCompound
  60. location: class Storage
  61. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:22: error: cannot find symbol
  62. final NBTTagCompound tag = (NBTTagCompound) nbt;
  63. ^
  64. symbol: class NBTTagCompound
  65. location: class Storage
  66. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  67. 9 errors
  68. :compileJava FAILED
  69.  
  70. FAILURE: Build failed with an exception.
  71.  
  72. * What went wrong:
  73. Execution failed for task ':compileJava'.
  74. > Compilation failed; see the compiler error output for details.
  75.  
  76. * Try:
  77. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  78.  
  79. BUILD FAILED
  80.  
  81. Total time: 7.476 secs
  82.  
  83. C:\minecraft\forge\1.12.2-14.23.5.2837>gradlew build
  84. To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html.
  85. This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
  86. #################################################
  87. ForgeGradle 2.3-SNAPSHOT-7764e3e
  88. https://github.com/MinecraftForge/ForgeGradle
  89. #################################################
  90. Powered by MCP
  91. http://modcoderpack.com
  92. by: Searge, ProfMobius, R4wk, ZeuX
  93. Fesh0r, IngisKahn, bspkrs, LexManos
  94. #################################################
  95. :deobfCompileDummyTask
  96. :deobfProvidedDummyTask
  97. :sourceApiJava UP-TO-DATE
  98. :compileApiJava UP-TO-DATE
  99. :processApiResources UP-TO-DATE
  100. :apiClasses UP-TO-DATE
  101. :sourceMainJava
  102. :compileJava
  103. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:12: error: non-static method getDefaultInstance() cannot be referenced from a static context
  104. IManaHandler instance = Capability.getDefaultInstance();
  105. ^
  106. where T is a type-variable:
  107. T extends Object declared in class Capability
  108. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:12: error: incompatible types: Object cannot be converted to IManaHandler
  109. IManaHandler instance = Capability.getDefaultInstance();
  110. ^
  111. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:17: error: cannot find symbol
  112. return capability == CAPABILITY_MANA;
  113. ^
  114. symbol: variable CAPABILITY_MANA
  115. location: class Provider
  116. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:23: error: cannot find symbol
  117. return hasCapability(capability, facing) ? CAPABILITY_MANA.<T>cast(instance) : null;
  118. ^
  119. symbol: variable CAPABILITY_MANA
  120. location: class Provider
  121. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:29: error: cannot find symbol
  122. return (NBTTagCompound) CAPABILITY_MANA.getStorage().writeNBT(CAPABILITY_MANA, instance, null);
  123. ^
  124. symbol: variable CAPABILITY_MANA
  125. location: class Provider
  126. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:29: error: cannot find symbol
  127. return (NBTTagCompound) CAPABILITY_MANA.getStorage().writeNBT(CAPABILITY_MANA, instance, null);
  128. ^
  129. symbol: variable CAPABILITY_MANA
  130. location: class Provider
  131. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:35: error: cannot find symbol
  132. CAPABILITY_MANA.getStorage().readNBT(CAPABILITY_MANA, instance, null, nbt);
  133. ^
  134. symbol: variable CAPABILITY_MANA
  135. location: class Provider
  136. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Provider.java:35: error: cannot find symbol
  137. CAPABILITY_MANA.getStorage().readNBT(CAPABILITY_MANA, instance, null, nbt);
  138. ^
  139. symbol: variable CAPABILITY_MANA
  140. location: class Provider
  141. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:9: error: Storage is not abstract and does not override abstract method readNBT(Capability<IManaHandler>,IManaHandler,EnumFacing,NBTBase) in IStorage
  142. public class Storage implements Capability.IStorage<IManaHandler> {
  143. ^
  144. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:14: error: cannot find symbol
  145. final NBTTagCompound tag = new NBTTagCompound();
  146. ^
  147. symbol: class NBTTagCompound
  148. location: class Storage
  149. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:14: error: cannot find symbol
  150. final NBTTagCompound tag = new NBTTagCompound();
  151. ^
  152. symbol: class NBTTagCompound
  153. location: class Storage
  154. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:22: error: cannot find symbol
  155. final NBTTagCompound tag = (NBTTagCompound) nbt;
  156. ^
  157. symbol: class NBTTagCompound
  158. location: class Storage
  159. C:\minecraft\forge\1.12.2-14.23.5.2837\build\sources\main\java\ru\googletan\bestnarutomod\Storage.java:22: error: cannot find symbol
  160. final NBTTagCompound tag = (NBTTagCompound) nbt;
  161. ^
  162. symbol: class NBTTagCompound
  163. location: class Storage
  164. 13 errors
  165. :compileJava FAILED
  166.  
  167. FAILURE: Build failed with an exception.
  168.  
  169. * What went wrong:
  170. Execution failed for task ':compileJava'.
  171. > Compilation failed; see the compiler error output for details.
  172.  
  173. * Try:
  174. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  175.  
  176. BUILD FAILED
  177.  
  178. Total time: 8.725 secs
  179.  
  180. C:\minecraft\forge\1.12.2-14.23.5.2837>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement