app
/
org.powbot.api.rt4.walking.model
/
TileEdge
Tile
Edge
open class
TileEdge
(from:
WebTile
, to:
WebTile
) :
Edge
<
TileInteraction
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
from
Link copied to clipboard
var
from
:
WebTile
?
Content copied to clipboard
interaction
Link copied to clipboard
val
interaction
:
TileInteraction
Content copied to clipboard
requirements
Link copied to clipboard
val
requirements
:
List
<
Any
>?
Content copied to clipboard
to
Link copied to clipboard
var
to
:
WebTile
Content copied to clipboard
type
Link copied to clipboard
val
type
:
EdgeType
Content copied to clipboard