toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.assets.locations
/
RoomPosition
Room
Position
class
RoomPosition
(
val
room
:
Room
,
val
x
:
Int
,
val
y
:
Int
,
val
z
:
Int
)
Provides an
x
,
y
and
z
position for a
room
.
Members
Constructors
Room
Position
Link copied to clipboard
constructor
(
room
:
Room
,
x
:
Int
,
y
:
Int
,
z
:
Int
)
Properties
room
Link copied to clipboard
val
room
:
Room
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
z
Link copied to clipboard
val
z
:
Int
Functions
is
At
Position
Link copied to clipboard
fun
isAtPosition
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
:
Boolean
Determine if this is at a give
x
,
y
and
z
position.