MinecartInteractEvent is fired when a player interacts with a minecart. This event is fired whenever a player interacts with a minecart in EntityMinecartContainer#interactFirst(EntityPlayer), EntityMinecartEmpty#interactFirst(EntityPlayer) EntityMinecartFurnace#interactFirst(EntityPlayer) EntityMinecartHopper#interactFirst(EntityPlayer).
{@link #player} contains the EntityPlayer that is involved with this minecart interaction.
This event is {@link Cancelable}. If this event is canceled, the player does not interact with the minecart.
This event does not have a result. {@link HasResult}
This event is fired on the {@link MinecraftForge#EVENT_BUS}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.