ImprovedFactions
Toggle table of contents
2.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.api.events
/
FactionDeleteEvent
Faction
Delete
Event
class
FactionDeleteEvent
(
val
faction
:
Faction
)
:
Event
,
Cancellable
Fired when a faction gets deleted.
Members
Constructors
Faction
Delete
Event
Link copied to clipboard
constructor
(
faction
:
Faction
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
event
Name
Link copied to clipboard
@get:
NotNull
open
val
eventName
:
String
faction
Link copied to clipboard
val
faction
:
Faction
handlers
Link copied to clipboard
open
override
val
handlers
:
HandlerList
is
Asynchronous
Link copied to clipboard
val
isAsynchronous
:
Boolean
is
Cancelled
Link copied to clipboard
open
override
var
isCancelled
:
Boolean
Functions
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
is
Cancelled
Link copied to clipboard
open
override
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
open
override
fun
setCancelled
(
cancel
:
Boolean
)