SystemCore
Toggle table of contents
2.4.0
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.managers.regions
/
RegionManager
Region
Manager
object
RegionManager
:
Listener
Members
Functions
get
Region
By
Id
Link copied to clipboard
fun
getRegionById
(
id
:
String
)
:
Region
?
get
Regions
At
Link copied to clipboard
fun
getRegionsAt
(
location
:
Location
)
:
List
<
Region
>
fun
getRegionsAt
(
block
:
Block
)
:
List
<
Region
>
fun
getRegionsAt
(
player
:
Player
)
:
List
<
Region
>
fun
getRegionsAt
(
world
:
String
,
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
List
<
Region
>
register
Link copied to clipboard
fun
register
(
vararg
regions
:
Region
)
unregister
Link copied to clipboard
fun
unregister
(
vararg
regions
:
String
)
fun
unregister
(
vararg
regions
:
Region
,
condition
:
(
Region
)
->
Boolean
?
=
null
)