PacketWrapper icon indicating copy to clipboard operation
PacketWrapper copied to clipboard

Packet wrapper classes for ProtocolLib

Results 5 PacketWrapper issues
Sort by recently updated
recently updated
newest added

in spigot 1.12 PacketPlayOutWindowItems returns List instead of Array please change your code public ItemStack[] getItems() { return handle.getItemListModifier().read(0).toArray(new ItemStack[0]); }

Could you add this or possibly show me where it is if it is added

Upload the JAR files of your repo to DevBukkit so users can download them without including them in their plugin. http://repo.comphenix.net/content/groups/public/com/comphenix/packetwrapper/PacketWrapper/1.7.2-R0.5/

Please update packetwrapper to v1_7_R4

Added an easy to use wrapper for entity metadata, because it can be hard to understand normally. The class extends WrappedDataWatcher and adds all methods to get/set the metadata. This...