Class LocationParser<C>

java.lang.Object
org.incendo.cloud.bukkit.parser.location.LocationParser<C>
Type Parameters:
C - Command sender type
All Implemented Interfaces:
ArgumentParser<C,Location>, BlockingSuggestionProvider<C>, BlockingSuggestionProvider.Strings<C>, SuggestionProvider<C>, SuggestionProviderHolder<C>

public final class LocationParser<C> extends Object implements ArgumentParser<C,Location>, BlockingSuggestionProvider.Strings<C>
Parser that parses Location from three doubles. This will use the command senders world when it exists, or else it'll use the first loaded Bukkit world.
Since:
1.1.0