Package org.bukkit.command
Interface BlockCommandSender
- All Superinterfaces:
CommandSender
,Permissible
,ServerOperator
-
Method Summary
Methods inherited from interface org.bukkit.command.CommandSender
getName, getServer, sendMessage, sendMessage
Methods inherited from interface org.bukkit.permissions.Permissible
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
Methods inherited from interface org.bukkit.permissions.ServerOperator
isOp, setOp
-
Method Details
-
getBlock
Block getBlock()Returns the block this command sender belongs to- Returns:
- Block for the command sender
-