Package de.kentoj.kencommandapi.type
Class PlayerArgumentType
java.lang.Object
de.kentoj.kencommandapi.type.PlayerArgumentType
- All Implemented Interfaces:
de.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext, org.bukkit.entity.Player>
public class PlayerArgumentType
extends Object
implements de.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext,org.bukkit.entity.Player>
-
Method Summary
Modifier and TypeMethodDescriptionde.kentoj.kencommandapi.api.argument.SuggestionProvider<org.bukkit.command.CommandSender, BukkitCommandContext> static PlayerArgumentTypeorg.bukkit.entity.PlayerparseInput(String string) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.kencommandapi.api.argument.ArgumentType
isGreedy
-
Method Details
-
parseInput
- Specified by:
parseInputin interfacede.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext, org.bukkit.entity.Player>
-
defaultSuggestionProvider
public de.kentoj.kencommandapi.api.argument.SuggestionProvider<org.bukkit.command.CommandSender,BukkitCommandContext> defaultSuggestionProvider()- Specified by:
defaultSuggestionProviderin interfacede.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext, org.bukkit.entity.Player>
-
getInstance
-