diff options
| author | CraftyOldMiner <85420839+CraftyOldMiner@users.noreply.github.com> | 2022-03-13 08:15:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-13 14:15:37 +0100 |
| commit | 0ef9d7e01ec6696444af53176ab955e0cb0701b0 (patch) | |
| tree | 07a1bcbbb3ab626d3d60c7b17bdf0341b61c08de /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java | |
| parent | 73fad7064fb47d9d79ccdb3bab5988df1b9eea6f (diff) | |
| download | notenoughupdates-0ef9d7e01ec6696444af53176ab955e0cb0701b0.tar.gz notenoughupdates-0ef9d7e01ec6696444af53176ab955e0cb0701b0.tar.bz2 notenoughupdates-0ef9d7e01ec6696444af53176ab955e0cb0701b0.zip | |
Add .gitattributes, normalize exiting line endings (#91)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java index cb0c5dd1..d6f0808f 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java @@ -1,26 +1,26 @@ -package io.github.moulberry.notenoughupdates.options.seperateSections;
-
-import com.google.gson.annotations.Expose;
-import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorBoolean;
-import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigOption;
-
-public class TradeMenu {
- @Expose
- @ConfigOption(
- name = "Enable Custom Trade Menu",
- desc = "When trading with other players in skyblock, display a special GUI designed to prevent scamming"
- )
- @ConfigEditorBoolean
- public boolean enableCustomTrade = true;
-
- @Expose
- @ConfigOption(
- name = "Price Information",
- desc = "Show the price of items in the trade window on both sides"
- )
- @ConfigEditorBoolean
- public boolean customTradePrices = true;
-
- @Expose
- public boolean customTradePriceStyle = true;
-}
+package io.github.moulberry.notenoughupdates.options.seperateSections; + +import com.google.gson.annotations.Expose; +import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorBoolean; +import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigOption; + +public class TradeMenu { + @Expose + @ConfigOption( + name = "Enable Custom Trade Menu", + desc = "When trading with other players in skyblock, display a special GUI designed to prevent scamming" + ) + @ConfigEditorBoolean + public boolean enableCustomTrade = true; + + @Expose + @ConfigOption( + name = "Price Information", + desc = "Show the price of items in the trade window on both sides" + ) + @ConfigEditorBoolean + public boolean customTradePrices = true; + + @Expose + public boolean customTradePriceStyle = true; +} |
