ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.factions
/
FactionHandler
Faction
Handler
object
FactionHandler
Created: 04.08.2023
Author
Tobias Madlberger (Tobias)
Members
Functions
create
Faction
Link copied to clipboard
fun
createFaction
(
ownerId
:
UUID
,
factionName
:
String
,
id
:
Int
?
=
null
)
:
Faction
create
Listeners
For
Link copied to clipboard
fun
createListenersFor
(
faction
:
Faction
)
generate
Color
Link copied to clipboard
fun
generateColor
(
id
:
Int
)
:
Int
get
Faction
Link copied to clipboard
fun
getFaction
(
id
:
Int
)
:
Faction
?
fun
getFaction
(
name
:
String
)
:
Faction
?
get
Factions
Link copied to clipboard
fun
getFactions
(
)
:
SizedIterable
<
Faction
>
search
Factions
Link copied to clipboard
fun
searchFactions
(
name
:
String
)
:
SizedIterable
<
Faction
>