RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.net.packet.out.SendCameraReset Class Reference

The OutgoingPacket resets the camera position for Player. More...

Inheritance diagram for com.runehive.net.packet.out.SendCameraReset:
Collaboration diagram for com.runehive.net.packet.out.SendCameraReset:

Public Member Functions

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

The OutgoingPacket resets the camera position for Player.

Author
Daniel | Obey

Definition at line 11 of file SendCameraReset.java.

Constructor & Destructor Documentation

◆ SendCameraReset()

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

Definition at line 13 of file SendCameraReset.java.

13 {
14 super(107, 0);
15 }

Member Function Documentation

◆ encode()

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

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

Definition at line 18 of file SendCameraReset.java.

18 {
19 return true;
20 }

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