RightClickEmptyEvent
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
The rightClickEmpty event is fired whenever the player right clicks with an empty hand. It does not offer any special getters, but you can still access all members fromPlayerInteractEvent
Extends
RightClickEmptyEvent extends PlayerInteractEvent
.
Listening to the event
This event can be listened to like so:
Members
Getter
If the interaction was on an entity, will be a BlockPos centered on the entity. If the interaction was on a block, will be the position of that block. Otherwise, will be a BlockPos centered on the player.
Return Type:
BlockPos
Getter
The face involved in this interaction. For all non-block interactions, this will return null
Return Type:
Direction
Getter
Return Type:
InteractionHand
Getter
The stack involved in this interaction. May be empty, but will never be null.
Return Type:
IItemStack