Added Sneaking Event

By: Alexander Hesse <azi@MacBook-Pro.local>
This commit is contained in:
Bukkit/Spigot
2011-01-25 19:04:52 +01:00
parent d245d54634
commit b280199e83
5 changed files with 74 additions and 4 deletions

View File

@@ -195,10 +195,17 @@ public abstract class Event {
/**
* Called when a player undergoes an animation, such as arm swinging
*
* @todo: add javadoc see comment
* @see org.bukkit.event.player.PlayerAnimationEvent
*/
PLAYER_ANIMATION (Category.PLAYER),
/**
* Called when a player toggles sneak mode
*
* @todo: add javadoc see comment
*/
PLAYER_TOGGLE_SNEAK (Category.PLAYER),
/**
* Called when a player uses an item
*