Package org. powbot. api
Types
Actionable
Link copied to clipboard
interface Actionable
Content copied to clipboard
Bounding Model
Link copied to clipboard
Calculations
Link copied to clipboard
object Calculations
Content copied to clipboard
Calculations A utility class for converting cartesian coordinates from 3D to 2D.
Dimension
Link copied to clipboard
Identifiable
Link copied to clipboard
interface Identifiable
Content copied to clipboard
Interactable
Link copied to clipboard
Interactable Entity
Link copied to clipboard
Menu Command
Link copied to clipboard
MenuCommand A component of the Menu containing an action and option.
Model Cache
Link copied to clipboard
object ModelCache
Content copied to clipboard
Model Wrapper
Link copied to clipboard
Notifications
Link copied to clipboard
object Notifications
Content copied to clipboard
Path
Link copied to clipboard
Path
Point
Link copied to clipboard
Preferences
Link copied to clipboard
object Preferences
Content copied to clipboard
Production
Link copied to clipboard
object Production
Content copied to clipboard
Quick Huller
Link copied to clipboard
object QuickHuller
Content copied to clipboard
Credits to http://www.sanfoundry.com/java-program-implement-quick-hull-algorithm-find-convex-hull/
String Utils
Link copied to clipboard
object StringUtils
Content copied to clipboard
A utility class for java.lang.Strings, used internally.
Targetable
Link copied to clipboard
interface Targetable
Content copied to clipboard
Validatable
Link copied to clipboard
interface Validatable
Content copied to clipboard
Vector2
Link copied to clipboard
class Vector2 @JvmOverloads constructor(x: Int, y: Int) : Comparable<Vector2?>
Content copied to clipboard
Vector2 An object representing a mathematical vector in 2D cartesian coordinate space.
Vector3
Link copied to clipboard
class Vector3 @JvmOverloads constructor(x: Int, y: Int, z: Int) : Comparable<Vector3?>
Content copied to clipboard
Vector3 An object representing a mathematical vector in 3D cartesian coordinate space.