DaPorkchop

ForgeGradle errorz lul

Mar 4th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.44 KB | None | 0 0
  1. daporkchop@daporkchop-desktop:/media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped$ gradle 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.10/userguide/gradle_daemon.html.
  3. java.net.ConnectException: Connection timed out (Connection timed out)
  4. at java.net.PlainSocketImpl.socketConnect(Native Method)
  5. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  6. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  7. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  8. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  9. at java.net.Socket.connect(Socket.java:589)
  10. at java.net.Socket.connect(Socket.java:538)
  11. at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  12. at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
  13. at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
  14. at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
  15. at sun.net.www.http.HttpClient.New(HttpClient.java:308)
  16. at sun.net.www.http.HttpClient.New(HttpClient.java:326)
  17. at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202)
  18. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
  19. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
  20. at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966)
  21. at net.minecraftforge.gradle.common.BasePlugin.getWithEtag(BasePlugin.java:718)
  22. at net.minecraftforge.gradle.common.BasePlugin.getRemoteJsons(BasePlugin.java:221)
  23. at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:177)
  24. at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:92)
  25. at org.gradle.api.internal.plugins.ImperativeOnlyPluginApplicator.applyImperative(ImperativeOnlyPluginApplicator.java:35)
  26. at org.gradle.api.internal.plugins.RuleBasedPluginApplicator.applyImperative(RuleBasedPluginApplicator.java:44)
  27. at org.gradle.api.internal.plugins.DefaultPluginManager.doApply(DefaultPluginManager.java:144)
  28. at org.gradle.api.internal.plugins.DefaultPluginManager.apply(DefaultPluginManager.java:112)
  29. at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.applyType(DefaultObjectConfigurationAction.java:112)
  30. at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.access$200(DefaultObjectConfigurationAction.java:35)
  31. at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction$3.run(DefaultObjectConfigurationAction.java:79)
  32. at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.execute(DefaultObjectConfigurationAction.java:135)
  33. at org.gradle.api.internal.project.AbstractPluginAware.apply(AbstractPluginAware.java:46)
  34. at org.gradle.api.plugins.PluginAware$apply.call(Unknown Source)
  35. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
  36. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
  37. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
  38. at org.gradle.api.internal.project.ProjectScript.apply(ProjectScript.groovy:35)
  39. at org.gradle.api.Script$apply$0.callCurrent(Unknown Source)
  40. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:52)
  41. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:154)
  42. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:166)
  43. at build_eldbmgb6fmbfewwtqyd97xhlq.run(/media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build.gradle:11)
  44. at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:91)
  45. at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$1.run(DefaultScriptPluginFactory.java:144)
  46. at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:72)
  47. at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:149)
  48. at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:38)
  49. at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:25)
  50. at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:34)
  51. at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:55)
  52. at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:510)
  53. at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:90)
  54. at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:42)
  55. at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:35)
  56. at org.gradle.initialization.DefaultGradleLauncher$2.run(DefaultGradleLauncher.java:125)
  57. at org.gradle.internal.Factories$1.create(Factories.java:22)
  58. at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
  59. at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:52)
  60. at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:122)
  61. at org.gradle.initialization.DefaultGradleLauncher.access$200(DefaultGradleLauncher.java:32)
  62. at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:99)
  63. at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:93)
  64. at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
  65. at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:62)
  66. at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:93)
  67. at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:82)
  68. at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:94)
  69. at org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:28)
  70. at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
  71. at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:43)
  72. at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:28)
  73. at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:78)
  74. at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:48)
  75. at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:52)
  76. at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
  77. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  78. at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:37)
  79. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  80. at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:26)
  81. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  82. at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:34)
  83. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  84. at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:74)
  85. at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:72)
  86. at org.gradle.util.Swapper.swap(Swapper.java:38)
  87. at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:72)
  88. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  89. at org.gradle.launcher.daemon.server.health.DaemonHealthTracker.execute(DaemonHealthTracker.java:40)
  90. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  91. at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:66)
  92. at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
  93. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  94. at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:72)
  95. at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
  96. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  97. at org.gradle.launcher.daemon.server.health.HintGCAfterBuild.execute(HintGCAfterBuild.java:41)
  98. at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
  99. at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:50)
  100. at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:246)
  101. at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
  102. at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
  103. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  104. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  105. at java.lang.Thread.run(Thread.java:745)
  106. This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril.
  107. #################################################
  108. ForgeGradle 2.2-SNAPSHOT-2112b0a
  109. https://github.com/MinecraftForge/ForgeGradle
  110. #################################################
  111. Powered by MCP unknown
  112. http://modcoderpack.com
  113. by: Searge, ProfMobius, Fesh0r,
  114. R4wk, ZeuX, IngisKahn, bspkrs
  115. #################################################
  116. Found AccessTransformer: ValkyrienWarfare_At.cfg
  117. :deobfCompileDummyTask
  118. :deobfProvidedDummyTask
  119. :sourceApiJava UP-TO-DATE
  120. :compileApiJava UP-TO-DATE
  121. :processApiResources UP-TO-DATE
  122. :apiClasses UP-TO-DATE
  123. :sourceMainJava UP-TO-DATE
  124. :compileJava
  125. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/blocks/BlockCannon.java:60: error: method does not override or implement a method from a supertype
  126. @Override
  127. ^
  128. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/blocks/BlockCannon.java:200: error: cannot find symbol
  129. return this.getDefaultState().withProperty(LOOKING, BlockPistonBase.getFacingFromEntity(pos, placer));
  130. ^
  131. symbol: method getFacingFromEntity(BlockPos,EntityLivingBase)
  132. location: class BlockPistonBase
  133. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/blocks/BlockCannon.java:208: error: cannot find symbol
  134. worldIn.setBlockState(pos, state.withProperty(LOOKING, BlockPistonBase.getFacingFromEntity(pos, placer)), 2);
  135. ^
  136. symbol: method getFacingFromEntity(BlockPos,EntityLivingBase)
  137. location: class BlockPistonBase
  138. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/entities/EntityCannonball.java:36: error: cannot find symbol
  139. if (!this.worldObj.isRemote)
  140. ^
  141. symbol: variable worldObj
  142. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/entities/EntityExplosiveball.java:27: error: cannot find symbol
  143. if (!this.worldObj.isRemote)
  144. ^
  145. symbol: variable worldObj
  146. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/entities/EntityExplosiveball.java:30: error: cannot find symbol
  147. this.worldObj.newExplosion((Entity)null, this.posX + this.motionX/2F, this.posY + this.motionY/2F, this.posZ + this.motionZ/2F, 2, false, true);
  148. ^
  149. symbol: variable worldObj
  150. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/tileentity/TileEntityCannon.java:67: error: cannot find symbol
  151. { playerIn.addChatComponentMessage(new TextComponentString("Cannon needs to be loaded!")); }
  152. ^
  153. symbol: method addChatComponentMessage(TextComponentString)
  154. location: variable playerIn of type EntityPlayer
  155. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/tileentity/TileEntityCannon.java:84: error: cannot find symbol
  156. { playerIn.addChatComponentMessage(new TextComponentString("Cannon needs ammo!")); }
  157. ^
  158. symbol: method addChatComponentMessage(TextComponentString)
  159. location: variable playerIn of type EntityPlayer
  160. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/tileentity/TileEntityCannon.java:103: error: cannot find symbol
  161. worldIn.spawnEntityInWorld(entitycannonball);
  162. ^
  163. symbol: method spawnEntityInWorld(EntityCannonball)
  164. location: variable worldIn of type World
  165. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/tileentity/TileEntityCannon.java:107: error: cannot find symbol
  166. worldIn.spawnEntityInWorld(entityexplosiveball);
  167. ^
  168. symbol: method spawnEntityInWorld(EntityExplosiveball)
  169. location: variable worldIn of type World
  170. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/tileentity/TileEntityCannon.java:119: error: cannot find symbol
  171. playerIn.addChatComponentMessage(new TextComponentString("Extra angle = " + Float.toString(Angle)));
  172. ^
  173. symbol: method addChatComponentMessage(TextComponentString)
  174. location: variable playerIn of type EntityPlayer
  175. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:140: error: cannot find symbol
  176. int k1 = MathHelper.floor_double(this.explosionX - (double)f3 - 1.0D);
  177. ^
  178. symbol: method floor_double(double)
  179. location: class MathHelper
  180. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:141: error: cannot find symbol
  181. int l1 = MathHelper.floor_double(this.explosionX + (double)f3 + 1.0D);
  182. ^
  183. symbol: method floor_double(double)
  184. location: class MathHelper
  185. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:142: error: cannot find symbol
  186. int i2 = MathHelper.floor_double(this.explosionY - (double)f3 - 1.0D);
  187. ^
  188. symbol: method floor_double(double)
  189. location: class MathHelper
  190. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:143: error: cannot find symbol
  191. int i1 = MathHelper.floor_double(this.explosionY + (double)f3 + 1.0D);
  192. ^
  193. symbol: method floor_double(double)
  194. location: class MathHelper
  195. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:144: error: cannot find symbol
  196. int j2 = MathHelper.floor_double(this.explosionZ - (double)f3 - 1.0D);
  197. ^
  198. symbol: method floor_double(double)
  199. location: class MathHelper
  200. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:145: error: cannot find symbol
  201. int j1 = MathHelper.floor_double(this.explosionZ + (double)f3 + 1.0D);
  202. ^
  203. symbol: method floor_double(double)
  204. location: class MathHelper
  205. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:163: error: cannot find symbol
  206. double d13 = (double)MathHelper.sqrt_double(d5 * d5 + d7 * d7 + d9 * d9);
  207. ^
  208. symbol: method sqrt_double(double)
  209. location: class MathHelper
  210. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/com/jackredcreeper/cannon/world/NewExp.java:230: error: cannot find symbol
  211. double d6 = (double)MathHelper.sqrt_double(d3 * d3 + d4 * d4 + d5 * d5);
  212. ^
  213. symbol: method sqrt_double(double)
  214. location: class MathHelper
  215. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/API/Block/Engine/BlockAirshipEngine.java:37: error: cannot find symbol
  216. EnumFacing facing = BlockPistonBase.getFacingFromEntity(pos, placer);
  217. ^
  218. symbol: method getFacingFromEntity(BlockPos,EntityLivingBase)
  219. location: class BlockPistonBase
  220. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/API/Vector.java:125: error: cannot find symbol
  221. double d = MathHelper.sqrt_double(X * X + Y * Y + Z * Z);
  222. ^
  223. symbol: method sqrt_double(double)
  224. location: class MathHelper
  225. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsWrapperEntity.java:115: error: cannot find symbol
  226. if (!worldObj.isRemote) {
  227. ^
  228. symbol: variable worldObj
  229. location: class PhysicsWrapperEntity
  230. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:129: error: cannot find symbol
  231. worldObj = host.worldObj;
  232. ^
  233. symbol: variable worldObj
  234. location: variable host of type PhysicsWrapperEntity
  235. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:130: error: cannot find symbol
  236. if (host.worldObj.isRemote) {
  237. ^
  238. symbol: variable worldObj
  239. location: variable host of type PhysicsWrapperEntity
  240. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:130: error: illegal start of type
  241. if (host.worldObj.isRemote) {
  242. ^
  243. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:226: error: cannot find symbol
  244. ownedChunks = ValkyrienWarfareMod.chunkManager.getManagerForWorld(wrapper.worldObj).getNextAvaliableChunkSet(radius);
  245. ^
  246. symbol: variable worldObj
  247. location: variable wrapper of type PhysicsWrapperEntity
  248. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:237: error: cannot find symbol
  249. player.addChatComponentMessage(new TextComponentString("Ship construction canceled because its exceeding the ship size limit (Raise with /setPhysConstructionLimit (number)) ; Or because it's attatched to bedrock)"));
  250. ^
  251. symbol: method addChatComponentMessage(TextComponentString)
  252. location: variable player of type EntityPlayer
  253. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:259: error: cannot find symbol
  254. radiusNeeded = Math.min(radiusNeeded, ValkyrienWarfareMod.chunkManager.getManagerForWorld(wrapper.worldObj).maxChunkRadius);
  255. ^
  256. symbol: variable worldObj
  257. location: variable wrapper of type PhysicsWrapperEntity
  258. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:389: error: cannot find symbol
  259. provider.id2ChunkMap.put(ChunkPos.chunkXZ2Int(x, z), chunk);
  260. ^
  261. symbol: method chunkXZ2Int(int,int)
  262. location: class ChunkPos
  263. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:400: error: cannot find symbol
  264. map.addEntry(entry);
  265. ^
  266. symbol: method addEntry(PlayerChunkMapEntry)
  267. location: variable map of type PlayerChunkMap
  268. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:402: error: cannot find symbol
  269. map.playerInstances.put(i, entry);
  270. ^
  271. symbol: variable playerInstances
  272. location: variable map of type PlayerChunkMap
  273. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:403: error: cannot find symbol
  274. map.playerInstanceList.add(entry);
  275. ^
  276. symbol: variable playerInstanceList
  277. location: variable map of type PlayerChunkMap
  278. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:418: error: cannot find symbol
  279. provider.id2ChunkMap.put(ChunkPos.chunkXZ2Int(x, z), chunk);
  280. ^
  281. symbol: method chunkXZ2Int(int,int)
  282. location: class ChunkPos
  283. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:596: error: cannot find symbol
  284. int i = MathHelper.floor_double(ent.posX);
  285. ^
  286. symbol: method floor_double(double)
  287. location: class MathHelper
  288. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:597: error: cannot find symbol
  289. int j = MathHelper.floor_double(ent.posY - 0.20000000298023224D);
  290. ^
  291. symbol: method floor_double(double)
  292. location: class MathHelper
  293. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:598: error: cannot find symbol
  294. int k = MathHelper.floor_double(ent.posZ);
  295. ^
  296. symbol: method floor_double(double)
  297. location: class MathHelper
  298. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:600: error: cannot find symbol
  299. IBlockState block1State = ent.worldObj.getBlockState(blockpos);
  300. ^
  301. symbol: variable worldObj
  302. location: variable ent of type Entity
  303. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:603: error: cannot find symbol
  304. Block block = ent.worldObj.getBlockState(blockpos.down()).getBlock();
  305. ^
  306. symbol: variable worldObj
  307. location: variable ent of type Entity
  308. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:904: error: cannot find symbol
  309. NBTTagCompound entityFixedPositionNBT = modifiedBuffer.readNBTTagCompoundFromBuffer();
  310. ^
  311. symbol: method readNBTTagCompoundFromBuffer()
  312. location: variable modifiedBuffer of type PacketBuffer
  313. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:939: error: cannot find symbol
  314. modifiedBuffer.writeNBTTagCompoundToBuffer(entityFixedPositionNBT);
  315. ^
  316. symbol: method writeNBTTagCompoundToBuffer(NBTTagCompound)
  317. location: variable modifiedBuffer of type PacketBuffer
  318. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysicsManagement/PhysicsObject.java:961: error: cannot find symbol
  319. newOwner.addChatMessage(new TextComponentString("That airship doesn't have an owner, you get to have it :D"));
  320. ^
  321. symbol: method addChatMessage(TextComponentString)
  322. location: variable newOwner of type EntityPlayer
  323. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:301: error: cannot find symbol
  324. double p0 = Minecraft.getMinecraft().thePlayer.lastTickPosX + (Minecraft.getMinecraft().thePlayer.posX - Minecraft.getMinecraft().thePlayer.lastTickPosX) * (double) partialTicks;
  325. ^
  326. symbol: variable thePlayer
  327. location: class Minecraft
  328. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:301: error: cannot find symbol
  329. double p0 = Minecraft.getMinecraft().thePlayer.lastTickPosX + (Minecraft.getMinecraft().thePlayer.posX - Minecraft.getMinecraft().thePlayer.lastTickPosX) * (double) partialTicks;
  330. ^
  331. symbol: variable thePlayer
  332. location: class Minecraft
  333. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:301: error: cannot find symbol
  334. double p0 = Minecraft.getMinecraft().thePlayer.lastTickPosX + (Minecraft.getMinecraft().thePlayer.posX - Minecraft.getMinecraft().thePlayer.lastTickPosX) * (double) partialTicks;
  335. ^
  336. symbol: variable thePlayer
  337. location: class Minecraft
  338. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:302: error: cannot find symbol
  339. double p1 = Minecraft.getMinecraft().thePlayer.lastTickPosY + (Minecraft.getMinecraft().thePlayer.posY - Minecraft.getMinecraft().thePlayer.lastTickPosY) * (double) partialTicks;
  340. ^
  341. symbol: variable thePlayer
  342. location: class Minecraft
  343. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:302: error: cannot find symbol
  344. double p1 = Minecraft.getMinecraft().thePlayer.lastTickPosY + (Minecraft.getMinecraft().thePlayer.posY - Minecraft.getMinecraft().thePlayer.lastTickPosY) * (double) partialTicks;
  345. ^
  346. symbol: variable thePlayer
  347. location: class Minecraft
  348. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:302: error: cannot find symbol
  349. double p1 = Minecraft.getMinecraft().thePlayer.lastTickPosY + (Minecraft.getMinecraft().thePlayer.posY - Minecraft.getMinecraft().thePlayer.lastTickPosY) * (double) partialTicks;
  350. ^
  351. symbol: variable thePlayer
  352. location: class Minecraft
  353. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:303: error: cannot find symbol
  354. double p2 = Minecraft.getMinecraft().thePlayer.lastTickPosZ + (Minecraft.getMinecraft().thePlayer.posZ - Minecraft.getMinecraft().thePlayer.lastTickPosZ) * (double) partialTicks;
  355. ^
  356. symbol: variable thePlayer
  357. location: class Minecraft
  358. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:303: error: cannot find symbol
  359. double p2 = Minecraft.getMinecraft().thePlayer.lastTickPosZ + (Minecraft.getMinecraft().thePlayer.posZ - Minecraft.getMinecraft().thePlayer.lastTickPosZ) * (double) partialTicks;
  360. ^
  361. symbol: variable thePlayer
  362. location: class Minecraft
  363. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysObjectRenderManager.java:303: error: cannot find symbol
  364. double p2 = Minecraft.getMinecraft().thePlayer.lastTickPosZ + (Minecraft.getMinecraft().thePlayer.posZ - Minecraft.getMinecraft().thePlayer.lastTickPosZ) * (double) partialTicks;
  365. ^
  366. symbol: variable thePlayer
  367. location: class Minecraft
  368. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareControl/Piloting/ShipPilotingController.java:261: error: cannot find symbol
  369. World playerWorld = pilot.worldObj;
  370. ^
  371. symbol: variable worldObj
  372. location: variable pilot of type EntityPlayer
  373. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Render/PhysRenderChunk.java:167: error: cannot find symbol
  374. Minecraft.getMinecraft().getBlockRendererDispatcher().renderBlock(iblockstate, pos, chunkToRender.worldObj, worldrenderer);
  375. ^
  376. symbol: variable worldObj
  377. location: variable chunkToRender of type Chunk
  378. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:92: error: cannot find symbol
  379. minX = MathHelper.floor_double(inWorld.X - rangeCheck);
  380. ^
  381. symbol: method floor_double(double)
  382. location: class MathHelper
  383. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:93: error: cannot find symbol
  384. minY = MathHelper.floor_double(inWorld.Y - rangeCheck);
  385. ^
  386. symbol: method floor_double(double)
  387. location: class MathHelper
  388. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:94: error: cannot find symbol
  389. minZ = MathHelper.floor_double(inWorld.Z - rangeCheck);
  390. ^
  391. symbol: method floor_double(double)
  392. location: class MathHelper
  393. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:96: error: cannot find symbol
  394. maxX = MathHelper.floor_double(inWorld.X + rangeCheck);
  395. ^
  396. symbol: method floor_double(double)
  397. location: class MathHelper
  398. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:97: error: cannot find symbol
  399. maxY = MathHelper.floor_double(inWorld.Y + rangeCheck);
  400. ^
  401. symbol: method floor_double(double)
  402. location: class MathHelper
  403. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:98: error: cannot find symbol
  404. maxZ = MathHelper.floor_double(inWorld.Z + rangeCheck);
  405. ^
  406. symbol: method floor_double(double)
  407. location: class MathHelper
  408. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:409: error: cannot find symbol
  409. minX = MathHelper.floor_double(inLocal.X - rangeCheck);
  410. ^
  411. symbol: method floor_double(double)
  412. location: class MathHelper
  413. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:410: error: cannot find symbol
  414. maxX = MathHelper.floor_double(inLocal.X + rangeCheck + speedInBody.X);
  415. ^
  416. symbol: method floor_double(double)
  417. location: class MathHelper
  418. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:412: error: cannot find symbol
  419. minX = MathHelper.floor_double(inLocal.X - rangeCheck + speedInBody.X);
  420. ^
  421. symbol: method floor_double(double)
  422. location: class MathHelper
  423. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:413: error: cannot find symbol
  424. maxX = MathHelper.floor_double(inLocal.X + rangeCheck);
  425. ^
  426. symbol: method floor_double(double)
  427. location: class MathHelper
  428. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:417: error: cannot find symbol
  429. minY = MathHelper.floor_double(inLocal.Y - rangeCheck);
  430. ^
  431. symbol: method floor_double(double)
  432. location: class MathHelper
  433. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:418: error: cannot find symbol
  434. maxY = MathHelper.floor_double(inLocal.Y + rangeCheck + speedInBody.Y);
  435. ^
  436. symbol: method floor_double(double)
  437. location: class MathHelper
  438. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:420: error: cannot find symbol
  439. minY = MathHelper.floor_double(inLocal.Y - rangeCheck + speedInBody.Y);
  440. ^
  441. symbol: method floor_double(double)
  442. location: class MathHelper
  443. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:421: error: cannot find symbol
  444. maxY = MathHelper.floor_double(inLocal.Y + rangeCheck);
  445. ^
  446. symbol: method floor_double(double)
  447. location: class MathHelper
  448. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:425: error: cannot find symbol
  449. minZ = MathHelper.floor_double(inLocal.Z - rangeCheck);
  450. ^
  451. symbol: method floor_double(double)
  452. location: class MathHelper
  453. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:426: error: cannot find symbol
  454. maxZ = MathHelper.floor_double(inLocal.Z + rangeCheck + speedInBody.Z);
  455. ^
  456. symbol: method floor_double(double)
  457. location: class MathHelper
  458. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:428: error: cannot find symbol
  459. minZ = MathHelper.floor_double(inLocal.Z - rangeCheck + speedInBody.Z);
  460. ^
  461. symbol: method floor_double(double)
  462. location: class MathHelper
  463. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/WorldPhysicsCollider.java:429: error: cannot find symbol
  464. maxZ = MathHelper.floor_double(inLocal.Z + rangeCheck);
  465. ^
  466. symbol: method floor_double(double)
  467. location: class MathHelper
  468. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/ShipPhysicsCollider.java:45: error: method getCollisionBoxes in class World cannot be applied to given types;
  469. List<AxisAlignedBB> bbsInFirst = parent.worldObj.getCollisionBoxes(betweenBBPoly.getEnclosedAABB());
  470. ^
  471. required: Entity,AxisAlignedBB
  472. found: AxisAlignedBB
  473. reason: actual and formal argument lists differ in length
  474. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/PhysCollision/ShipPhysicsCollider.java:62: error: method getCollisionBoxes in class World cannot be applied to given types;
  475. List<AxisAlignedBB> bbsInSecond = parent.worldObj.getCollisionBoxes(inShip2Poly.getEnclosedAABB());
  476. ^
  477. required: Entity,AxisAlignedBB
  478. found: AxisAlignedBB
  479. reason: actual and formal argument lists differ in length
  480. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareControl/Balloon/BalloonProcessor.java:188: error: cannot find symbol
  481. BalloonAirDetector detector = new BalloonAirDetector(start, parent.worldObj, currentBalloonSize, this, posititionsNeedingAtatchment);
  482. ^
  483. symbol: variable worldObj
  484. location: variable parent of type PhysicsWrapperEntity
  485. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareControl/Balloon/BalloonProcessor.java:342: error: cannot find symbol
  486. BalloonHoleDetector holeDetector = new BalloonHoleDetector(holeToCheck, parent.worldObj, 2500, this);
  487. ^
  488. symbol: variable worldObj
  489. location: variable parent of type PhysicsWrapperEntity
  490. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareControl/Piloting/PilotControlsMessage.java:35: error: cannot find symbol
  491. shipFor = packetBuf.readUuid();
  492. ^
  493. symbol: method readUuid()
  494. location: variable packetBuf of type PacketBuffer
  495. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareControl/Piloting/PilotControlsMessage.java:48: error: cannot find symbol
  496. packetBuf.writeUuid(shipFor);
  497. ^
  498. symbol: method writeUuid(UUID)
  499. location: variable packetBuf of type PacketBuffer
  500. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Block/BlockPhysicsInfuser.java:26: error: method does not override or implement a method from a supertype
  501. @Override
  502. ^
  503. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Block/BlockPhysicsInfuser.java:38: error: cannot find symbol
  504. worldIn.spawnEntityInWorld(wrapper);
  505. ^
  506. symbol: method spawnEntityInWorld(PhysicsWrapperEntity)
  507. location: variable worldIn of type World
  508. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Block/BlockPhysicsInfuser.java:45: error: cannot find symbol
  509. playerIn.addChatMessage(new TextComponentString("You've made too many airships! The limit per player is " + ValkyrienWarfareMod.maxAirships));
  510. ^
  511. symbol: method addChatMessage(TextComponentString)
  512. location: variable playerIn of type EntityPlayer
  513. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Block/BlockPhysicsInfuserCreative.java:25: error: method does not override or implement a method from a supertype
  514. @Override
  515. ^
  516. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Block/BlockPhysicsInfuserCreative.java:37: error: cannot find symbol
  517. worldIn.spawnEntityInWorld(wrapper);
  518. ^
  519. symbol: method spawnEntityInWorld(PhysicsWrapperEntity)
  520. location: variable worldIn of type World
  521. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Block/BlockPhysicsInfuserCreative.java:44: error: cannot find symbol
  522. playerIn.addChatMessage(new TextComponentString("You've made too many airships! The limit per player is " + ValkyrienWarfareMod.maxAirships));
  523. ^
  524. symbol: method addChatMessage(TextComponentString)
  525. location: variable playerIn of type EntityPlayer
  526. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/ChunkManagement/ChunkKeysWorldData.java:49: error: cannot find symbol
  527. world.setItemData(key, data);
  528. ^
  529. symbol: method setItemData(String,ChunkKeysWorldData)
  530. location: variable world of type World
  531. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Client/RenderManagerOverride.java:108: error: cannot find symbol
  532. def.set(worldIn);
  533. ^
  534. symbol: method set(World)
  535. location: variable def of type RenderManager
  536. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Collision/EntityCollisionInjector.java:127: error: cannot find symbol
  537. base.motionX = MathHelper.clamp_double(base.motionX, -0.15000000596046448D, 0.15000000596046448D);
  538. ^
  539. symbol: method clamp_double(double,double,double)
  540. location: class MathHelper
  541. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Collision/EntityCollisionInjector.java:128: error: cannot find symbol
  542. base.motionZ = MathHelper.clamp_double(base.motionZ, -0.15000000596046448D, 0.15000000596046448D);
  543. ^
  544. symbol: method clamp_double(double,double,double)
  545. location: class MathHelper
  546. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Collision/EntityCollisionInjector.java:141: error: cannot find symbol
  547. entity.moveEntity(dx, base.motionY, dz);
  548. ^
  549. symbol: method moveEntity(double,double,double)
  550. location: variable entity of type Entity
  551. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Collision/EntityCollisionInjector.java:143: error: cannot find symbol
  552. entity.moveEntity(dx, dy, dz);
  553. ^
  554. symbol: method moveEntity(double,double,double)
  555. location: variable entity of type Entity
  556. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Collision/EntityCollisionInjector.java:171: error: cannot find symbol
  557. WorldPhysObjectManager localPhysManager = ValkyrienWarfareMod.physicsManager.getManagerForWorld(entity.worldObj);
  558. ^
  559. symbol: variable worldObj
  560. location: variable entity of type Entity
  561. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Collision/EntityCollisionInjector.java:180: error: cannot find symbol
  562. List<AxisAlignedBB> collidingBBs = entity.worldObj.getCollisionBoxes(bb);
  563. ^
  564. symbol: variable worldObj
  565. location: variable entity of type Entity
  566. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Collision/EntityCollisionInjector.java:183: error: cannot find symbol
  567. if (entity.worldObj.isRemote || entity instanceof EntityPlayer) {
  568. ^
  569. symbol: variable worldObj
  570. location: variable entity of type Entity
  571. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:25: error: AirshipSettingsCommand is not abstract and does not override abstract method getUsage(ICommandSender) in ICommand
  572. public class AirshipSettingsCommand extends CommandBase {
  573. ^
  574. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:35: error: method does not override or implement a method from a supertype
  575. @Override
  576. ^
  577. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:40: error: method does not override or implement a method from a supertype
  578. @Override
  579. ^
  580. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:48: error: cannot find symbol
  581. sender.addChatMessage(new TextComponentString("You need to be a player to do that!"));
  582. ^
  583. symbol: method addChatMessage(TextComponentString)
  584. location: variable sender of type ICommandSender
  585. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:53: error: cannot find symbol
  586. sender.addChatMessage(new TextComponentString(TextFormatting.RED + "Usage: " + getCommandUsage(sender)));
  587. ^
  588. symbol: method addChatMessage(TextComponentString)
  589. location: variable sender of type ICommandSender
  590. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:66: error: cannot find symbol
  591. sender.addChatMessage(new TextComponentString("You need to be looking at an airship to do that!"));
  592. ^
  593. symbol: method addChatMessage(TextComponentString)
  594. location: variable sender of type ICommandSender
  595. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:77: error: cannot find symbol
  596. p.addChatMessage(new TextComponentString("That player is not online!"));
  597. ^
  598. symbol: method addChatMessage(TextComponentString)
  599. location: variable p of type EntityPlayer
  600. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:82: error: cannot find symbol
  601. p.addChatMessage(new TextComponentString("An error occured, please report to mod devs"));
  602. ^
  603. symbol: method addChatMessage(TextComponentString)
  604. location: variable p of type EntityPlayer
  605. /media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped/build/sources/main/java/ValkyrienWarfareBase/Command/AirshipSettingsCommand.java:85: error: cannot find symbol
  606. p.addChatMessage(new TextComponentString("That player doesn't have enough free airship slots!"));
  607. ^
  608. symbol: method addChatMessage(TextComponentString)
  609. location: variable p of type EntityPlayer
  610. Note: Some input files use or override a deprecated API.
  611. Note: Recompile with -Xlint:deprecation for details.
  612. Note: Some input files use unchecked or unsafe operations.
  613. Note: Recompile with -Xlint:unchecked for details.
  614. 100 errors
  615. :compileJava FAILED
  616.  
  617. FAILURE: Build failed with an exception.
  618.  
  619. * What went wrong:
  620. Execution failed for task ':compileJava'.
  621. > Compilation failed; see the compiler error output for details.
  622.  
  623. * Try:
  624. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  625.  
  626. BUILD FAILED
  627.  
  628. Total time: 2 mins 30.674 secs
  629. daporkchop@daporkchop-desktop:/media/daporkchop/TooMuchStuff/PortableIDE/Valkyrien-Warfare-Revamped$
Add Comment
Please, Sign In to add comment