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 RSOutgoingPacketMeta
RSClient. getMouseMotionPacket()
RSOutgoingPacketMeta
RSClient. getMousePacket()
RSOutgoingPacketMeta
RSClient. getNativeMouseClickPacket()
RSOutgoingPacketMeta
RSClient. getProcessAlphabeticalInput()
RSOutgoingPacketMeta
RSClient. getProcessNumericInput()
Methods in jag.game with parameters of type RSOutgoingPacketMeta Modifier and Type Method Description RSOutgoingPacket
RSClient. prepareOutgoingPacket(RSOutgoingPacketMeta meta, RSIsaacCipher cipher)
default void
RSClient. writePacket(RSOutgoingPacketMeta meta, Consumer<RSBuffer> consumer)
-
Uses of RSOutgoingPacketMeta in jag.opcode
Methods in jag.opcode that return RSOutgoingPacketMeta Modifier and Type Method Description RSOutgoingPacketMeta
RSOutgoingPacket. getMeta()
-