FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.floppamap.core
/
Tile
Tile
abstract
class
Tile
(
val
x
:
Int
,
val
z
:
Int
)
Constructors
Properties
Inheritors
Constructors
Tile
Link copied to clipboard
fun
Tile
(
x
:
Int
,
z
:
Int
)
Properties
color
Link copied to clipboard
abstract
val
color
:
Color
column
Link copied to clipboard
val
column
:
Int
Column in the dungeonList
row
Link copied to clipboard
val
row
:
Int
Row in the duneonList.
scanned
Link copied to clipboard
var
scanned
:
Boolean
=
true
state
Link copied to clipboard
var
state
:
RoomState
visited
Link copied to clipboard
var
visited
:
Boolean
=
false
x
Link copied to clipboard
val
x
:
Int
z
Link copied to clipboard
val
z
:
Int
Inheritors
Door
Link copied to clipboard
Room
Link copied to clipboard