Guest User

Untitled

a guest
Jun 25th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 6/25/20 7:26 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.ClassCastException: net.minecraft.server.v1_16_R1.EntityEnderPearl cannot be cast to net.minecraft.server.v1_16_R1.EntityPlayer
  8. at net.minecraft.server.v1_16_R1.TileEntityEndGateway.a(TileEntityEndGateway.java:160)
  9. at net.minecraft.server.v1_16_R1.EntityProjectile.tick(EntityProjectile.java:36)
  10. at net.minecraft.server.v1_16_R1.EntityEnderPearl.tick(EntityEnderPearl.java:93)
  11. at net.minecraft.server.v1_16_R1.WorldServer.entityJoinedWorld(WorldServer.java:659)
  12. at net.minecraft.server.v1_16_R1.World.a(World.java:751)
  13. at net.minecraft.server.v1_16_R1.WorldServer.doTick(WorldServer.java:394)
  14. at net.minecraft.server.v1_16_R1.MinecraftServer.b(MinecraftServer.java:1104)
  15. at net.minecraft.server.v1_16_R1.DedicatedServer.b(DedicatedServer.java:354)
  16. at net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1007)
  17. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:846)
  18. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164)
  19. at java.lang.Thread.run(Thread.java:748)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Thread: Server thread
  27. Stacktrace:
  28. at net.minecraft.server.v1_16_R1.TileEntityEndGateway.a(TileEntityEndGateway.java:160)
  29. at net.minecraft.server.v1_16_R1.EntityProjectile.tick(EntityProjectile.java:36)
  30. at net.minecraft.server.v1_16_R1.EntityEnderPearl.tick(EntityEnderPearl.java:93)
  31. at net.minecraft.server.v1_16_R1.WorldServer.entityJoinedWorld(WorldServer.java:659)
  32.  
  33. -- Entity being ticked --
  34. Details:
  35. Entity Type: minecraft:ender_pearl (net.minecraft.server.v1_16_R1.EntityEnderPearl)
  36. Entity ID: 578
  37. Entity Name: Thrown Ender Pearl
  38. Entity's Exact location: 55.63, 75.59, -76.70
  39. Entity's Block location: World: (55,75,-77), Chunk: (at 7,4,3 in 3,-5; contains blocks 48,0,-80 to 63,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  40. Entity's Momentum: 1.16, -0.33, -0.85
  41. Entity's Passengers: []
  42. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  43. Stacktrace:
  44. at net.minecraft.server.v1_16_R1.World.a(World.java:751)
  45. at net.minecraft.server.v1_16_R1.WorldServer.doTick(WorldServer.java:394)
  46.  
  47. -- Affected level --
  48. Details:
  49. All players: 2 total; [EntityPlayer['Sondalyn'/515, l='ServerLevel[world_the_end]', x=53.47, y=75.00, z=-76.70](Sondalyn at 53.47126005897531,75.0,-76.69999998807907), EntityPlayer['SiriHack'/532, l='ServerLevel[world_the_end]', x=53.27, y=75.00, z=-74.97](SiriHack at 53.265633304771754,75.0,-74.97371562373333)]
  50. Chunk stats: ServerChunkCache: 2601
  51. Level dimension: minecraft:the_end
  52. Level spawn location: World: (0,62,0), Chunk: (at 0,3,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  53. Level time: 74836 game time, 74836 day time
  54. Level name: world_the_end
  55. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  56. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  57. Known server brands: Spigot
  58. Level was modded: true
  59. Level storage version: 0x04ABD - Anvil
  60. Stacktrace:
  61. at net.minecraft.server.v1_16_R1.MinecraftServer.b(MinecraftServer.java:1104)
  62. at net.minecraft.server.v1_16_R1.DedicatedServer.b(DedicatedServer.java:354)
  63. at net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1007)
  64. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:846)
  65. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164)
  66. at java.lang.Thread.run(Thread.java:748)
Add Comment
Please, Sign In to add comment