summaryrefslogtreecommitdiffstats
path: root/src/net/minecraft/server/EntityPlayerMP.java
Commit message (Collapse)AuthorAgeLines
* Moved the PLAYER_MOVE and PLAYER_TELEPORT hooks to be packet-based, fixed ↵Dinnerbone2010-12-29-317/+0
| | | | player.getLocation() to return pitch/yaw
* Updated PLAYER_MOVE hook to deal correctly with a cancelled event.VictorD2010-12-29-11/+12
|
* Added support for event PLAYER_MOVEVictorD2010-12-29-0/+316