Package org.bukkit.command
Interface BlockCommandSender
- All Superinterfaces:
CommandSender
,Permissible
,ServerOperator
public interface BlockCommandSender extends CommandSender
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bukkit.command.CommandSender
CommandSender.Spigot
-
Method Summary
Methods inherited from interface org.bukkit.command.CommandSender
getName, getServer, sendMessage, sendMessage, sendMessage, sendMessage, spigot
Methods inherited from interface org.bukkit.permissions.Permissible
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
-
Method Details
-
getBlock
Returns the block this command sender belongs to- Returns:
- Block for the command sender
-