Skip to content

Entity with Entity collide event #8729

@arnhav

Description

@arnhav

Is your feature request related to a problem?

I am currently writing a plugin that simulates a cavalry "charge" of sorts. Basically, while riding a horse, if you run into an entity, that entity gets damaged and knocked back a bit.

I found the VehicleEntityCollisionEvent but apparently that only fires for boats and minecarts.

Describe the solution you'd like.

Either:

  • Expanding the VehicleEntityCollisionEvent to fire for horses
  • A new EntityCollideWithEntityEvent (not too sure on the naming here lol)

Describe alternatives you've considered.

Currently, for this I have to use the EntityMoveEvent and check the bounding boxes there.

Other

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featureRequest for a new Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions