Class PowerControl
java.lang.Object
dev.kitteh.factions.landraidcontrol.PowerControl
- All Implemented Interfaces:
LandRaidControl
@AvailableSince("4.0.0")
@NullMarked
public class PowerControl
extends Object
implements LandRaidControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanDisbandFaction(Faction faction, FPlayer playerAttempting) booleancanJoinFaction(Faction faction, FPlayer player) booleanbooleancanLeaveFaction(FPlayer player) booleanhasLandInflation(Faction faction) booleanisRaidable(Faction faction) booleanisRaidable(Faction faction, int power) intvoidonDeath(org.bukkit.entity.Player player) voidvoidonPowerChange(Faction faction, int start, int end) voidvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.kitteh.factions.landraidcontrol.LandRaidControl
announceNotRaidable, announceRaidable, possibleClaimCount
-
Constructor Details
-
PowerControl
public PowerControl()
-
-
Method Details
-
isRaidable
- Specified by:
isRaidablein interfaceLandRaidControl
-
isRaidable
-
hasLandInflation
- Specified by:
hasLandInflationin interfaceLandRaidControl
-
landLimit
- Specified by:
landLimitin interfaceLandRaidControl
-
canJoinFaction
- Specified by:
canJoinFactionin interfaceLandRaidControl
-
canLeaveFaction
- Specified by:
canLeaveFactionin interfaceLandRaidControl
-
canDisbandFaction
- Specified by:
canDisbandFactionin interfaceLandRaidControl
-
canKick
- Specified by:
canKickin interfaceLandRaidControl
-
onRespawn
- Specified by:
onRespawnin interfaceLandRaidControl
-
onQuit
- Specified by:
onQuitin interfaceLandRaidControl
-
update
- Specified by:
updatein interfaceLandRaidControl
-
onJoin
- Specified by:
onJoinin interfaceLandRaidControl
-
onDeath
public void onDeath(org.bukkit.entity.Player player) - Specified by:
onDeathin interfaceLandRaidControl
-
onPowerChange
-