Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EternalTD
/
com.magmaguy.eternaltd.util
/
ConfigurationLocation
Configuration
Location
public
class
ConfigurationLocation
Members
Functions
deserialize
Link copied to clipboard
public
static
String
deserialize
(
Location
location
)
public
static
String
deserialize
(
String
worldName
,
double x
,
double y
,
double z
,
float pitch
,
float yaw
)
serialize
Link copied to clipboard
public
static
Location
serialize
(
String
locationString
)
public
static
List
<
Location
>
serialize
(
List
<
String
>
locationStrings
)