BBUReloaded
Toggle table of contents
0.1-BETA
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BBUReloaded
BBUReloaded
/
me.imoltres.bbu.game.events.player
/
BBUPlayerCompassOpenEvent
BBUPlayer
Compass
Open
Event
public
class
BBUPlayerCompassOpenEvent
extends
BBUPlayerEvent
implements
Cancellable
Whenever a playing player dies, this event is called.
Members
Constructors
BBUPlayer
Compass
Open
Event
Link copied to clipboard
public
void
BBUPlayerCompassOpenEvent
(
BBUPlayer
player
)
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
public
final
static
HandlerList
handlers
Functions
call
Event
Link copied to clipboard
public
boolean
callEvent
(
)
get
Event
Name
Link copied to clipboard
public
@
NotNull
(
)
String
getEventName
(
)
get
Handler
List
Link copied to clipboard
@
NotNull
(
)
public
static
@
NotNull
(
)
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
@
NotNull
(
)
public
@
NotNull
(
)
HandlerList
getHandlers
(
)
public
abstract
@
NotNull
(
)
HandlerList
getHandlers
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
(
)
set
Cancelled
Link copied to clipboard
public
void
setCancelled
(
boolean cancel
)