ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.modules.power.handles
/
FactionPowerRaidModuleHandle
Faction
Power
Raid
Module
Handle
interface
FactionPowerRaidModuleHandle
Inheritors
DummyFactionPowerRaidModuleHandle
FactionPowerRaidModuleHandleImpl
Members
Functions
calculate
Unprotected
Chunks
Link copied to clipboard
abstract
fun
calculateUnprotectedChunks
(
cluster
:
Cluster
)
:
Set
<
FactionClaim
>
claim
Chunk
Link copied to clipboard
abstract
fun
claimChunk
(
chunk
:
Chunk
,
faction
:
Faction
)
get
Active
Power
Accumulation
Link copied to clipboard
abstract
fun
getActivePowerAccumulation
(
faction
:
Faction
)
:
Double
get
Claim
Maintenance
Cost
Link copied to clipboard
abstract
fun
getClaimMaintenanceCost
(
faction
:
Faction
)
:
Double
get
Inactive
Power
Accumulation
Link copied to clipboard
abstract
fun
getInactivePowerAccumulation
(
faction
:
Faction
)
:
Double
get
Next
Claim
Cost
Link copied to clipboard
abstract
fun
getNextClaimCost
(
faction
:
Faction
)
:
Int
get
Power
Accumulated
Link copied to clipboard
abstract
fun
getPowerAccumulated
(
activeAccumulation
:
Double
,
inactiveAccumulation
:
Double
)
:
Double
member
Join
Link copied to clipboard
abstract
fun
memberJoin
(
faction
:
Faction
)
member
Leave
Link copied to clipboard
abstract
fun
memberLeave
(
faction
:
Faction
)
reload
Config
Link copied to clipboard
abstract
fun
reloadConfig
(
plugin
:
ImprovedFactionsPlugin
)