Package com.kraken.api.core.packet
-
Class Summary Class Description BufferUtils A static utility class that uses reflection to interact with the client's obfuscated buffer objects (e.g., PacketBuffer).ObfuscatedNames This class is a direct copy of the ObfuscatedNames class from the EthanVann PacketUtils class found here: https://github.com/Ethan-Vann/PacketUtils/blob/master/src/main/java/com/example/PacketUtils/ObfuscatedNames.java The copy was made so that this API could remain fundamentally compatible with the popular EthanVann PacketUtils plugin.PacketClient PacketClientis an instance-based RuneLite client packet sending utility which uses reflection to construct and send low level packets directly to the game servers.PacketMethodLocator A static utility class to find and cache the obfuscated packet-sending method ("addNode") from the game client.