Adjust visibility of GUI_LIST
This commit is contained in:
parent
cf94d2e62a
commit
7f54ad07d6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import net.kyori.adventure.text.Component;
|
|||
|
||||
public class ChestGUI {
|
||||
// START STATIC REGISTRY
|
||||
public static final List<ChestGUI> GUI_LIST = new java.util.ArrayList<>();
|
||||
private static final List<ChestGUI> GUI_LIST = new java.util.ArrayList<>();
|
||||
|
||||
public static void register(ChestGUI gui) {
|
||||
GUI_LIST.add(gui);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue