RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
ObjectDirection (int id) | |
final int | getId () |
Static Public Member Functions | |
static Optional< ObjectDirection > | valueOf (final int id) |
Public Attributes | |
NORTH =(1) | |
SOUTH =(3) | |
EAST =(2) | |
WEST =(0) |
The enumerated type whose elements represent the directions for objects.
Definition at line 42 of file ObjectDirection.java.
|
inline |
Creates a new ObjectDirection
.
Definition at line 72 of file ObjectDirection.java.
|
inline |
Gets the identification of this direction.
Definition at line 81 of file ObjectDirection.java.
|
inlinestatic |
Returns a ObjectDirection
wrapped in an Optional
for the specified id
.
id | The game object orientation id. |
Definition at line 107 of file ObjectDirection.java.
com.osroyale.game.world.object.ObjectDirection.EAST =(2) |
The east orientation.
Definition at line 57 of file ObjectDirection.java.
com.osroyale.game.world.object.ObjectDirection.NORTH =(1) |
The north orientation.
Definition at line 47 of file ObjectDirection.java.
com.osroyale.game.world.object.ObjectDirection.SOUTH =(3) |
The south orientation.
Definition at line 52 of file ObjectDirection.java.
com.osroyale.game.world.object.ObjectDirection.WEST =(0) |
The west orientation.
Definition at line 62 of file ObjectDirection.java.