You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Item Creator/src/main/java/org/broken/arrow/library/itemcreator/meta/map/color/parser/AmpersandHexColorParser.java
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ public final class AmpersandHexColorParser implements ColorParser {
10
10
/**
11
11
* Attempts to parse a formatting sequence starting at position `i`.
12
12
* Supports:
13
-
* &a §c → style/color codes
14
-
* &#fff → 3-digit hex
15
-
* &#ffffff → 6-digit hex
16
-
*
13
+
* <ui>
14
+
* <li>{@code &a §c} → style/color codes </li>
15
+
* <li> {@code &#fff} → 3-digit hex </li>
16
+
* <li> {@code &#ffffff} → 6-digit hex </li>
17
+
* </ui>
17
18
* @return how many characters were consumed (0 = not a formatting code)
0 commit comments