Class ProxiedPlayerParser
- java.lang.Object
- 
- com.github.siroshun09.mccommand.bungee.parser.ProxiedPlayerParser
 
- 
- All Implemented Interfaces:
- ArgumentParser<ProxiedPlayer>
 
 public class ProxiedPlayerParser extends Object implements ArgumentParser<ProxiedPlayer> A class that parses anArgumentto anProxiedPlayer.
- 
- 
Constructor SummaryConstructors Constructor Description ProxiedPlayerParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable ProxiedPlayerparse(@NotNull Argument argument)Parses anArgumentto a specified type and returns it.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.siroshun09.mccommand.common.argument.parser.ArgumentParsergenerateException, generateException, parseOptional, parseOrDefault, parseOrThrow
 
- 
 
- 
- 
- 
Constructor Detail- 
ProxiedPlayerParserpublic ProxiedPlayerParser() 
 
- 
 - 
Method Detail- 
parse@Nullable public @Nullable ProxiedPlayer parse(@NotNull @NotNull Argument argument) Parses anArgumentto a specified type and returns it.- Specified by:
- parsein interface- ArgumentParser<ProxiedPlayer>
- Parameters:
- argument- the argument to be parsed
- Returns:
- the value to be parsed, or nullif the parsing fails
 
 
- 
 
-