Uses of Class
dev.sympho.modular_commands.api.exception.InvalidChainException
Packages that use InvalidChainException
Package
Description
Runtime system for executing commands defined through the API.
-
Uses of InvalidChainException in dev.sympho.modular_commands.execute
Methods in dev.sympho.modular_commands.execute that throw InvalidChainExceptionModifier and TypeMethodDescriptionstatic <H extends Handlers,C extends CommandContext>
List<InvocationHandler<? super C>>InvocationUtils.accumulateHandlers(List<? extends Command<? extends H>> chain, Function<H, InvocationHandler<? super C>> getter) Determines the sequence of invocation handlers to execute.