Represents a camera context.
- Author
- Emperor (ported from Arios)
Definition at line 35 of file CameraContext.java.
◆ CameraContext()
com.osroyale.net.packet.context.CameraContext.CameraContext |
( |
Player | player, |
|
|
CameraType | type, |
|
|
int | x, |
|
|
int | y, |
|
|
int | height, |
|
|
int | speed, |
|
|
int | zoomSpeed ) |
|
inline |
Constructs a new CameraContext
{@Code Object}.
- Parameters
-
player | The player. |
type | The camera type. |
x | The x-coordinate of the camera. |
y | The y-coordinate of the camera. |
height | The height. |
zoomSpeed | The zoom speed. |
speed | The speed. |
Definition at line 115 of file CameraContext.java.
◆ getHeight()
int com.osroyale.net.packet.context.CameraContext.getHeight |
( |
| ) |
|
|
inline |
◆ getPlayer()
Player com.osroyale.net.packet.context.CameraContext.getPlayer |
( |
| ) |
|
|
inline |
◆ getSpeed()
int com.osroyale.net.packet.context.CameraContext.getSpeed |
( |
| ) |
|
|
inline |
◆ getType()
CameraType com.osroyale.net.packet.context.CameraContext.getType |
( |
| ) |
|
|
inline |
◆ getX()
int com.osroyale.net.packet.context.CameraContext.getX |
( |
| ) |
|
|
inline |
◆ getY()
int com.osroyale.net.packet.context.CameraContext.getY |
( |
| ) |
|
|
inline |
◆ getZoomSpeed()
int com.osroyale.net.packet.context.CameraContext.getZoomSpeed |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: