SystemCore
Toggle table of contents
2.4.0
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.managers.regions.model
/
Region
Region
data
class
Region
(
val
id
:
String
,
val
world
:
String
,
val
bounds
:
BoundingBox
)
Members
Constructors
Region
Link copied to clipboard
constructor
(
id
:
String
,
world
:
String
,
a
:
Location
,
b
:
Location
)
constructor
(
id
:
String
,
world
:
String
,
bounds
:
BoundingBox
)
Properties
bounds
Link copied to clipboard
val
bounds
:
BoundingBox
id
Link copied to clipboard
val
id
:
String
players
Link copied to clipboard
val
players
:
MutableSet
<
UUID
>
world
Link copied to clipboard
val
world
:
String
Functions
contains
Link copied to clipboard
fun
contains
(
location
:
Location
)
:
Boolean
fun
contains
(
player
:
Player
)
:
Boolean
fun
contains
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
Boolean
get
Edges
Link copied to clipboard
fun
getEdges
(
min
:
Vector
,
max
:
Vector
)
:
List
<
Pair
<
Vector
,
Vector
>
>
show
Link copied to clipboard
fun
show
(
particle
:
Particle
=
Particle.HAPPY_VILLAGER
,
step
:
Double
=
1.0
,
duration
:
Int
=
3
)