Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PacketPlayOutEntityDestroy changed in 1.17.1 #405

Closed
Shynixn opened this issue Jul 6, 2021 · 0 comments
Closed

PacketPlayOutEntityDestroy changed in 1.17.1 #405

Shynixn opened this issue Jul 6, 2021 · 0 comments
Assignees
Labels
Projects

Comments

@Shynixn
Copy link
Owner

Shynixn commented Jul 6, 2021

java.lang.NoSuchMethodException: net.minecraft.network.protocol.game.PacketPlayOutEntityDestroy.(int)
at java.lang.Class.getConstructor0(Class.java:3517) ~[?:?]
at java.lang.Class.getDeclaredConstructor(Class.java:2691) ~[?:?]
at com.github.shynixn.blockball.bukkit.logic.business.service.PacketJavaProtocolServiceImpl.sendEntityDestroyPacket(PacketJavaProtocolServiceImpl.kt:86) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.proxy.PacketHologram.sendDestroy(PacketHologram.kt:150) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.proxy.PacketHologram.access$sendDestroy(PacketHologram.kt:10) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.proxy.PacketHologram$playerTracker$3.invoke(PacketHologram.kt:23) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.proxy.PacketHologram$playerTracker$3.invoke(PacketHologram.kt:10) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.proxy.AllPlayerTracker.checkAndGet(AllPlayerTracker.kt:36) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.proxy.PacketHologram.update(PacketHologram.kt:95) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.service.GameActionServiceImpl.updateHolograms(GameActionServiceImpl.kt:387) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.service.GameActionServiceImpl.handle(GameActionServiceImpl.kt:239) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.service.GameServiceImpl.run(GameServiceImpl.kt:106) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.service.GameServiceImpl$$special$$inlined$sync$1.invoke(ExtensionMethod.kt:131) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.service.GameServiceImpl$$special$$inlined$sync$1.invoke(ExtensionMethod.kt) ~[?:?]
at com.github.shynixn.blockball.bukkit.logic.business.service.ConcurrencyServiceImpl$sam$java_lang_Runnable$0.run(ConcurrencyServiceImpl.kt) ~[?:?]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.17.1.jar:3171-Spigot-610a8c0-fb556bf]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:400) ~[spigot-1.17.1.jar:3171-Spigot-610a8c0-fb556bf]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1254) ~[spigot-1.17.1.jar:3171-Spigot-610a8c0-fb556bf]
at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:438) ~[spigot-1.17.1.jar:3171-Spigot-610a8c0-fb556bf]
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1202) ~[spigot-1.17.1.jar:3171-Spigot-610a8c0-fb556bf]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1035) ~[spigot-1.17.1.jar:3171-Spigot-610a8c0-fb556bf]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303) ~[spigot-1.17.1.jar:3171-Spigot-610a8c0-fb556bf]

@Shynixn Shynixn added the bug label Jul 6, 2021
@Shynixn Shynixn added this to To do in BlockBall via automation Jul 6, 2021
Shynixn pushed a commit that referenced this issue Jul 6, 2021
@Shynixn Shynixn self-assigned this Jul 6, 2021
@Shynixn Shynixn moved this from To do to In progress in BlockBall Jul 6, 2021
@Shynixn Shynixn moved this from In progress to Done in BlockBall Jul 6, 2021
@Shynixn Shynixn moved this from Done to Snapshot/Documented in BlockBall Jul 6, 2021
@Shynixn Shynixn closed this as completed Jul 7, 2021
@Shynixn Shynixn moved this from Snapshot/Documented to Released in BlockBall Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
BlockBall
  
Released
Development

No branches or pull requests

1 participant