diff options
| author | ThatGravyBoat <ThatGravyBoat@users.noreply.github.com> | 2021-07-17 03:56:58 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2021-07-17 03:56:58 +0000 |
| commit | baf3b8aa15cbd2dc0fcb4a80707557c44ee30c16 (patch) | |
| tree | ea5e7062f7f808cb918e354068bbf9a669ad14f7 /src/main/java/com/thatgravyboat/skyblockhud/core | |
| parent | e364de18cbcbc9f334d890703812876789374bab (diff) | |
| download | skyblockhud-baf3b8aa15cbd2dc0fcb4a80707557c44ee30c16.tar.gz skyblockhud-baf3b8aa15cbd2dc0fcb4a80707557c44ee30c16.tar.bz2 skyblockhud-baf3b8aa15cbd2dc0fcb4a80707557c44ee30c16.zip | |
Prettified Code!
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud/core')
| -rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/core/config/gui/GuiOptionEditorDraggableList.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/core/config/gui/GuiOptionEditorDraggableList.java b/src/main/java/com/thatgravyboat/skyblockhud/core/config/gui/GuiOptionEditorDraggableList.java index 36c0ec3..4b61aa4 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/core/config/gui/GuiOptionEditorDraggableList.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/core/config/gui/GuiOptionEditorDraggableList.java @@ -1,5 +1,8 @@ package com.thatgravyboat.skyblockhud.core.config.gui; +import static com.thatgravyboat.skyblockhud.GuiTextures.DELETE; +import static com.thatgravyboat.skyblockhud.GuiTextures.button_tex; + import com.thatgravyboat.skyblockhud.Utils; import com.thatgravyboat.skyblockhud.core.config.struct.ConfigProcessor; import com.thatgravyboat.skyblockhud.core.util.lerp.LerpUtils; @@ -16,9 +19,6 @@ import net.minecraft.util.EnumChatFormatting; import org.lwjgl.input.Mouse; import org.lwjgl.opengl.GL11; -import static com.thatgravyboat.skyblockhud.GuiTextures.DELETE; -import static com.thatgravyboat.skyblockhud.GuiTextures.button_tex; - public class GuiOptionEditorDraggableList extends GuiOptionEditor { private String[] exampleText; |
