Added SIGN_CHANGE event.

This commit is contained in:
Timberjaw
2011-02-10 18:18:56 -08:00
committed by EvilSeph
parent 8f4ce6f130
commit d3cebcfb5a
4 changed files with 90 additions and 0 deletions

View File

@@ -330,6 +330,13 @@ public abstract class Event {
*/
LEAVES_DECAY (Category.BLOCK),
/**
* Called when a sign is changed
*
* @see org.bukkit.event.block.SignChangeEvent
*/
SIGN_CHANGE (Category.BLOCK),
/**
* Called when a liquid attempts to flow into a block which already
* contains a "breakable" block, such as redstone wire