File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
paper-api/src/main/java/org/bukkit/block Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2491,7 +2491,7 @@ private static <B extends BlockType> B getBlockType(@NotNull String key) {
2491
2491
BlockData createBlockData (@ Nullable String data );
2492
2492
2493
2493
/**
2494
- * Check if the blockt type is solid (can be built upon)
2494
+ * Check if the block type is solid (can be built upon)
2495
2495
*
2496
2496
* @return True if this block type is solid
2497
2497
*/
@@ -2525,7 +2525,7 @@ private static <B extends BlockType> B getBlockType(@NotNull String key) {
2525
2525
* <li>Only occluding blocks can be "powered" ({@link Block#isBlockPowered()}).
2526
2526
* </ul>
2527
2527
* 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>.
2529
2529
*
2530
2530
* @return True if this block type occludes light
2531
2531
*/
You can’t perform that action at this time.
0 commit comments