|
RuneHive-Game
|
The OutgoingPacket that sends a font to a string in the client.
More...
Public Member Functions | |
| boolean | encode (Player player) |
| SendFont (int id, int font) | |
| 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 | font |
| final int | id |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
The OutgoingPacket that sends a font to a string in the client.
Definition at line 14 of file SendFont.java.
| com.runehive.net.packet.out.SendFont.SendFont | ( | int | id, |
| int | font ) |
Definition at line 19 of file SendFont.java.
| boolean com.runehive.net.packet.out.SendFont.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 26 of file SendFont.java.
References com.runehive.net.codec.ByteModification.ADD, com.runehive.net.packet.OutgoingPacket.builder, font, and com.runehive.net.codec.ByteOrder.LE.
|
private |
Definition at line 17 of file SendFont.java.
Referenced by encode(), and SendFont().
|
private |
Definition at line 16 of file SendFont.java.
Referenced by SendFont().