CJMinecraft

TeslaUtils.givePower

Nov 18th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: java.lang.NoSuchMethodException: mekanism.common.integration.TeslaIntegration.<init>(mekanism.common.base.IEnergyWrapper, net.minecraft.util.EnumFacing)
  2. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at java.lang.Class.getConstructor0(Class.java:3082)
  3. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at java.lang.Class.getConstructor(Class.java:1825)
  4. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at mekanism.common.capabilities.CapabilityWrapperManager.getWrapper(CapabilityWrapperManager.java:26)
  5. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at mekanism.common.tile.TileEntityElectricBlock.getCapability(TileEntityElectricBlock.java:455)
  6. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.darkhax.tesla.lib.TeslaUtils.getTeslaConsumer(TeslaUtils.java:193)
  7. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.darkhax.tesla.lib.TeslaUtils.givePower(TeslaUtils.java:242)
  8. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at cjminecraft.api.integration.energy.TeslaIntegration.giveEnergyToTileEntity(TeslaIntegration.java:22)
  9. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at cjminecraft.api.utils.EnergyUtils.giveEnergyToTileEntity(EnergyUtils.java:306)
  10. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at cjminecraft.api.utils.EnergyUtils.distributeEnergyToAllFaces(EnergyUtils.java:408)
  11. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at cjminecraft.api.energy.generator.TileEntityEnergyGenerator.update(TileEntityEnergyGenerator.java:68)
  12. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.minecraft.world.World.updateEntities(World.java:1940)
  13. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:644)
  14. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783)
  15. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
  16. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  17. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
  18. [15:09:31] [Server thread/INFO] [STDERR]: [mekanism.common.capabilities.CapabilityWrapperManager:getWrapper:30]: at java.lang.Thread.run(Thread.java:745)
  19. [15:09:31] [Server thread/ERROR]: Encountered an unexpected exception
  20. net.minecraft.util.ReportedException: Ticking block entity
  21. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:789) ~[MinecraftServer.class:?]
  22. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687) ~[MinecraftServer.class:?]
  23. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) ~[IntegratedServer.class:?]
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536) [MinecraftServer.class:?]
  25. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  26. Caused by: java.lang.NullPointerException
  27. at net.darkhax.tesla.lib.TeslaUtils.givePower(TeslaUtils.java:242) ~[TeslaUtils.class:?]
  28. at cjminecraft.api.integration.energy.TeslaIntegration.giveEnergyToTileEntity(TeslaIntegration.java:22) ~[TeslaIntegration.class:?]
  29. at cjminecraft.api.utils.EnergyUtils.giveEnergyToTileEntity(EnergyUtils.java:306) ~[EnergyUtils.class:?]
  30. at cjminecraft.api.utils.EnergyUtils.distributeEnergyToAllFaces(EnergyUtils.java:408) ~[EnergyUtils.class:?]
  31. at cjminecraft.api.energy.generator.TileEntityEnergyGenerator.update(TileEntityEnergyGenerator.java:68) ~[TileEntityEnergyGenerator.class:?]
  32. at net.minecraft.world.World.updateEntities(World.java:1940) ~[World.class:?]
  33. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:644) ~[WorldServer.class:?]
  34. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783) ~[MinecraftServer.class:?]
  35. ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment