Generic cleanup of warnings, whitespace and style.
This commit is contained in:
@@ -5,6 +5,7 @@ import org.bukkit.entity.Vehicle;
|
||||
/**
|
||||
* Raised when a vehicle collides.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class VehicleCollisionEvent extends VehicleEvent {
|
||||
public VehicleCollisionEvent(Type type, Vehicle vehicle) {
|
||||
super(type, vehicle);
|
||||
|
||||
Reference in New Issue
Block a user