Definition at line 6 of file SendCameraTurn.java.
◆ SendCameraTurn()
| com.runehive.net.packet.out.SendCameraTurn.SendCameraTurn |
( |
int | x, |
|
|
int | y, |
|
|
int | z, |
|
|
int | constantSpeed, |
|
|
int | variableSpeed ) |
Definition at line 13 of file SendCameraTurn.java.
13 {
14 super(177, 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.SendCameraTurn.encode |
( |
Player | player | ) |
|
|
protected |
◆ constantSpeed
| final int com.runehive.net.packet.out.SendCameraTurn.constantSpeed |
|
private |
◆ variableSpeed
| final int com.runehive.net.packet.out.SendCameraTurn.variableSpeed |
|
private |
| final int com.runehive.net.packet.out.SendCameraTurn.x |
|
private |
| final int com.runehive.net.packet.out.SendCameraTurn.y |
|
private |
| final int com.runehive.net.packet.out.SendCameraTurn.z |
|
private |
The documentation for this class was generated from the following file: