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 TypeMethodDescriptionintdistanceTo(Positionable positionable) doubledistanceToDouble(Positionable positionable) booleanbooleanbooleandoClick()booleandoClick(boolean leftClick) Deprecated.booleandoHover()net.runelite.api.coords.LocalPointGets the tile position of the entity as provided by the clientintgetPlane()getType()intgetX()intgetY()booleanbooleantranslate(int x, int y) booleanturnTo()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:
isClickablein interfaceClickable07
-
doAction
-
doAction
-
doClick
public boolean doClick() -
doClick
Deprecated. -
doHover
public boolean doHover() -
turnTo
public boolean turnTo()Description copied from class:RSTileDo not use- Specified by:
turnToin interfacePositionable- Overrides:
turnToin 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:PositionableGets the tile position of the entity as provided by the client- Specified by:
getLocationin interfacePositionable- Returns:
- the tile position of the entity if it exists, else null
-
distanceTo
-
distanceToDouble
-
translate
-