Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
ResurrectionChest
/
com.magmaguy.resurrectionchest
/
PersistentObject
Persistent
Object
public
interface
PersistentObject
Inheritors
ResurrectionChestObject
Members
Functions
chunk
Load
Link copied to clipboard
public
abstract
void
chunkLoad
(
)
Sets the behavior for chunk loads
chunk
Unload
Link copied to clipboard
public
abstract
void
chunkUnload
(
)
Sets the behavior for chunk unloads
get
Persistent
Location
Link copied to clipboard
public
abstract
Location
getPersistentLocation
(
)
get
World
Name
Link copied to clipboard
public
abstract
String
getWorldName
(
)
world
Load
Link copied to clipboard
public
abstract
void
worldLoad
(
World
world
)
world
Unload
Link copied to clipboard
public
abstract
void
worldUnload
(
)