Uses of Class
dev.jorel.commandapi.commandsenders.BukkitEntity
Packages that use BukkitEntity
-
Uses of BukkitEntity in dev.jorel.commandapi.executors
Subinterfaces with type arguments of type BukkitEntity in dev.jorel.commandapi.executorsModifier and TypeInterfaceDescriptioninterfaceA normal command executor for an EntityinterfaceinterfaceA resulting command executor for an EntityinterfaceMethod parameters in dev.jorel.commandapi.executors with type arguments of type BukkitEntityModifier and TypeMethodDescriptiondefault voidEntityCommandExecutor.run(ExecutionInfo<org.bukkit.entity.Entity, BukkitEntity> info) Executes the command.voidEntityExecutionInfo.run(ExecutionInfo<org.bukkit.entity.Entity, BukkitEntity> info) Executes the command.default intEntityResultingCommandExecutor.run(ExecutionInfo<org.bukkit.entity.Entity, BukkitEntity> info) The code to run when this command is performedintEntityResultingExecutionInfo.run(ExecutionInfo<org.bukkit.entity.Entity, BukkitEntity> info) The code to run when this command is performed