ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.modules.relations.handles
/
RelationsModuleHandle
Relations
Module
Handle
interface
RelationsModuleHandle
Inheritors
DummyRelationsModuleHandle
RelationsModuleHandleImpl
Members
Functions
accept
Alliance
Link copied to clipboard
abstract
fun
acceptAlliance
(
factionId
:
Int
,
targetFactionId
:
Int
)
break
Alliance
Link copied to clipboard
abstract
fun
breakAlliance
(
factionId
:
Int
,
targetFactionId
:
Int
)
declare
War
Link copied to clipboard
abstract
fun
declareWar
(
factionId
:
Int
,
targetFactionId
:
Int
)
delete
Faction
Relations
Link copied to clipboard
abstract
fun
deleteFactionRelations
(
factionId
:
Int
)
get
Allied
Factions
Link copied to clipboard
abstract
fun
getAlliedFactions
(
factionId
:
Int
)
:
Set
<
Int
>
get
Enemy
Factions
Link copied to clipboard
abstract
fun
getEnemyFactions
(
factionId
:
Int
)
:
Set
<
Int
>
invite
To
Alliance
Link copied to clipboard
abstract
fun
inviteToAlliance
(
factionId
:
Int
,
targetFactionId
:
Int
)
is
Allied
Link copied to clipboard
abstract
fun
isAllied
(
factionId
:
Int
,
targetFactionId
:
Int
)
:
Boolean
is
Enemy
Link copied to clipboard
abstract
fun
isEnemy
(
factionId
:
Int
,
targetFactionId
:
Int
)
:
Boolean
make
Peace
Link copied to clipboard
abstract
fun
makePeace
(
factionId
:
Int
,
targetFactionId
:
Int
)