#912: Update Minecraft Wiki URLs

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot
2023-09-25 18:53:42 +10:00
parent bd69020044
commit 156224dbfa
15 changed files with 27 additions and 27 deletions

View File

@@ -223,7 +223,7 @@ public interface Structure extends TileState {
/**
* Only applicable while in {@link UsageMode#DATA}. Metadata are specific
* functions that can be applied to the structure location. Consult the
* <a href="https://minecraft.gamepedia.com/Structure_Block#Data">Minecraft
* <a href="https://minecraft.wiki/w/Structure_Block#Data">Minecraft
* wiki</a> for more information.
*
* @param metadata the function to perform on the selected location
@@ -233,7 +233,7 @@ public interface Structure extends TileState {
/**
* Get the metadata function this structure block will perform when
* activated. Consult the
* <a href="https://minecraft.gamepedia.com/Structure_Block#Data">Minecraft
* <a href="https://minecraft.wiki/w/Structure_Block#Data">Minecraft
* Wiki</a> for more information.
*
* @return the function that will be performed when this block is activated

View File

@@ -23,7 +23,7 @@ public enum UsageMode {
* Used to run specific custom functions, which can only be used for certain
* Structures. The structure block is removed after this function completes.
* The data tags (functions) can be found on the
* <a href="http://minecraft.gamepedia.com/Structure_Block#Data">wiki</a>.
* <a href="https://minecraft.wiki/w/Structure_Block#Data">wiki</a>.
*/
DATA;
}