Uses of Class
net.sacredlabyrinth.phaed.simpleclans.commands.ClanPlayerInput
Packages that use ClanPlayerInput
Package
Description
-
Uses of ClanPlayerInput in net.sacredlabyrinth.phaed.simpleclans.commands.clan
Methods in net.sacredlabyrinth.phaed.simpleclans.commands.clan with parameters of type ClanPlayerInputModifier and TypeMethodDescriptionvoidRankCommand.assign(ClanPlayer player, Clan clan, ClanPlayerInput member, Rank rank) voidLeaderCommands.demote(org.bukkit.entity.Player player, ClanPlayer cp, Clan clan, ClanPlayerInput other) voidClanCommands.invite(org.bukkit.entity.Player sender, ClanPlayer cp, Clan clan, ClanPlayerInput invited) voidClanCommands.kick(org.bukkit.entity.Player sender, ClanPlayerInput other) voidLeaderCommands.promote(org.bukkit.entity.Player player, Clan clan, ClanPlayer cp, ClanPlayerInput other) voidLeaderCommands.trust(org.bukkit.entity.Player player, Clan clan, ClanPlayerInput trusted) voidRankCommand.unassign(ClanPlayer player, Clan clan, ClanPlayerInput cp) voidLeaderCommands.untrust(org.bukkit.entity.Player player, Clan clan, ClanPlayerInput trusted) -
Uses of ClanPlayerInput in net.sacredlabyrinth.phaed.simpleclans.commands.conditions
Methods in net.sacredlabyrinth.phaed.simpleclans.commands.conditions that return types with arguments of type ClanPlayerInputModifier and TypeMethodDescriptionInputClanMemberCondition.getType()NotBannedInputCondition.getType()NotInClanCondition.getType()OnlineCondition.getType()SameClanCondition.getType()Methods in net.sacredlabyrinth.phaed.simpleclans.commands.conditions with parameters of type ClanPlayerInputModifier and TypeMethodDescriptionvoidInputClanMemberCondition.validateCondition(co.aikar.commands.ConditionContext<co.aikar.commands.BukkitCommandIssuer> context, co.aikar.commands.BukkitCommandExecutionContext execContext, ClanPlayerInput value) voidNotBannedInputCondition.validateCondition(co.aikar.commands.ConditionContext<co.aikar.commands.BukkitCommandIssuer> context, co.aikar.commands.BukkitCommandExecutionContext execContext, ClanPlayerInput value) voidNotInClanCondition.validateCondition(co.aikar.commands.ConditionContext<co.aikar.commands.BukkitCommandIssuer> context, co.aikar.commands.BukkitCommandExecutionContext execContext, ClanPlayerInput value) voidOnlineCondition.validateCondition(co.aikar.commands.ConditionContext<co.aikar.commands.BukkitCommandIssuer> context, co.aikar.commands.BukkitCommandExecutionContext execContext, ClanPlayerInput value) voidSameClanCondition.validateCondition(co.aikar.commands.ConditionContext<co.aikar.commands.BukkitCommandIssuer> context, co.aikar.commands.BukkitCommandExecutionContext execContext, ClanPlayerInput value) -
Uses of ClanPlayerInput in net.sacredlabyrinth.phaed.simpleclans.commands.contexts
Methods in net.sacredlabyrinth.phaed.simpleclans.commands.contexts that return ClanPlayerInputModifier and TypeMethodDescriptionClanPlayerInputContextResolver.getContext(co.aikar.commands.BukkitCommandExecutionContext context) Methods in net.sacredlabyrinth.phaed.simpleclans.commands.contexts that return types with arguments of type ClanPlayerInput -
Uses of ClanPlayerInput in net.sacredlabyrinth.phaed.simpleclans.commands.general
Methods in net.sacredlabyrinth.phaed.simpleclans.commands.general with parameters of type ClanPlayerInputModifier and TypeMethodDescriptionvoidGeneralCommands.kills(org.bukkit.entity.Player sender, ClanPlayerInput player) voidGeneralCommands.lookup(org.bukkit.command.CommandSender sender, ClanPlayerInput player) -
Uses of ClanPlayerInput in net.sacredlabyrinth.phaed.simpleclans.commands.staff
Methods in net.sacredlabyrinth.phaed.simpleclans.commands.staff with parameters of type ClanPlayerInputModifier and TypeMethodDescriptionvoidStaffCommands.ban(org.bukkit.command.CommandSender sender, ClanPlayerInput player) voidStaffCommands.demote(org.bukkit.command.CommandSender sender, ClanPlayerInput other) voidStaffCommands.kick(org.bukkit.command.CommandSender sender, ClanPlayerInput cp) voidStaffCommands.locale(org.bukkit.command.CommandSender sender, ClanPlayerInput input, String locale) voidStaffCommands.place(org.bukkit.command.CommandSender sender, ClanPlayerInput cpInput, ClanInput clanInput) voidStaffCommands.promote(org.bukkit.command.CommandSender sender, ClanPlayerInput promote) voidStaffCommands.purge(org.bukkit.command.CommandSender sender, ClanPlayerInput player) voidStaffCommands.resetKdr(org.bukkit.command.CommandSender sender, ClanPlayerInput clanPlayer) voidStaffCommands.unban(org.bukkit.command.CommandSender sender, ClanPlayerInput player)