Commits
Doc authored and md_5 committed bcd8d2aaf28
16 16 | /** |
17 17 | * Used when saving a structure for easy size calculation. When using this |
18 18 | * mode, the Structure name MUST match the name in the second Structure |
19 19 | * block that is in {@link UsageMode#SAVE}. |
20 20 | */ |
21 21 | CORNER, |
22 22 | /** |
23 23 | * Used to run specific custom functions, which can only be used for certain |
24 24 | * Structures. The structure block is removed after this function completes. |
25 25 | * The data tags (functions) can be found on the |
26 - | * <a href="http://minecraft.gamepedia.com/Structure_Block#Data">wiki</a>. |
26 + | * <a href="https://minecraft.wiki/w/Structure_Block#Data">wiki</a>. |
27 27 | */ |
28 28 | DATA; |
29 29 | } |