Java 1.5!

(Also ninjaencoding)
This commit is contained in:
Dinnerbone
2011-01-01 19:35:03 +00:00
parent de177404e3
commit 888d06a01e
4 changed files with 114 additions and 102 deletions

View File

@@ -1,19 +1,19 @@
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
}
}
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
}
}