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
/
PersistentObjectHandler
/
PersistentObjectHandlerEvents
Persistent
Object
Handler
Events
public
class
PersistentObjectHandlerEvents
implements
Listener
Members
Constructors
Persistent
Object
Handler.
Persistent
Object
Handler
Events
Link copied to clipboard
public
void
PersistentObjectHandler.PersistentObjectHandlerEvents
(
)
Functions
chunk
Load
Event
Link copied to clipboard
public
void
chunkLoadEvent
(
ChunkLoadEvent
event
)
chunk
Unload
Event
Link copied to clipboard
public
void
chunkUnloadEvent
(
ChunkUnloadEvent
event
)
world
Load
Event
Link copied to clipboard
public
void
worldLoadEvent
(
WorldLoadEvent
event
)
world
Unload
Event
Link copied to clipboard
public
void
worldUnloadEvent
(
WorldUnloadEvent
event
)