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.instanced
/
MatchInstance
/
MatchInstanceEvents
Match
Instance
Events
public
class
MatchInstanceEvents
implements
Listener
Members
Constructors
Match
Instance.
Match
Instance
Events
Link copied to clipboard
public
void
MatchInstance.MatchInstanceEvents
(
)
Properties
teleport
Bypass
Link copied to clipboard
public
static
boolean
teleportBypass
Functions
on
Player
Break
Block
Event
Link copied to clipboard
public
void
onPlayerBreakBlockEvent
(
BlockBreakEvent
event
)
on
Player
Damage
Link copied to clipboard
public
void
onPlayerDamage
(
EntityDamageEvent
event
)
This event scans for damage that would kill the player and cancels it with custom behavior it if would
on
Player
Hit
Flag
Event
Link copied to clipboard
public
void
onPlayerHitFlagEvent
(
BlockDamageEvent
event
)
on
Player
Leave
Link copied to clipboard
public
void
onPlayerLeave
(
PlayerQuitEvent
event
)
on
Player
Teleport
Link copied to clipboard
public
void
onPlayerTeleport
(
PlayerTeleportEvent
event
)
validate
Authorized
Player
Movement
Link copied to clipboard
public
void
validateAuthorizedPlayerMovement
(
PlayerTeleportEvent
event
)