Uses of Interface
jag.opcode.RSOutgoingPacketMeta
-
Packages that use RSOutgoingPacketMeta Package Description jag.game jag.opcode -
-
Uses of RSOutgoingPacketMeta in jag.game
Methods in jag.game that return RSOutgoingPacketMeta Modifier and Type Method Description RSOutgoingPacketMetaRSClient. getMouseClickPacket()RSOutgoingPacketMetaRSClient. getMouseMotionPacket()RSOutgoingPacketMetaRSClient. getNativeMouseClickPacket()RSOutgoingPacketMetaRSClient. getNativeMouseMotionPacket()RSOutgoingPacketMetaRSClient. getProcessAlphabeticalInput()RSOutgoingPacketMetaRSClient. getProcessNumericInput()Methods in jag.game with parameters of type RSOutgoingPacketMeta Modifier and Type Method Description RSOutgoingPacketRSClient. prepareOutgoingPacket(RSOutgoingPacketMeta meta, RSIsaacCipher cipher)default voidRSClient. writePacket(RSOutgoingPacketMeta meta, Consumer<RSBuffer> consumer) -
Uses of RSOutgoingPacketMeta in jag.opcode
Methods in jag.opcode that return RSOutgoingPacketMeta Modifier and Type Method Description RSOutgoingPacketMetaRSOutgoingPacket. getMeta()
-