Uses of Interface
com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser
- 
Packages that use ArgumentParser Package Description com.github.siroshun09.mccommand.bukkit.parser The package of classes that implement theArgumentParserthat can be used on Bukkit.com.github.siroshun09.mccommand.bungee.parser The package of classes that implement theArgumentParserthat can be used on BungeeCord.com.github.siroshun09.mccommand.common.argument The package of classes relevant to arguments.com.github.siroshun09.mccommand.common.argument.parser The package of classes to parseArgument.com.github.siroshun09.mccommand.paper.parser The package of classes that implement theArgumentParserthat can be used on Bukkit.
- 
- 
Uses of ArgumentParser in com.github.siroshun09.mccommand.bukkit.parserClasses in com.github.siroshun09.mccommand.bukkit.parser that implement ArgumentParser Modifier and Type Class Description classMaterialParserclassOfflinePlayerParserA class that parses anArgumentto anOfflinePlayer.classPlayerExactParserclassPlayerParserclassSoundParserFields in com.github.siroshun09.mccommand.bukkit.parser declared as ArgumentParser Modifier and Type Field Description static ArgumentParser<Material>BukkitParser. MATERIALstatic ArgumentParser<OfflinePlayer>BukkitParser. OFFLINE_PLAYERstatic ArgumentParser<Player>BukkitParser. PLAYERstatic ArgumentParser<Player>BukkitParser. PLAYER_EXACTstatic ArgumentParser<Sound>BukkitParser. SOUND
- 
Uses of ArgumentParser in com.github.siroshun09.mccommand.bungee.parserClasses in com.github.siroshun09.mccommand.bungee.parser that implement ArgumentParser Modifier and Type Class Description classProxiedPlayerParserA class that parses anArgumentto anProxiedPlayer.Fields in com.github.siroshun09.mccommand.bungee.parser declared as ArgumentParser Modifier and Type Field Description static ArgumentParser<ProxiedPlayer>BungeeParser. PROXIED_PLAYER
- 
Uses of ArgumentParser in com.github.siroshun09.mccommand.common.argumentMethods in com.github.siroshun09.mccommand.common.argument with parameters of type ArgumentParser Modifier and Type Method Description default <T> TArgument. parse(ArgumentParser<T> parser)Parses the argument using the specified parser.
- 
Uses of ArgumentParser in com.github.siroshun09.mccommand.common.argument.parserClasses in com.github.siroshun09.mccommand.common.argument.parser that implement ArgumentParser Modifier and Type Class Description classUUIDParserFields in com.github.siroshun09.mccommand.common.argument.parser declared as ArgumentParser Modifier and Type Field Description static ArgumentParser<Boolean>BasicParser. BOOLEANstatic ArgumentParser<Double>BasicParser. DOUBLEstatic ArgumentParser<Float>BasicParser. FLOATstatic ArgumentParser<Integer>BasicParser. INTEGERstatic ArgumentParser<Long>BasicParser. LONGstatic ArgumentParser<Short>BasicParser. SHORTstatic ArgumentParser<UUID>BasicParser. UUIDMethods in com.github.siroshun09.mccommand.common.argument.parser that return ArgumentParser Modifier and Type Method Description static <R> ArgumentParser<R>ArgumentParser. of(@NotNull Function<Argument,R> function)Creates an instance of the parser fromFunction.
- 
Uses of ArgumentParser in com.github.siroshun09.mccommand.paper.parserClasses in com.github.siroshun09.mccommand.paper.parser that implement ArgumentParser Modifier and Type Class Description classMaterialParserclassOfflinePlayerParserA class that parses anArgumentto anOfflinePlayer.classPlayerExactParserclassPlayerParserclassSoundParserFields in com.github.siroshun09.mccommand.paper.parser declared as ArgumentParser Modifier and Type Field Description static ArgumentParser<Material>BukkitParser. MATERIALstatic ArgumentParser<OfflinePlayer>BukkitParser. OFFLINE_PLAYERstatic ArgumentParser<Player>BukkitParser. PLAYERstatic ArgumentParser<Player>BukkitParser. PLAYER_EXACTstatic ArgumentParser<Sound>BukkitParser. SOUND
 
-