Class AbstractCommandCondition
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.commands.conditions.AbstractCondition
net.sacredlabyrinth.phaed.simpleclans.commands.conditions.AbstractCommandCondition
- All Implemented Interfaces:
co.aikar.commands.CommandConditions.Condition<co.aikar.commands.BukkitCommandIssuer>,IdentifiableCondition
- Direct Known Subclasses:
CanChangeFeeCondition,CanChatCondition,CanVoteCondition,EconomyEnabledCondition,LandSharingCondition,LeaderCondition,MemberFeeEnabledCondition,MinimumToAllyCondition,MinimumToRivalCondition,NotBannedCondition,NotBlacklistedCondition,OwnLandCondition,RankPermissionCondition,RivableCondition,SenderClanMemberCondition,VerifiedCondition
public abstract class AbstractCommandCondition
extends AbstractCondition
implements co.aikar.commands.CommandConditions.Condition<co.aikar.commands.BukkitCommandIssuer>
-
Field Summary
Fields inherited from class net.sacredlabyrinth.phaed.simpleclans.commands.conditions.AbstractCondition
clanManager, permissionsManager, plugin, protectionManager, requestManager, settingsManager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.aikar.commands.CommandConditions.Condition
validateConditionMethods inherited from interface net.sacredlabyrinth.phaed.simpleclans.commands.conditions.IdentifiableCondition
getId
-
Constructor Details
-
AbstractCommandCondition
-