Added SIGN_CHANGE event.

By: Timberjaw <timberjaw@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-02-10 18:18:56 -08:00
parent a3f7361535
commit 204952eed0
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