Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public String getTag() {
*
* @return the name of a Minecraft color code (all uppercase), or {@code null} if the guild
* has never changed its tag's color.
* @see <a href=https://minecraft.fandom.com/wiki/Formatting_codes#Color_codes>Color codes
* @see <a href=https://minecraft.wiki/w/Formatting_codes#Color_codes>Color codes
* table</a> (uses lowercase names)
*/
public String getTagColor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public String getSelectedPlusColor() {
}

/**
* Note, returned colors use the names seen in <a href=https://minecraft.fandom.com/wiki/Formatting_codes#Color_codes>this
* Note, returned colors use the names seen in <a href=https://minecraft.wiki/w/Formatting_codes#Color_codes>this
* table</a>, in all uppercase. For example, {@code DARK_BLUE} and {@code GRAY}.
*
* @return The color of the player's name tag if they have MVP++. Defaults to {@code GOLD}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* <li>{@link Pattern#getColor()}</li>
* </ul>
*
* @see <a href="https://minecraft.fandom.com/wiki/Banner">Banner</a> (Minecraft Wiki)
* @see <a href="https://minecraft.wiki/w/Banner">Banner</a> (Minecraft Wiki)
*/
public class Banner {

Expand Down Expand Up @@ -116,7 +116,7 @@ public static class Pattern {
* each type's identifier.
*
* @return the pattern's type identifier.
* @see <a href="https://minecraft.fandom.com/wiki/Banner/Patterns">Pattern identifiers</a>
* @see <a href="https://minecraft.wiki/w/Banner/Patterns">Pattern identifiers</a>
*/
public String getType() {
return type;
Expand Down