Package com.kraken.api.core.packet.model
Class PacketMethods
- java.lang.Object
-
- com.kraken.api.core.packet.model.PacketMethods
-
public class PacketMethods extends java.lang.ObjectAn object which holds references to the parsed packet methods from the game client. ThePacketMethodLocatorwill parse the method which sends packets to the game server and store references to the method in this object.
-
-
Constructor Summary
Constructors Constructor Description PacketMethods()
-