Package rsb.wrappers.subwrap
Class WalkerTile
java.lang.Object
rsb.wrappers.RSTile
rsb.wrappers.subwrap.WalkerTile
- All Implemented Interfaces:
Clickable
,Clickable07
,Positionable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWalkerTile
(int x, int y, int plane) WalkerTile
(int x, int y, int plane, WalkerTile.TYPES type) WalkerTile
(int x, int y, WalkerTile.TYPES type) WalkerTile
(net.runelite.api.coords.WorldPoint point) WalkerTile
(RSTile tile) WalkerTile
(WalkerTile tile) -
Method Summary
Modifier and TypeMethodDescriptionint
distanceTo
(Positionable positionable) double
distanceToDouble
(Positionable positionable) boolean
boolean
boolean
doClick()
boolean
doClick
(boolean leftClick) Deprecated.boolean
doHover()
net.runelite.api.coords.LocalPoint
Gets the tile position of the entity as provided by the clientint
getPlane()
getType()
int
getX()
int
getY()
boolean
boolean
translate
(int x, int y) boolean
turnTo()
Do not useMethods inherited from class rsb.wrappers.RSTile
equals, getLocalLocation, getTile, getWorldLocation, randomize, toString
-
Constructor Details
-
WalkerTile
-
WalkerTile
-
WalkerTile
public WalkerTile(net.runelite.api.coords.WorldPoint point) -
WalkerTile
public WalkerTile(int x, int y, int plane) -
WalkerTile
-
WalkerTile
-
-
Method Details
-
getLocalLocation
public net.runelite.api.coords.LocalPoint getLocalLocation() -
isClickable
public boolean isClickable()- Specified by:
isClickable
in interfaceClickable07
-
doAction
-
doAction
-
doClick
public boolean doClick() -
doClick
Deprecated. -
doHover
public boolean doHover() -
turnTo
public boolean turnTo()Description copied from class:RSTile
Do not use- Specified by:
turnTo
in interfacePositionable
- Overrides:
turnTo
in classRSTile
- Returns:
- Always false
-
isOnScreen
public boolean isOnScreen() -
toWorldTile
-
toLocalTile
-
toSceneTile
-
getX
public int getX() -
getY
public int getY() -
getPlane
public int getPlane() -
getType
-
getLocation
Description copied from interface:Positionable
Gets the tile position of the entity as provided by the client- Specified by:
getLocation
in interfacePositionable
- Returns:
- the tile position of the entity if it exists, else null
-
distanceTo
-
distanceToDouble
-
translate
-