FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

OnEntityRightClick not being called when clicking mount-able entities #128

Closed BluXDragon closed 10 years ago

BluXDragon commented 11 years ago

Including boats, minecarts and saddled pigs. I'm not sure if any other situations exist right now, but it seems whenever you can mount something, onEntityRightClick is not called.

darkdiplomat commented 11 years ago

Just to point out, Boats and Minecarts call onVehicleEnter

BluXDragon commented 11 years ago

Hmm. I still think they should call onEntityRightClick.

ayyron-dev commented 11 years ago

Marking this as an enhancement as its not bugged, just needs to be implemented. use @darkdiplomat's alternative for now if possible.

BluXDragon commented 11 years ago

Might I add emphasis to "saddled pigs" then?

SirPsp commented 11 years ago

Can pigs also count as vehicles for onVehicleEverything? I always drive my pig down to the markets.

14mRh4X0r commented 11 years ago

Not without a complete redesign, since pigs are LivingEntitys, not BaseVehicles

14mRh4X0r commented 10 years ago

Won't fix; Canary Classic is now deprecated.