JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.osbot.rs07.api.model
Interface Vector3D
All Known Subinterfaces:
Entity
,
RS2Object
All Known Implementing Classes:
Character
,
GroundDecoration
,
GroundItem
,
InteractableObject
,
NPC
,
Player
,
Position
,
WallDecoration
,
WallObject
public interface
Vector3D
Represents an object with a 3 vector (x, y, z).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getX
()
Gets the x value of this vector
int
getY
()
Gets the y value of this vector
int
getZ
()
Gets the z value of this vector
Method Detail
getX
int getX()
Gets the x value of this vector
Returns:
The x value of this vector
getY
int getY()
Gets the y value of this vector
Returns:
The y value of this vector
getZ
int getZ()
Gets the z value of this vector
Returns:
The z value of this vector
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method