aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/roomedit
diff options
context:
space:
mode:
authorsyeyoung <cyoung06@naver.com>2022-05-21 21:18:14 +0900
committersyeyoung <cyoung06@naver.com>2022-05-21 21:28:52 +0900
commit20dd3f99a7b139b5848128246c622fd9cfefa478 (patch)
tree78e5f84ad22fd53876d488f6b58c3528aebe6501 /src/main/java/kr/syeyoung/dungeonsguide/roomedit
parent50de034c046c4ddea033b73793c8825ecb5bb86f (diff)
downloadSkyblock-Dungeons-Guide-20dd3f99a7b139b5848128246c622fd9cfefa478.tar.gz
Skyblock-Dungeons-Guide-20dd3f99a7b139b5848128246c622fd9cfefa478.tar.bz2
Skyblock-Dungeons-Guide-20dd3f99a7b139b5848128246c622fd9cfefa478.zip
- Project separation
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/roomedit')
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/EditingContext.java87
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/Parameter.java40
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonAddSet.java143
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonParameterEdit.java179
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonRoomEdit.java75
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonValueEdit.java133
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditBreakableWall.java143
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditDoor.java157
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditDummy.java122
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditFairySoul.java119
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditJournal.java123
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditLever.java133
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditNPC.java123
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditOnewayDoor.java143
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditOnewayLever.java137
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditPressurePlate.java136
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditSecret.java129
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/mechanicedit/ValueEditTomb.java118
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/ActionDisplayPane.java82
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/ActionTreeDisplayPane.java217
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/DynamicEditor.java29
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/GeneralEditPane.java285
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/ProcessorParameterEditPane.java144
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/RoomDataDisplayPane.java127
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/RoomMatchDisplayPane.java152
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/RoommatchingPane.java84
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/SecretEditPane.java156
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEdit.java27
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditAColor.java339
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditBoolean.java101
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditColor.java287
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditCreator.java29
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditFloat.java99
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditInteger.java99
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditNull.java38
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditOffsetPoint.java163
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditOffsetPointSet.java250
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditRegistry.java70
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/valueedit/ValueEditString.java99
39 files changed, 0 insertions, 5117 deletions
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/EditingContext.java b/src/main/java/kr/syeyoung/dungeonsguide/roomedit/EditingContext.java
deleted file mode 100755
index 1cafcbc7..00000000
--- a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/EditingContext.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod
- * Copyright (C) 2021 cyoung06
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
-
-package kr.syeyoung.dungeonsguide.roomedit;
-
-import kr.syeyoung.dungeonsguide.dungeon.roomfinder.DungeonRoom;
-import kr.syeyoung.dungeonsguide.roomedit.gui.GuiDungeonRoomEdit;
-import lombok.Data;
-import lombok.Getter;
-import lombok.Setter;
-import net.minecraft.client.Minecraft;
-import net.minecraft.client.gui.Gui;
-import net.minecraft.client.gui.GuiScreen;
-
-import java.util.LinkedList;
-import java.util.Stack;
-
-public class EditingContext {
-
- private static EditingContext editingContext;
-
- public static void createEditingContext(DungeonRoom dungeonRoom) {
- editingContext = new EditingContext(dungeonRoom);
- }
-
- public static EditingContext getEditingContext() {
- return editingContext;
- }
-
- public static void endEditingSession() {
- editingContext = null;
- Minecraft.getMinecraft().displayGuiScreen(null);
- }
-
-
- private EditingContext(DungeonRoom dungeonRoom) {
- this.room = dungeonRoom;
- }
-
- @Getter
- private final DungeonRoom room;
-
- @Getter
- private final Stack<GuiScreen> guiStack = new Stack<GuiScreen>();
-
- public boolean isEditingSecrets() {
- return guiDungeonRoomEdit.isEditingSelected();
- }
- public void endEditing() {
- guiDungeonRoomEdit.endEditing();
- }
-
- private GuiDungeonRoomEdit guiDungeonRoomEdit;
- @Getter
- private GuiScreen current;
-
- public void openGui(GuiScreen gui) {
- if (gui instanceof GuiDungeonRoomEdit) guiDungeonRoomEdit = (GuiDungeonRoomEdit) gui;
- guiStack.push(current);
- this.current = gui;
- Minecraft.getMinecraft().displayGuiScreen(gui);
- }
-
- public void goBack() {
- current = guiStack.pop();
- Minecraft.getMinecraft().displayGuiScreen(current);
- }
-
- public void reopen() {
- Minecraft.getMinecraft().displayGuiScreen(current);
- }
-}
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/Parameter.java b/src/main/java/kr/syeyoung/dungeonsguide/roomedit/Parameter.java
deleted file mode 100755
index eb4d8987..00000000
--- a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/Parameter.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod
- * Copyright (C) 2021 cyoung06
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
-
-package kr.syeyoung.dungeonsguide.roomedit;
-
-import lombok.AllArgsConstructor;
-import lombok.Data;
-
-@Data
-public class Parameter {
- private String name;
- private Object previousData;
- private Object newData;
-
- public Parameter(String name, Object previousData, Object newData) {
- this.name = name; this.previousData = previousData; this.newData = newData;
- }
-
- private Runnable onSetNewData;
-
- public void setNewData(Object newData) {
- this.newData = newData;
- if (onSetNewData != null) onSetNewData.run();
- }
-}
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonAddSet.java b/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonAddSet.java
deleted file mode 100755
index 4410d08e..00000000
--- a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonAddSet.java
+++ /dev/null
@@ -1,143 +0,0 @@
-/*
- * Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod
- * Copyright (C) 2021 cyoung06
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
-
-package kr.syeyoung.dungeonsguide.roomedit.gui;
-
-import kr.syeyoung.dungeonsguide.dungeon.data.OffsetPoint;
-import kr.syeyoung.dungeonsguide.gui.MGui;
-import kr.syeyoung.dungeonsguide.roomedit.EditingContext;
-import kr.syeyoung.dungeonsguide.gui.MPanel;
-import kr.syeyoung.dungeonsguide.gui.elements.*;
-import kr.syeyoung.dungeonsguide.roomedit.valueedit.ValueEditOffsetPointSet;
-import kr.syeyoung.dungeonsguide.utils.RenderUtils;
-import lombok.Getter;
-import net.minecraft.client.Minecraft;
-import net.minecraft.client.gui.GuiScreen;
-import net.minecraft.client.gui.ScaledResolution;
-import net.minecraft.client.renderer.GlStateManager;
-import org.lwjgl.input.Mouse;
-import org.lwjgl.opengl.GL11;
-
-import java.awt.*;
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.List;
-
-public class GuiDungeonAddSet extends MGui {
-
- private final ValueEditOffsetPointSet valueEditOffsetPointSet;
-
- private final MButton add;
- private final MButton back;
-
-
- @Getter
- private final OffsetPoint start;
- @Getter
- private final OffsetPoint end;
-
- public void onWorldRender(float partialTicks) {
- for (OffsetPoint pos:getBlockPoses()) {
- RenderUtils.highlightBlock(pos.getBlockPos(EditingContext.getEditingContext().getRoom()), new Color(0,255,255,50), partialTicks);
- }
- RenderUtils.highlightBlock(start.getBlockPos(EditingContext.getEditingContext().getRoom()), new Color(255,0,0,100), partialTicks);
- RenderUtils.highlightBlock(end.getBlockPos(EditingContext.getEditingContext().getRoom()), new Color(0,255,0,100), partialTicks);
- }
-
- public List<OffsetPoint> getBlockPoses() {
- int minX = Math.min(start.getX(), end.getX());
- int minY = Math.min(start.getY(), end.getY());
- int minZ = Math.min(start.getZ(), end.getZ());
- int maxX = Math.max(start.getX(), end.getX());
- int maxY = Math.max(start.getY(), end.getY());
- int maxZ = Math.max(start.getZ(), end.getZ());
-
- List<OffsetPoint> offsetPoints = new ArrayList<OffsetPoint>();
- for (int z = minZ; z <= maxZ; z++) {
- for (int x = minX; x <=maxX; x++) {
- for (int y = maxY; y >= minY; y --) {
- offsetPoints.add(new OffsetPoint(x,y,z));
- }
- }
- }
- return offsetPoints;
- }
-
- public void add() {
- valueEditOffsetPointSet.addAll(getBlockPoses());
- }
-
- public GuiDungeonAddSet(final ValueEditOffsetPointSet processorParameterEditPane) {
- this.valueEditOffsetPointSet = processorParameterEditPane;
- getMainPanel().setBackgroundColor(new Color(17, 17, 17, 179));
- {
- start = new OffsetPoint(EditingContext.getEditingContext().getRoom(), Minecraft.getMinecraft().thePlayer.getPosition());
- end = new OffsetPoint(EditingContext.getEditingContext().getRoom(), Minecraft.getMinecraft().thePlayer.getPosition());
- }
- {
- MValue mValue = new MValue(start, Collections.emptyList());
- mValue.setBounds(new Rectangle(0,0,150,20));
- getMainPanel().add(mValue);
- MValue mValue2 = new MValue(end,Collections.emptyList());
- mValue2.setBounds(new Rectangle(0,20,150,20));
- getMainPanel().add(mValue2);
- }
- {
- add = new MButton() {
- @Override
- public void resize(int parentWidth, int parentHeight) {
- setBounds(new Rectangle(0,parentHeight - 20, parentWidth / 2, 20));
- }
- };
- add.setText("Add");
- add.setBackgroundColor(Color.red);
- add.setOnActionPerformed(new Runnable() {
- @Override
- public void run() {
- add();
- EditingContext.getEditingContext().goBack();
- }
- });
-
- back = new MButton(){
- @Override
- public void resize(int parentWidth, int parentHeight) {
- setBounds(new Rectangle(parentWidth / 2,parentHeight - 20, parentWidth / 2, 20));
- }
- };
- back.setText("Go back");
- back.setBackgroundColor(Color.green);
- back.setOnActionPerformed(new Runnable() {
- @Override
- public void run() {
- EditingContext.getEditingContext().goBack();
- }
- });
- getMainPanel().add(add);
- getMainPanel().add(back);
- }
- }
-
- @Override
- public void initGui() {
- super.initGui();
- // update bounds
- getMainPanel().setBounds(new Rectangle(10, Math.min((Minecraft.getMinecraft().displayHeight - 300) / 2, Minecraft.getMinecraft().displayHeight),200,300));
- }
-}
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonParameterEdit.java b/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonParameterEdit.java
deleted file mode 100755
index 584d8472..00000000
--- a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonParameterEdit.java
+++ /dev/null
@@ -1,179 +0,0 @@
-/*
- * Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod
- * Copyright (C) 2021 cyoung06
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
-
-package kr.syeyoung.dungeonsguide.roomedit.gui;
-
-import kr.syeyoung.dungeonsguide.dungeon.roomfinder.DungeonRoom;
-import kr.syeyoung.dungeonsguide.gui.MGui;
-import kr.syeyoung.dungeonsguide.roomedit.EditingContext;
-import kr.syeyoung.dungeonsguide.gui.MPanel;
-import kr.syeyoung.dungeonsguide.roomedit.Parameter;
-import kr.syeyoung.dungeonsguide.gui.elements.*;
-import kr.syeyoung.dungeonsguide.roomedit.panes.DynamicEditor;
-import kr.syeyoung.dungeonsguide.roomedit.valueedit.ValueEdit;
-import kr.syeyoung.dungeonsguide.roomedit.valueedit.ValueEditCreator;
-import kr.syeyoung.dungeonsguide.roomedit.valueedit.ValueEditRegistry;
-import lombok.Getter;
-import net.minecraft.client.Minecraft;
-import net.minecraft.client.gui.GuiScreen;
-import net.minecraft.client.gui.ScaledResolution;
-import net.minecraft.client.renderer.GlStateManager;
-import org.lwjgl.input.Mouse;
-import org.lwjgl.opengl.GL11;
-
-import java.awt.*;
-import java.io.IOException;
-
-public class GuiDungeonParameterEdit extends MGui {
-
- private final Parameter parameter;
- private final DungeonRoom dungeonRoom;
-
- private String classSelection;
-
- private final MPanel currentValueEdit;
-
- private final MButton save;
- private final MButton delete;
-
- @Getter
- private ValueEdit valueEdit;
-
- public GuiDungeonParameterEdit(final MParameter parameter2, final DynamicEditor processorParameterEditPane) {
- dungeonRoom = EditingContext.getEditingContext().getRoom();
- getMainPanel().setBackgroundColor(new Color(17, 17, 17, 179));
- this.parameter = parameter2.getParameter();
- {
- MTextField mTextField = new MTextField() {
- @Override
- public void edit(String str) {
- parameter.setName(str);
- }
- };
- MLabelAndElement mLabelAndElement = new MLabelAndElement("Name", mTextField);
-
- mTextField.setText(parameter.getName());
- mLabelAndElement.setBounds(new Rectangle(0,0,200, 20));
- getMainPanel().add(mLabelAndElement);
- }
- {
- classSelection = parameter.getNewData() == null ?"null" : parameter.getNewData().getClass().getName();
- final MStringSelectionButton mStringSelectionButton = new MStringSelectionButton(processorParameterEditPane.allowedClass(), classSelection) {
- @Override
- public void resize(int parentWidth, int parentHeight) {
- setBounds(new Rectangle(0, 20, parentWidth,20));
- }
-
- @Override
- public String selectionToDisplay(String selection) {
- String[] split = selection.split("\\.");
- return super.selectionToDisplay(split[split.length - 1]);
- }
- };
-
- mStringSelectionButton.setOnUpdate(new Runnable() {
- @Override
- public void run() {
- classSelection = mStringSelectionButton.getSelected();
- updateClassSelection();
- }
- });
- mStringSelectionButton.setBounds(new Rectangle(0,20,150,20));
- getMainPanel().add(mStringSelectionButton);
- }
- {
- currentValueEdit = new MPanel(){
- @Override
- public void resize(int parentWidth, int parentHeight) {
- setBounds(new Rectangle(0, 40, parentWidth,parentHeight - 60));
- }
- };
- getMainPanel().add(currentValueEdit);
- }
- {
- delete = new MButton() {
- @Override
- public void resize(int parentWidth, int parentHeight) {
- setBounds(new Rectangle(0,parentHeight - 20, parentWidth / 2, 20));
- }
- };
- delete.setText("Delete");
- delete.setBackgroundColor(Color.red);
- delete.setOnActionPerformed(new Runnable() {
- @Override
- public void run() {
- processorParameterEditPane.delete(parameter2);
- EditingContext.getEditingContext().goBack();
- }
- });
-
- save = new MButton(){
- @Override
- public void resize(int parentWidth, int parentHeight) {
- setBounds(new Rectangle(parentWidth / 2,parentHeight - 20, parentWidth / 2, 20));
- }
- };
- save.setText("Go back");
- save.setBackgroundColor(Color.green);
- save.setOnActionPerformed(new Runnable() {
- @Override
- public void run() {
- EditingContext.getEditingContext().goBack();
- }
- });
- getMainPanel().add(delete);
- getMainPanel().add(save);
- }
- updateClassSelection();
- }
-
- public void updateClassSelection() {
- currentValueEdit.getChildComponents().clear();
-
- ValueEditCreator valueEditCreator = ValueEditRegistry.getValueEditMap(classSelection);
-
- if (!classSelection.equals(parameter.getNewData() == null ?"null" :parameter.getNewData().getClass().getName())) {
- parameter.setNewData(valueEditCreator.createDefaultValue(parameter));
- parameter.setPreviousData(valueEditCreator.cloneObj(parameter.getNewData()));
- }
-
- MPanel valueEdit = (MPanel) valueEditCreator.createValueEdit(parameter);
- if (valueEdit == null) {
- MLabel valueEdit2 = new MLabel() {
- @Override
- public void resize(int parentWidth, int parentHeight) {
- setBounds(new Rectangle(0, 0, parentWidth,20));
- }
- };
- valueEdit2.setText("No Value Edit");
- valueEdit2.setBounds(new Rectangle(0,0,150,20));
- valueEdit = valueEdit2;
- this.valueEdit = null;
- } else{
- this.valueEdit = (ValueEdit) valueEdit;
- }
- valueEdit.resize0(currentValueEdit.getBounds().width, currentValueEdit.getBounds().height);
- currentValueEdit.add(valueEdit);
- }
- @Override
- public void initGui() {
- super.initGui();
- // update bounds
- getMainPanel().setBounds(new Rectangle(10, Math.min((Minecraft.getMinecraft().displayHeight - 300) / 2, Minecraft.getMinecraft().displayHeight),200,300));
- }
-}
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonRoomEdit.java b/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonRoomEdit.java
deleted file mode 100755
index 18c05ae5..00000000
--- a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/gui/GuiDungeonRoomEdit.java
+++ /dev/null
@@ -1,75 +0,0 @@
-/*
- * Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod
- * Copyright (C) 2021 cyoung06
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
-
-package kr.syeyoung.dungeonsguide.roomedit.gui;
-
-import kr.syeyoung.dungeonsguide.dungeon.roomfinder.DungeonRoom;
-import kr.syeyoung.dungeonsguide.gui.MGui;
-import kr.syeyoung.dungeonsguide.gui.MPanel;
-import kr.syeyoung.dungeonsguide.gui.elements.MTabbedPane;
-import kr.syeyoung.dungeonsguide.roomedit.panes.*;
-import lombok.Getter;
-import net.minecraft.client.Minecraft;
-import net.minecraft.client.gui.GuiScreen;
-import net.minecraft.client.gui.ScaledResolution;
-import net.minecraft.client.renderer.GlStateManager;
-import org.lwjgl.input.Mouse;
-import org.lwjgl.opengl.GL11;
-
-import java.awt.*;
-import java.io.IOException;
-
-public class GuiDungeonRoomEdit extends MGui {
-
- private final DungeonRoom room;
-
- private final MTabbedPane tabbedPane;
- @Getter
- private final SecretEditPane sep;
-
- public GuiDungeonRoomEdit(DungeonRoom room) {
- this.room = room;
-
- MTabbedPane tabbedPane = new MTabbedPane();
- getMainPanel().add(tabbedPane);
- tabbedPane.setBackground2(new Color(17, 17, 17, 179));
-
-
- tabbedPane.addTab("General", new GeneralEditPane(room));
- tabbedPane.addTab("Match", new RoomDataDisplayPane(room));
- tabbedPane.addTab("Secrets", sep = new SecretEditPane(room));
- tabbedPane.addTab("Actions", new ActionDisplayPane(room));
- tabbedPane.addTab("Test", new RoommatchingPane(room));
- tabbedPane.addTab("Proc.Params", new ProcessorParameterEditPane(room));
- this.tabbedPane = tabbedPane;
- }
-
- public boolean isEditingSelected() {
- return "Secrets".equals(tabbedPane.getSelectedKey());
- }
- public void endEditing() {
- tabbedPane.setSelectedKey("General");
- }
-
- @Override
- public void initGui() {
-