Definition at line 6 of file SendCameraMove.java.
◆ SendCameraMove()
| com.runehive.net.packet.out.SendCameraMove.SendCameraMove |
( |
int | x, |
|
|
int | y, |
|
|
int | z, |
|
|
int | constantSpeed, |
|
|
int | variableSpeed ) |
Definition at line 13 of file SendCameraMove.java.
13 {
14 super(166, 7);
15 this.x = x;
16 this.y = y;
17 this.z = z;
18 this.constantSpeed = constantSpeed;
19 this.variableSpeed = variableSpeed;
20 }
References constantSpeed, variableSpeed, x, y, and z.
◆ encode()
| boolean com.runehive.net.packet.out.SendCameraMove.encode |
( |
Player | player | ) |
|
|
protected |
◆ constantSpeed
| final int com.runehive.net.packet.out.SendCameraMove.constantSpeed |
|
private |
◆ variableSpeed
| final int com.runehive.net.packet.out.SendCameraMove.variableSpeed |
|
private |
| final int com.runehive.net.packet.out.SendCameraMove.x |
|
private |
| final int com.runehive.net.packet.out.SendCameraMove.y |
|
private |
| final int com.runehive.net.packet.out.SendCameraMove.z |
|
private |
The documentation for this class was generated from the following file: