Moves a bunch of inner classes to their own files

This commit is contained in:
2021-02-11 15:53:54 +01:00
parent 56410a58f8
commit 1719e92494
14 changed files with 427 additions and 350 deletions

View File

@ -29,7 +29,7 @@ import org.bukkit.event.Event;
@SuppressWarnings("unused")
public abstract class StargateEvent extends Event implements Cancellable {
protected Portal portal;
protected final Portal portal;
protected boolean cancelled;
public StargateEvent(String event, Portal portal) {