RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.net.packet.out.SendLogout Class Reference
Inheritance diagram for com.runehive.net.packet.out.SendLogout:
Collaboration diagram for com.runehive.net.packet.out.SendLogout:

Public Member Functions

boolean encode (Player player)
 SendLogout ()
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)

Additional Inherited Members

Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket
final PacketBuilder builder

Detailed Description

Definition at line 6 of file SendLogout.java.

Constructor & Destructor Documentation

◆ SendLogout()

com.runehive.net.packet.out.SendLogout.SendLogout ( )

Definition at line 8 of file SendLogout.java.

8 {
9 super(109, 0);
10 }

Member Function Documentation

◆ encode()

boolean com.runehive.net.packet.out.SendLogout.encode ( Player player)

Reimplemented from com.runehive.net.packet.OutgoingPacket.

Definition at line 13 of file SendLogout.java.

13 {
14 return true;
15 }

The documentation for this class was generated from the following file: