Class ExpandRightClickItemEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.interact.ExpandRightClickItemEvent
The rightClickItem event is fired whenever the player right clicks with an item in their hand.
It does not offer any special getters, but you can still access all members from
PlayerInteractEvent- DocEvent:
- canceled Item#onItemRightClick will not be called
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BUS
public static final IEventBus<net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickItem> BUS
-
-
Constructor Details
-
ExpandRightClickItemEvent
public ExpandRightClickItemEvent()
-