Package de.kentoj.kencommandapi.type
Class OfflinePlayerArgumentType
java.lang.Object
de.kentoj.kencommandapi.type.OfflinePlayerArgumentType
- All Implemented Interfaces:
de.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,org.bukkit.OfflinePlayer>
public class OfflinePlayerArgumentType
extends Object
implements de.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,org.bukkit.OfflinePlayer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.kentoj.kencommandapi.api.suggestion.SuggestionProvider<org.bukkit.command.CommandSender> org.bukkit.OfflinePlayerparseInput(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
-
Constructor Details
-
OfflinePlayerArgumentType
public OfflinePlayerArgumentType()
-
-
Method Details
-
parseInput
- Specified by:
parseInputin interfacede.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,org.bukkit.OfflinePlayer>
-
defaultSuggestionProvider
public de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<org.bukkit.command.CommandSender> defaultSuggestionProvider()- Specified by:
defaultSuggestionProviderin interfacede.kentoj.kencommandapi.api.argument.ArgumentType<org.bukkit.command.CommandSender,org.bukkit.OfflinePlayer>
-