Started by
Ukufa
on
Topic category: Help with Minecraft modding (Java Edition)
If any person know how to get the entity rightclicked with on player right click on entity.
I give thanks for this person.
(Sorry bad English)
Topic category: Help with Minecraft modding (Java Edition)
If any person know how to get the entity rightclicked with on player right click on entity.
I give thanks for this person.
(Sorry bad English)
Solved
Used event.getTarget() to get the right clicked entity and
event.getEntityPlayer() to get who right clicked the entity
Wow thx!!!