8000 [ci skip] Replace wiki mention for BlockType#isOccluding (#12446) · PaperMC/Paper@89cdcba · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 89cdcba

Browse files
authored
[ci skip] Replace wiki mention for BlockType#isOccluding (#12446)
1 parent 6c2b037 commit 89cdcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paper-api/src/main/java/org/bukkit/block/BlockType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ private static <B extends BlockType> B getBlockType(@NotNull String key) {
24912491
BlockData createBlockData(@Nullable String data);
24922492

24932493
/**
2494-
* Check if the blockt type is solid (can be built upon)
2494+
* Check if the block type is solid (can be built upon)
24952495
*
24962496
* @return True if this block type is solid
24972497
*/
@@ -2525,7 +2525,7 @@ private static <B extends BlockType> B getBlockType(@NotNull String key) {
25252525
* <li>Only occluding blocks can be "powered" ({@link Block#isBlockPowered()}).
25262526
* </ul>
25272527
* This list may be inconclusive. For a full list of the side effects of an occluding
2528-
* block, see the <a href="https://minecraft.fandom.com/wiki/Opacity">Minecraft Wiki</a>.
2528+
* block, see the <a href="https://minecraft.wiki/w/Opacity">Minecraft Wiki</a>.
25292529
*
25302530
* @return True if this block type occludes light
25312531
*/

0 commit comments

Comments
 (0)
0