Skip to content

Commit 0624ed3

Browse files
Fix broken javadoc
1 parent be96926 commit 0624ed3

3 files changed

Lines changed: 40 additions & 40 deletions

File tree

invui/src/main/java/xyz/xenondevs/invui/util/MapIcon.java

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,111 +24,111 @@ public record MapIcon(
2424
*/
2525
public enum Type {
2626
/**
27-
* <img src="https://i.imgur.com/PzCWlhY.png">
27+
* <img src="https://i.imgur.com/PzCWlhY.png" alt="image of white arrow"/>
2828
*/
2929
WHITE_ARROW,
3030
/**
31-
* <img src="https://i.imgur.com/oPOvp5O.png">
31+
* <img src="https://i.imgur.com/oPOvp5O.png" alt="image of green arrow"/>
3232
*/
3333
GREEN_ARROW,
3434
/**
35-
* <img src="https://i.imgur.com/pD8EkLs.png">
35+
* <img src="https://i.imgur.com/pD8EkLs.png" alt="image of red arrow"/>
3636
*/
3737
RED_ARROW,
3838
/**
39-
* <img src="https://i.imgur.com/1Sd0xkw.png">
39+
* <img src="https://i.imgur.com/1Sd0xkw.png" alt="image of blue arrow"/>
4040
*/
4141
BLUE_ARROW,
4242
/**
43-
* <img src="https://i.imgur.com/AYqFuZD.png">
43+
* <img src="https://i.imgur.com/AYqFuZD.png" alt="image of white cross"/>
4444
*/
4545
WHITE_CROSS,
4646
/**
47-
* <img src="https://i.imgur.com/we4oJeI.png">
47+
* <img src="https://i.imgur.com/we4oJeI.png" alt="image of red pointer"/>
4848
*/
4949
RED_POINTER,
5050
/**
51-
* <img src="https://i.imgur.com/M7Zk2Vw.png">
51+
* <img src="https://i.imgur.com/M7Zk2Vw.png" alt="image of white circle"/>
5252
*/
5353
WHITE_CIRCLE,
5454
/**
55-
* <img src="https://i.imgur.com/r8bNePl.png">
55+
* <img src="https://i.imgur.com/r8bNePl.png" alt="image of small white circle"/>
5656
*/
5757
SMALL_WHITE_CIRCLE,
5858
/**
59-
* <img src="https://i.imgur.com/3gSxXAA.png">
59+
* <img src="https://i.imgur.com/3gSxXAA.png" alt="image of mansion"/>
6060
*/
6161
MANSION,
6262
/**
63-
* <img src="https://i.imgur.com/1YsDNS1.png">
63+
* <img src="https://i.imgur.com/1YsDNS1.png" alt="image of temple"/>
6464
*/
6565
TEMPLE,
6666
/**
67-
* <img src="https://i.imgur.com/DQBgkm2.png">
67+
* <img src="https://i.imgur.com/DQBgkm2.png" alt="image of white banner"/>
6868
*/
6969
WHITE_BANNER,
7070
/**
71-
* <img src="https://i.imgur.com/6toX8W7.png">
71+
* <img src="https://i.imgur.com/6toX8W7.png" alt="image of orange banner"/>
7272
*/
7373
ORANGE_BANNER,
7474
/**
75-
* <img src="https://i.imgur.com/AKZtCrr.png">
75+
* <img src="https://i.imgur.com/AKZtCrr.png" alt="image of magenta banner"/>
7676
*/
7777
MAGENTA_BANNER,
7878
/**
79-
* <img src="https://i.imgur.com/kfpiTv2.png">
79+
* <img src="https://i.imgur.com/kfpiTv2.png" alt="image of light blue banner"/>
8080
*/
8181
LIGHT_BLUE_BANNER,
8282
/**
83-
* <img src="https://i.imgur.com/v1QktUa.png">
83+
* <img src="https://i.imgur.com/v1QktUa.png" alt="image of yellow banner"/>
8484
*/
8585
YELLOW_BANNER,
8686
/**
87-
* <img src="https://i.imgur.com/fPkRIw1.png">
87+
* <img src="https://i.imgur.com/fPkRIw1.png" alt="image of lime banner"/>
8888
*/
8989
LIME_BANNER,
9090
/**
91-
* <img src="https://i.imgur.com/Job7ICS.png">
91+
* <img src="https://i.imgur.com/Job7ICS.png" alt="image of pink banner"/>
9292
*/
9393
PINK_BANNER,
9494
/**
95-
* <img src="https://i.imgur.com/fK0XlZE.png">
95+
* <img src="https://i.imgur.com/fK0XlZE.png" alt="image of gray banner"/>
9696
*/
9797
GRAY_BANNER,
9898
/**
99-
* <img src="https://i.imgur.com/Vwcaoqo.png">
99+
* <img src="https://i.imgur.com/Vwcaoqo.png" alt="image of light gray banner"/>
100100
*/
101101
LIGHT_GRAY_BANNER,
102102
/**
103-
* <img src="https://i.imgur.com/NZ1Qcf1.png">
103+
* <img src="https://i.imgur.com/NZ1Qcf1.png" alt="image of cyan banner"/>
104104
*/
105105
CYAN_BANNER,
106106
/**
107-
* <img src="https://i.imgur.com/5XpJ5ao.png">
107+
* <img src="https://i.imgur.com/5XpJ5ao.png" alt="image of purple banner"/>
108108
*/
109109
PURPLE_BANNER,
110110
/**
111-
* <img src="https://i.imgur.com/kihvjrG.png">
111+
* <img src="https://i.imgur.com/kihvjrG.png" alt="image of blue banner"/>
112112
*/
113113
BLUE_BANNER,
114114
/**
115-
* <img src="https://i.imgur.com/M9PE7hL.png">
115+
* <img src="https://i.imgur.com/M9PE7hL.png" alt="image of brown banner"/>
116116
*/
117117
BROWN_BANNER,
118118
/**
119-
* <img src="https://i.imgur.com/8URfvnG.png">
119+
* <img src="https://i.imgur.com/8URfvnG.png" alt="image of green banner"/>
120120
*/
121121
GREEN_BANNER,
122122
/**
123-
* <img src="https://i.imgur.com/yMR3wLB.png">
123+
* <img src="https://i.imgur.com/yMR3wLB.png" alt="image of red banner"/>
124124
*/
125125
RED_BANNER,
126126
/**
127-
* <img src="https://i.imgur.com/jW07hij.png">
127+
* <img src="https://i.imgur.com/jW07hij.png" alt="image of black banner"/>
128128
*/
129129
BLACK_BANNER,
130130
/**
131-
* <img src="https://i.imgur.com/GmWo4uJ.png">
131+
* <img src="https://i.imgur.com/GmWo4uJ.png" alt="image of red X"/>
132132
*/
133133
RED_CROSS
134134
}

invui/src/main/java/xyz/xenondevs/invui/window/MerchantWindow.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ static MerchantWindow split(Consumer<Builder> consumer) {
4141
* under {@code merchant.level.<level>}.
4242
* The following levels exist: 1 (Novice), 2 (Apprentice), 3 (Journeyman), 4 (Expert), 5 (Master).
4343
* <br>
44-
* If the level is set to <= 0, no level name and an always-empty progress bar will be displayed.
45-
* If the level is set to > 5, no level name and no progress bar will be displayed.
44+
* If the level is set to {@code <= 0}, no level name and an always-empty progress bar will be displayed.
45+
* If the level is set to {@code > 5}, no level name and no progress bar will be displayed.
4646
*
4747
* @param level The level of the merchant
4848
*/
@@ -56,8 +56,8 @@ default void setLevel(int level) {
5656
* under {@code merchant.level.<level>}.
5757
* The following levels exist: 1 (Novice), 2 (Apprentice), 3 (Journeyman), 4 (Expert), 5 (Master).
5858
* <br>
59-
* If the level is set to <= 0, no level name and an always-empty progress bar will be displayed.
60-
* If the level is set to > 5, no level name and no progress bar will be displayed.
59+
* If the level is set to {@code <= 0}, no level name and an always-empty progress bar will be displayed.
60+
* If the level is set to {@code > 5}, no level name and no progress bar will be displayed.
6161
*
6262
* @param levelSupplier The supplier to retrieve the level of the merchant
6363
*/
@@ -72,7 +72,7 @@ default void setLevel(int level) {
7272

7373
/**
7474
* Sets the progress of the experience bar (from 0 to 1).
75-
* If set to any value < 0, the progress bar and the merchant level name will be hidden.
75+
* If set to any value {@code < 0}, the progress bar and the merchant level name will be hidden.
7676
*
7777
* @param progress The progress of the experience bar
7878
*/
@@ -82,7 +82,7 @@ default void setProgress(double progress) {
8282

8383
/**
8484
* Sets a supplier to retrieve the progress of the experience bar (from 0 to 1).
85-
* If set to any value < 0, the progress bar and the merchant level name will be hidden.
85+
* If set to any value {@code < 0}, the progress bar and the merchant level name will be hidden.
8686
*
8787
* @param progressSupplier The supplier to retrieve the progress of the experience bar
8888
*/
@@ -339,8 +339,8 @@ default Builder setUpperGui(Gui.Builder<?, ?> builder) {
339339
* under {@code merchant.level.<level>}.
340340
* The following levels exist: 1 (Novice), 2 (Apprentice), 3 (Journeyman), 4 (Expert), 5 (Master).
341341
* <br>
342-
* If the level is set to <= 0, no level name and an always-empty progress bar will be displayed.
343-
* If the level is set to > 5, no level name and no progress bar will be displayed.
342+
* If the level is set to {@code <= 0}, no level name and an always-empty progress bar will be displayed.
343+
* If the level is set to {@code > 5}, no level name and no progress bar will be displayed.
344344
* <br>
345345
* Defaults to 0.
346346
*
@@ -357,8 +357,8 @@ default Builder setLevel(int level) {
357357
* under {@code merchant.level.<level>}.
358358
* The following levels exist: 1 (Novice), 2 (Apprentice), 3 (Journeyman), 4 (Expert), 5 (Master).
359359
* <br>
360-
* If the level is set to <= 0, no level name and an always-empty progress bar will be displayed.
361-
* If the level is set to > 5, no level name and no progress bar will be displayed.
360+
* If the level is set to {@code <= 0}, no level name and an always-empty progress bar will be displayed.
361+
* If the level is set to {@code > 5}, no level name and no progress bar will be displayed.
362362
* <br>
363363
* Defaults to 0.
364364
*
@@ -369,7 +369,7 @@ default Builder setLevel(int level) {
369369

370370
/**
371371
* Sets the progress of the experience bar (from 0 to 1).
372-
* If set to any value < 0, the progress bar and the merchant level name will be hidden.
372+
* If set to any value {@code < 0}, the progress bar and the merchant level name will be hidden.
373373
* <br>
374374
* Defaults to -1 (hidden).
375375
*
@@ -382,7 +382,7 @@ default Builder setProgress(double progress) {
382382

383383
/**
384384
* Sets a supplier to retrieve the progress of the experience bar (from 0 to 1).
385-
* If set to any value < 0, the progress bar and the merchant level name will be hidden.
385+
* If set to any value {@code < 0}, the progress bar and the merchant level name will be hidden.
386386
* <br>
387387
* Defaults to -1 (hidden).
388388
*

invui/src/main/java/xyz/xenondevs/invui/window/Window.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ default Normal.Split setUpperGui(Gui.Builder<?, ?> builder) {
509509
* Sets the {@link Gui} {@link Supplier} for the upper {@link Gui} of this {@link Normal.Split}.
510510
* The {@link Supplier} will be called every time a new {@link Window} is created using this builder.
511511
*
512-
* @param guiSupplier The {@link Gui} {@link Supplier} for the upper {@link Gui
512+
* @param guiSupplier The {@link Gui} {@link Supplier} for the upper {@link Gui}
513513
* @return This {@link Normal.Split}
514514
*/
515515
Normal.Split setUpperGui(Supplier<Gui> guiSupplier);

0 commit comments

Comments
 (0)