|
RuneHive-Game
|
Classes | |
| enum | PoisonType |
Public Member Functions | |
| boolean | encode (Player player) |
| SendPoison (PoisonType type) | |
| 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 PoisonType | type |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 7 of file SendPoison.java.
| com.runehive.net.packet.out.SendPoison.SendPoison | ( | PoisonType | type | ) |
Definition at line 17 of file SendPoison.java.
References type.
| boolean com.runehive.net.packet.out.SendPoison.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 23 of file SendPoison.java.
References com.runehive.net.packet.OutgoingPacket.builder, com.runehive.net.codec.ByteModification.NEG, and type.
|
private |
Definition at line 15 of file SendPoison.java.
Referenced by encode(), and SendPoison().