Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
FreeMinecraftModels
/
com.magmaguy.freeminecraftmodels.customentity
/
PropEntity
/
PropEntityEvents
Prop
Entity
Events
public
class
PropEntityEvents
implements
Listener
Members
Constructors
PropEntity.
Prop
Entity
Events
Link copied to clipboard
public
void
PropEntity.PropEntityEvents
(
)
Functions
on
Armor
Stand
Interact
Link copied to clipboard
public
void
onArmorStandInteract
(
PlayerInteractEntityEvent
event
)
on
Armor
Stand
Interact
At
Link copied to clipboard
public
void
onArmorStandInteractAt
(
PlayerInteractAtEntityEvent
event
)
on
Chunk
Unload
Event
Link copied to clipboard
public
void
onChunkUnloadEvent
(
ChunkUnloadEvent
event
)
on
Entities
Load
Event
Link copied to clipboard
public
void
onEntitiesLoadEvent
(
EntitiesLoadEvent
event
)
Restores props from their armor stands once the server has actually finished loading a chunk's entities.
on
World
Unload
Event
Link copied to clipboard
public
void
onWorldUnloadEvent
(
WorldUnloadEvent
event
)