make final
This commit is contained in:
parent
bd18051816
commit
d3dc82cf7e
|
|
@ -10,8 +10,8 @@ import org.jetbrains.annotations.NotNull;
|
||||||
public class PlayerDestroyShopEvent extends Event implements Cancellable {
|
public class PlayerDestroyShopEvent extends Event implements Cancellable {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
private Player player;
|
private final Player player;
|
||||||
private Shop shop;
|
private final Shop shop;
|
||||||
private boolean cancelled;
|
private boolean cancelled;
|
||||||
|
|
||||||
public PlayerDestroyShopEvent(Player p, Shop s) {
|
public PlayerDestroyShopEvent(Player p, Shop s) {
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ import org.jetbrains.annotations.NotNull;
|
||||||
public class PlayerExchangeShopEvent extends Event implements Cancellable {
|
public class PlayerExchangeShopEvent extends Event implements Cancellable {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
private Player player;
|
private final Player player;
|
||||||
private Shop shop;
|
private final Shop shop;
|
||||||
private boolean cancelled;
|
private boolean cancelled;
|
||||||
|
|
||||||
public PlayerExchangeShopEvent(Player p, Shop s) {
|
public PlayerExchangeShopEvent(Player p, Shop s) {
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ import org.jetbrains.annotations.NotNull;
|
||||||
public class PlayerInitializeShopEvent extends Event implements Cancellable {
|
public class PlayerInitializeShopEvent extends Event implements Cancellable {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
private Player player;
|
private final Player player;
|
||||||
private Shop shop;
|
private final Shop shop;
|
||||||
private boolean cancelled;
|
private boolean cancelled;
|
||||||
|
|
||||||
public PlayerInitializeShopEvent(Player p, Shop s) {
|
public PlayerInitializeShopEvent(Player p, Shop s) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user