dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
1.03k stars 257 forks source link

1.8.3 Update: Class Not Found #59

Closed Cnly closed 9 years ago

Cnly commented 9 years ago

I've seen #55 before so this seems to be another class which was moved.

Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.PlayerInfoData
maxzz88 commented 9 years ago

It was moved to net.minecraft.server.PacketPlayOutPlayerInfo.PlayerInfoData

Cnly commented 9 years ago

@Rocknest Could you tell me how did you find that out?

maxzz88 commented 9 years ago

@Cnly I used the source code of 1.8.3 to find this class.

Cnly commented 9 years ago

@Rocknest But I couldn't find that in Spigot-Server 1.8.3. Did you use code of Minecraft 1.8.3?

maxzz88 commented 9 years ago

@Cnly Vanilla 1.8.3 (decompiled via FernFlower https://github.com/fesh0r/fernflower)

Cnly commented 9 years ago

@Rocknest Okay, thanks. I'll try that later.