Uses of Interface
io.github.projectunified.craftcommand.processor.ExecutionSource
Packages that use ExecutionSource
Package
Description
-
Uses of ExecutionSource in io.github.projectunified.craftcommand.processor
Classes in io.github.projectunified.craftcommand.processor that implement ExecutionSourceModifier and TypeClassDescriptionclassArray-based implementation ofExecutionSourcefor Bukkit/Standalone command execution.Methods in io.github.projectunified.craftcommand.processor with parameters of type ExecutionSourceModifier and TypeMethodDescriptionprotected voidBaseCommandProcessor.buildMethodExecution(com.palantir.javapoet.MethodSpec.Builder methodSpec, CommandModel classModel, MethodModel method, String instanceVar, CommandModel rootModel, ExecutionSource source) -
Uses of ExecutionSource in io.github.projectunified.craftcommand.processor.paper
Classes in io.github.projectunified.craftcommand.processor.paper that implement ExecutionSourceModifier and TypeClassDescriptionclassBrigadier-based implementation ofExecutionSourcefor Paper command execution.