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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block
getBlock()
Returns the block this command sender belongs to-
Methods inherited from interface org.bukkit.command.CommandSender
getName, getServer, sendMessage, sendMessage, spigot
-
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
@NotNull Block getBlock()
Returns the block this command sender belongs to- Returns:
- Block for the command sender
-
-