Class PlayerArgumentType

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

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

    • parseInput

      public org.bukkit.entity.Player parseInput(String string)
      Specified by:
      parseInput in interface de.kentoj.kencommandapi.api.structure.argument.ArgumentType<org.bukkit.command.CommandSender,BukkitCommandContext,org.bukkit.entity.Player>
    • 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.entity.Player>
    • getInstance

      public static PlayerArgumentType getInstance()