Bukkit/src/main/java/org/bukkit/event/block/BlockIgniteEvent.java
Dinnerbone 5c133892df Java 1.5!
(Also ninjaencoding)
2011-01-01 19:35:03 +00:00

20 lines
298 B
Java

package org.bukkit.event.block;
import org.bukkit.event.Event;
/**
* @author durron597
*
*/
public class BlockIgniteEvent extends Event {
/**
* @param type
*/
public BlockIgniteEvent(Type type) {
super(type);
// TODO Auto-generated constructor stub
}
}