Uses of Class
com.comphenix.protocol.injector.netty.WirePacket
Packages that use WirePacket
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of WirePacket in com.comphenix.protocol
Methods in com.comphenix.protocol with parameters of type WirePacketModifier and TypeMethodDescriptionvoidPacketStream.sendWirePacket(org.bukkit.entity.Player receiver, WirePacket packet)Send a wire packet to the given player. -
Uses of WirePacket in com.comphenix.protocol.injector
Methods in com.comphenix.protocol.injector with parameters of type WirePacketModifier and TypeMethodDescriptionvoidPacketFilterManager.sendWirePacket(org.bukkit.entity.Player receiver, WirePacket packet) -
Uses of WirePacket in com.comphenix.protocol.injector.netty
Methods in com.comphenix.protocol.injector.netty that return WirePacketModifier and TypeMethodDescriptionstatic WirePacketWirePacket.fromPacket(PacketContainer packet)Creates a WirePacket from an existing PacketContainerstatic WirePacketWirePacket.fromPacket(Object packet)Creates a WirePacket from an existing Minecraft packet