Class CmdSetPerm
java.lang.Object
dev.kitteh.factions.command.defaults.set.CmdSetPerm
- All Implemented Interfaces:
Cmd
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface dev.kitteh.factions.command.Cmd
HIDE_IN_HELP -
Constructor Summary
ConstructorsConstructorDescriptionCmdSetPerm(Function<org.incendo.cloud.context.CommandContext<Sender>, String> firstCmdBit, Function<org.incendo.cloud.context.CommandContext<Sender>, Faction.Permissions> permissionsGetter, CmdSetPerm.Resetter resetter) -
Method Summary
Modifier and TypeMethodDescriptionTriConsumer<org.incendo.cloud.CommandManager<Sender>, org.incendo.cloud.Command.Builder<Sender>, org.incendo.cloud.minecraft.extras.MinecraftHelp<Sender>> consumer()
-
Constructor Details
-
CmdSetPerm
public CmdSetPerm() -
CmdSetPerm
public CmdSetPerm(Function<org.incendo.cloud.context.CommandContext<Sender>, String> firstCmdBit, Function<org.incendo.cloud.context.CommandContext<Sender>, Faction.Permissions> permissionsGetter, CmdSetPerm.Resetter resetter)
-
-
Method Details