Added block events

By: durron597 <martin.jared@gmail.com>
This commit is contained in:
Bukkit/Spigot
2010-12-30 17:16:06 -05:00
parent 7e203ee761
commit 4e456dc092
8 changed files with 229 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package org.bukkit.event.block;
import org.bukkit.event.Event;
public class BlockBrokenEvent extends Event {
public BlockBrokenEvent(Type type) {
super(type);
// TODO Auto-generated constructor stub
}
}