Uses of Class
dev.jorel.commandapi.commandsenders.BukkitPlayer
Packages that use BukkitPlayer
-
Uses of BukkitPlayer in dev.jorel.commandapi.executors
Method parameters in dev.jorel.commandapi.executors with type arguments of type BukkitPlayerModifier and TypeMethodDescriptiondefault voidPlayerCommandExecutor.run(ExecutionInfo<org.bukkit.entity.Player, BukkitPlayer> info) The code to run when this command is performedvoidPlayerExecutionInfo.run(ExecutionInfo<org.bukkit.entity.Player, BukkitPlayer> info) Executes the command.default intPlayerResultingCommandExecutor.run(ExecutionInfo<org.bukkit.entity.Player, BukkitPlayer> info) The code to run when this command is performedintPlayerResultingExecutionInfo.run(ExecutionInfo<org.bukkit.entity.Player, BukkitPlayer> info)