Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.utils
/
PersistentVanillaData
Persistent
Vanilla
Data
public
class
PersistentVanillaData
Members
Functions
get
Double
Link copied to clipboard
public
static
double
getDouble
(
ItemStack
itemStack
,
String
key
)
get
String
Link copied to clipboard
public
static
String
getString
(
Entity
entity
,
String
key
)
has
String
Link copied to clipboard
public
static
boolean
hasString
(
Entity
entity
,
String
key
)
write
Link copied to clipboard
public
static
void
write
(
Entity
entity
,
String
key
,
String
value
)
public
static
void
write
(
ItemStack
itemStack
,
String
key
,
double value
)