java.lang.Object
dev.kitteh.factions.command.defaults.admin.power.CmdModifyPower
- All Implemented Interfaces:
Cmd
public class CmdModifyPower
extends Object
implements Cmd
-
Field Summary
Fields inherited from interface dev.kitteh.factions.command.Cmd
HIDE_IN_HELP
-
Constructor Summary
Constructors
-
Method Summary
TriConsumer<org.incendo.cloud.CommandManager<Sender>,org.incendo.cloud.Command.Builder<Sender>,org.incendo.cloud.minecraft.extras.MinecraftHelp<Sender>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CmdModifyPower
public CmdModifyPower()
-
Method Details
-
consumer
public TriConsumer<org.incendo.cloud.CommandManager<Sender>,org.incendo.cloud.Command.Builder<Sender>,org.incendo.cloud.minecraft.extras.MinecraftHelp<Sender>> consumer()
- Specified by:
consumer in interface Cmd