org.bukkit.command
Interface BlockCommandSender

All Superinterfaces:
CommandSender, Permissible, ServerOperator

public interface BlockCommandSender
extends CommandSender


Method Summary
 Block getBlock()
          Returns the block this command sender belongs to
 
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 Detail

getBlock

Block getBlock()
Returns the block this command sender belongs to

Returns:
Block for the command sender


Copyright © 2014. All rights reserved.