ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.api.events
/
FactionJoinEvent
Faction
Join
Event
class
FactionJoinEvent
(
val
faction
:
Faction
,
val
user
:
FactionUser
)
:
Event
,
Cancellable
Fired when a player joins a faction.
Members
Constructors
Faction
Join
Event
Link copied to clipboard
constructor
(
faction
:
Faction
,
user
:
FactionUser
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
faction
Link copied to clipboard
val
faction
:
Faction
user
Link copied to clipboard
val
user
:
FactionUser
Functions
get
Event
Name
Link copied to clipboard
@
NotNull
open
fun
getEventName
(
)
:
String
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean
is
Cancelled
Link copied to clipboard
open
override
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
open
override
fun
setCancelled
(
cancel
:
Boolean
)