|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendNpcHead (int npcId, int interfaceId) | |
| 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 | interfaceId |
| final int | npcId |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 8 of file SendNpcHead.java.
| com.runehive.net.packet.out.SendNpcHead.SendNpcHead | ( | int | npcId, |
| int | interfaceId ) |
Definition at line 13 of file SendNpcHead.java.
References interfaceId, and npcId.
| boolean com.runehive.net.packet.out.SendNpcHead.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 20 of file SendNpcHead.java.
References com.runehive.net.codec.ByteModification.ADD, com.runehive.net.packet.OutgoingPacket.builder, interfaceId, com.runehive.net.codec.ByteOrder.LE, and npcId.
|
private |
Definition at line 11 of file SendNpcHead.java.
Referenced by encode(), and SendNpcHead().
|
private |
Definition at line 10 of file SendNpcHead.java.
Referenced by encode(), and SendNpcHead().