Code Reformat

This commit is contained in:
Driftay
2019-09-11 06:58:46 -04:00
parent bc62491862
commit 9b68687ef7
8 changed files with 16 additions and 16 deletions

View File

@@ -7,12 +7,13 @@ import org.bukkit.event.Cancellable;
/**
* Represents {@link Role} change of a factions player
*
* @see FPlayer#getRole()
*/
public class FPlayerRoleChangeEvent extends FactionPlayerEvent implements Cancellable {
private boolean cancelled;
private final Role from;
private boolean cancelled;
private Role to;
public FPlayerRoleChangeEvent(Faction faction, FPlayer fPlayer, Role from, Role to) {