Cleans up a bit and changes to compile for java 16 and spigot 1.17

This commit is contained in:
2021-09-09 15:25:08 +02:00
parent 75fbd44af7
commit daa3c6f868
13 changed files with 38 additions and 33 deletions

View File

@ -28,13 +28,13 @@ public class Gate {
//Gate materials
private Material portalOpenBlock;
private Material portalClosedBlock;
private Material portalButton;
private final Material portalButton;
// Economy information
private int useCost;
private int createCost;
private int destroyCost;
private boolean toOwner;
private final int useCost;
private final int createCost;
private final int destroyCost;
private final boolean toOwner;
/**
* Instantiates a new gate