| Package | Description | 
|---|---|
| net.minecraftforge.event.entity.player | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PlayerInteractEvent.EntityInteractThis event is fired on both sides when the player right clicks an entity. | 
| static class  | PlayerInteractEvent.EntityInteractSpecificThis event is fired on both sides whenever a player right clicks an entity. | 
| static class  | PlayerInteractEvent.LeftClickBlockThis event is fired when a player left clicks while targeting a block. | 
| static class  | PlayerInteractEvent.LeftClickEmptyThis event is fired on the client side when the player left clicks empty space with any ItemStack. | 
| static class  | PlayerInteractEvent.RightClickBlockThis event is fired on both sides whenever the player right clicks while targeting a block. | 
| static class  | PlayerInteractEvent.RightClickEmptyThis event is fired on the client side when the player right clicks empty space with an empty hand. | 
| static class  | PlayerInteractEvent.RightClickItemThis event is fired on both sides before the player triggers  Item.onItemRightClick(net.minecraft.world.World, net.minecraft.entity.player.EntityPlayer, net.minecraft.util.EnumHand). |