Uses of Interface
wf.utils.command.model.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in wf.utils.command.model
Methods in wf.utils.command.model that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T, U, D> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super D> after) Methods in wf.utils.command.model with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T, U, D> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super D> after) -
Uses of TriConsumer in wf.utils.command.subcommand
Methods in wf.utils.command.subcommand that return TriConsumerMethods in wf.utils.command.subcommand with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidSubCommand.setRunnable(TriConsumer<CommandSender, T, Object[]> runnable) SubCommandBuilder.setRunnable(TriConsumer<CommandSender, T, Object[]> runnable) Constructors in wf.utils.command.subcommand with parameters of type TriConsumerModifierConstructorDescriptionSubCommand(String command, String permission, Argument[] arguments, TriConsumer<CommandSender, T, Object[]> runnable)