Package | Description |
---|---|
net.minecraftforge.event.entity.minecart |
Modifier and Type | Class and Description |
---|---|
class |
MinecartCollisionEvent
MinecartCollisionEvent is fired when a minecart collides with an Entity.
|
class |
MinecartInteractEvent
MinecartInteractEvent is fired when a player interacts with a minecart.
|
class |
MinecartUpdateEvent
MinecartUpdateEvent is fired when a minecart is updated.
This event is fired whenever a minecart is updated in EntityMinecart.onUpdate() .MinecartUpdateEvent.pos contains the coordinate of the track the entity is on {if applicable}.This event is not Cancelable .This event does not have a result. |