|
RuneHive-Game
|
The OutgoingPacket that sends a string to a Players itemcontainer in the client.
More...
Public Member Functions | |
| boolean | encode (Player player) |
| SendString (Object string, int id) | |
| SendString (Object string, int id, boolean override) | |
| Public Member Functions inherited from com.runehive.net.packet.OutgoingPacket | |
| void | execute (Player player) |
| OutgoingPacket (int opcode, int capacity) | |
| OutgoingPacket (int opcode, PacketType type) | |
| OutgoingPacket (int opcode, PacketType type, int size) | |
Private Attributes | |
| final int | id |
| final boolean | override |
| final Object | string |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
The OutgoingPacket that sends a string to a Players itemcontainer in the client.
Definition at line 14 of file SendString.java.
| com.runehive.net.packet.out.SendString.SendString | ( | Object | string, |
| int | id, | ||
| boolean | override ) |
Definition at line 20 of file SendString.java.
References id, override, string, and com.runehive.net.packet.PacketType.VAR_SHORT.
| com.runehive.net.packet.out.SendString.SendString | ( | Object | string, |
| int | id ) |
Definition at line 27 of file SendString.java.
| boolean com.runehive.net.packet.out.SendString.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 32 of file SendString.java.
References com.runehive.net.packet.OutgoingPacket.builder, com.runehive.game.world.entity.mob.player.PlayerAssistant.checkSendString(), override, and com.runehive.game.world.entity.mob.player.Player.playerAssistant.
|
private |
Definition at line 17 of file SendString.java.
Referenced by SendString(), and SendString().
|
private |
Definition at line 18 of file SendString.java.
Referenced by encode(), and SendString().
|
private |
Definition at line 16 of file SendString.java.
Referenced by SendString(), and SendString().