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.team
/
BBUBreakBeaconEvent
BBUBreak
Beacon
Event
public
class
BBUBreakBeaconEvent
extends
BBUTeamEvent
implements
Cancellable
Whenever a beacon is broken this event is called.
Members
Constructors
BBUBreak
Beacon
Event
Link copied to clipboard
public
void
BBUBreakBeaconEvent
(
Block
beacon
,
BBUTeam
team
,
BBUPlayer
breaker
,
boolean teamBreak
)
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
)