mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-03 13:05:29 +02:00
Documentation and Flag Changes.
This commit is contained in:
@@ -6,13 +6,15 @@ public interface CommandCaller {
|
||||
|
||||
/**
|
||||
* Send the player a message.
|
||||
* @param message the message to send
|
||||
*/
|
||||
void sendMessage(String message);
|
||||
|
||||
/**
|
||||
* Check the player's permissions. Will be cached if permission caching is enabled.
|
||||
* Check the player's permissions. <i>Will be cached if permission caching is enabled.</i>
|
||||
* @param permission the name of the permission
|
||||
*/
|
||||
boolean hasPermission(String perm);
|
||||
boolean hasPermission(String permission);
|
||||
|
||||
RequiredType getSuperCaller();
|
||||
}
|
||||
|
Reference in New Issue
Block a user