|
@@ -21,13 +21,8 @@ import org.bukkit.entity.Player;
|
|
|
import org.bukkit.event.block.BlockBreakEvent;
|
|
|
|
|
|
public class FakeBlockBreakEvent extends BlockBreakEvent {
|
|
|
- private static final long serialVersionUID = 1L;
|
|
|
|
|
|
public FakeBlockBreakEvent(Block theBlock, Player player) {
|
|
|
super(theBlock, player);
|
|
|
}
|
|
|
-
|
|
|
- public static long getSerialversionuid() {
|
|
|
- return serialVersionUID;
|
|
|
- }
|
|
|
}
|