Class OfflinePlayerArgumentType

java.lang.Object
de.kentoj.kencommandapi.type.OfflinePlayerArgumentType
All Implemented Interfaces:
de.kentoj.kencommandapi.api.structure.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext,org.bukkit.OfflinePlayer>

public class OfflinePlayerArgumentType extends Object implements de.kentoj.kencommandapi.api.structure.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext,org.bukkit.OfflinePlayer>
  • Method Details

    • parseInput

      public org.bukkit.OfflinePlayer parseInput(String string)
      Specified by:
      parseInput in interface de.kentoj.kencommandapi.api.structure.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext,org.bukkit.OfflinePlayer>
    • defaultSuggestionProvider

      public de.kentoj.kencommandapi.api.structure.argument.SuggestionProvider<org.bukkit.command.CommandSender,BukkitCommandContext> defaultSuggestionProvider()
      Specified by:
      defaultSuggestionProvider in interface de.kentoj.kencommandapi.api.structure.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext,org.bukkit.OfflinePlayer>
    • getInstance

      public static OfflinePlayerArgumentType getInstance()