Package co.aikar.commands
Class BukkitCommandCompletionContext
- java.lang.Object
-
- co.aikar.commands.CommandCompletionContext<BukkitCommandIssuer>
-
- co.aikar.commands.BukkitCommandCompletionContext
-
public class BukkitCommandCompletionContext extends co.aikar.commands.CommandCompletionContext<BukkitCommandIssuer>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bukkit.entity.PlayergetPlayer()Returns the Player object if this Issuer is a Playerorg.bukkit.command.CommandSendergetSender()
-