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.impl
/
RelationsModuleHandleImpl
Relations
Module
Handle
Impl
class
RelationsModuleHandleImpl
:
RelationsModuleHandle
Members
Constructors
Relations
Module
Handle
Impl
Link copied to clipboard
constructor
(
)
Functions
accept
Alliance
Link copied to clipboard
open
override
fun
acceptAlliance
(
factionId
:
Int
,
targetFactionId
:
Int
)
break
Alliance
Link copied to clipboard
open
override
fun
breakAlliance
(
factionId
:
Int
,
targetFactionId
:
Int
)
declare
War
Link copied to clipboard
open
override
fun
declareWar
(
factionId
:
Int
,
targetFactionId
:
Int
)
delete
Faction
Relations
Link copied to clipboard
open
override
fun
deleteFactionRelations
(
factionId
:
Int
)
get
Allied
Factions
Link copied to clipboard
open
override
fun
getAlliedFactions
(
factionId
:
Int
)
:
Set
<
Int
>
get
Enemy
Factions
Link copied to clipboard
open
override
fun
getEnemyFactions
(
factionId
:
Int
)
:
Set
<
Int
>
invite
To
Alliance
Link copied to clipboard
open
override
fun
inviteToAlliance
(
factionId
:
Int
,
targetFactionId
:
Int
)
is
Allied
Link copied to clipboard
open
override
fun
isAllied
(
factionId
:
Int
,
targetFactionId
:
Int
)
:
Boolean
is
Enemy
Link copied to clipboard
open
override
fun
isEnemy
(
factionId
:
Int
,
targetFactionId
:
Int
)
:
Boolean
make
Peace
Link copied to clipboard
open
override
fun
makePeace
(
factionId
:
Int
,
targetFactionId
:
Int
)