toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.model
/
SimpleChunkLocation
Simple
Chunk
Location
data
class
SimpleChunkLocation
(
val
world
:
String
,
val
x
:
Int
,
val
z
:
Int
)
Members
Constructors
Simple
Chunk
Location
Link copied to clipboard
constructor
(
world
:
String
,
x
:
Int
,
z
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
world
Link copied to clipboard
val
world
:
String
x
Link copied to clipboard
val
x
:
Int
z
Link copied to clipboard
val
z
:
Int
Functions
get
World
Link copied to clipboard
fun
getWorld
(
)
:
World
to
Chunk
Link copied to clipboard
fun
toChunk
(
)
:
Chunk