app
/
org.powbot.api.rt4.walking.model
/
WebTile
Web
Tile
data class
WebTile
(x:
Int
, y:
Int
, z:
Int
, regionID:
Int
)
Content copied to clipboard
Functions
Properties
Extensions
Functions
distance
To
Link copied to clipboard
fun
distanceTo
(tile:
WebTile
):
Double
Content copied to clipboard
Properties
regionID
Link copied to clipboard
val
regionID
:
Int
Content copied to clipboard
x
Link copied to clipboard
val
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
val
y
:
Int
Content copied to clipboard
z
Link copied to clipboard
val
z
:
Int
Content copied to clipboard
Extensions
to
Proto
Link copied to clipboard
fun
WebTile
?.
toProto
():
<ERROR CLASS>
Content copied to clipboard
to
Regular
Tile
Link copied to clipboard
fun
WebTile
.
toRegularTile
():
Tile
Content copied to clipboard