Interface CommandSender

All Superinterfaces:
Audience, PermissionHolder, Pointered
All Known Subinterfaces:
Player

public interface CommandSender extends Audience, PermissionHolder
Represents an object that can be used to run Commands. This is intentionally separated from CommandSource due to the possibility of it not matching the CommandSender when the executor was changed using the /execute command for example.
  • Method Details