File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
hypixel-api-core/src/main/java/net/hypixel/api Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public String getTag() {
129
129
*
130
130
* @return the name of a Minecraft color code (all uppercase), or {@code null} if the guild
131
131
* has never changed its tag's color.
132
- * @see <a href=https://minecraft.fandom.com/ wiki/Formatting_codes#Color_codes>Color codes
132
+ * @see <a href=https://minecraft.wiki/w /Formatting_codes#Color_codes>Color codes
133
133
* table</a> (uses lowercase names)
134
134
*/
135
135
public String getTagColor () {
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public String getSelectedPlusColor() {
151
151
}
152
152
153
153
/**
154
- * Note, returned colors use the names seen in <a href=https://minecraft.fandom.com/ wiki/Formatting_codes#Color_codes>this
154
+ * Note, returned colors use the names seen in <a href=https://minecraft.wiki/w /Formatting_codes#Color_codes>this
155
155
* table</a>, in all uppercase. For example, {@code DARK_BLUE} and {@code GRAY}.
156
156
*
157
157
* @return The color of the player's name tag if they have MVP++. Defaults to {@code GOLD}.
Original file line number Diff line number Diff line change 34
34
* <li>{@link Pattern#getColor()}</li>
35
35
* </ul>
36
36
*
37
- * @see <a href="https://minecraft.fandom.com/ wiki/Banner">Banner</a> (Minecraft Wiki)
37
+ * @see <a href="https://minecraft.wiki/w /Banner">Banner</a> (Minecraft Wiki)
38
38
*/
39
39
public class Banner {
40
40
@@ -116,7 +116,7 @@ public static class Pattern {
116
116
* each type's identifier.
117
117
*
118
118
* @return the pattern's type identifier.
119
- * @see <a href="https://minecraft.fandom.com/ wiki/Banner/Patterns">Pattern identifiers</a>
119
+ * @see <a href="https://minecraft.wiki/w /Banner/Patterns">Pattern identifiers</a>
120
120
*/
121
121
public String getType () {
122
122
return type ;
You can’t perform that action at this time.
0 commit comments