Package de.kentoj.kencommandapi.type
Class PlayerArgumentType
java.lang.Object
de.kentoj.kencommandapi.type.PlayerArgumentType
- All Implemented Interfaces:
de.kentoj.kencommandapi.api.argument.ArgumentType<com.velocitypowered.api.command.CommandSource,VelocityCommandContext, com.velocitypowered.api.proxy.Player>
public class PlayerArgumentType
extends Object
implements de.kentoj.kencommandapi.api.argument.ArgumentType<com.velocitypowered.api.command.CommandSource,VelocityCommandContext,com.velocitypowered.api.proxy.Player>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.kentoj.kencommandapi.api.argument.SuggestionProvider<com.velocitypowered.api.command.CommandSource, VelocityCommandContext> com.velocitypowered.api.proxy.PlayerparseInput(String string)
-
Constructor Details
-
PlayerArgumentType
public PlayerArgumentType(com.velocitypowered.api.proxy.ProxyServer server)
-
-
Method Details
-
parseInput
- Specified by:
parseInputin interfacede.kentoj.kencommandapi.api.argument.ArgumentType<com.velocitypowered.api.command.CommandSource,VelocityCommandContext, com.velocitypowered.api.proxy.Player>
-
defaultSuggestionProvider
public de.kentoj.kencommandapi.api.argument.SuggestionProvider<com.velocitypowered.api.command.CommandSource,VelocityCommandContext> defaultSuggestionProvider()- Specified by:
defaultSuggestionProviderin interfacede.kentoj.kencommandapi.api.argument.ArgumentType<com.velocitypowered.api.command.CommandSource,VelocityCommandContext, com.velocitypowered.api.proxy.Player>
-