ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.claims.clustering.position
Package-level
declarations
Types
Types
Chunk
Position
Link copied to clipboard
data
class
ChunkPosition
(
val
x
:
Int
,
val
y
:
Int
,
val
world
:
String
)
World
Position
Link copied to clipboard
data
class
WorldPosition
(
val
world
:
String
,
val
x
:
Int
,
val
y
:
Int
)