Generic cleanup of warnings, whitespace and style.
This commit is contained in:
@@ -8,6 +8,7 @@ import org.bukkit.event.Event;
|
||||
/**
|
||||
* Holds information for player movement events
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class PlayerMoveEvent extends PlayerEvent implements Cancellable {
|
||||
private boolean cancel = false;
|
||||
private Location from;
|
||||
|
||||
Reference in New Issue
Block a user