Interface PositionResolver
- All Superinterfaces:
ArgumentResolver<Location>
An
ArgumentResolver that's capable of resolving
argument value using a CommandSource.-
Method Summary
Modifier and TypeMethodDescriptionresolve(CommandSource source) Resolves the argument with the given command source.
-
Method Details
-
resolve
Description copied from interface:ArgumentResolverResolves the argument with the given command source.- Specified by:
resolvein interfaceArgumentResolver<Location>- Parameters:
source- source- Returns:
- resolved
-