From 89cdcba5730ae2197b32788f8c3bf1aa9f472531 Mon Sep 17 00:00:00 2001 From: Pedro <3602279+Doc94@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:27:57 -0400 Subject: [PATCH] [ci skip] Replace wiki mention for BlockType#isOccluding (#12446) --- paper-api/src/main/java/org/bukkit/block/BlockType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-api/src/main/java/org/bukkit/block/BlockType.java b/paper-api/src/main/java/org/bukkit/block/BlockType.java index 79257ed47..b7aa24cf4 100644 --- a/paper-api/src/main/java/org/bukkit/block/BlockType.java +++ b/paper-api/src/main/java/org/bukkit/block/BlockType.java @@ -2491,7 +2491,7 @@ public interface BlockType extends Keyed, Translatable, net.kyori.adventure.tran BlockData createBlockData(@Nullable String data); /** - * Check if the blockt type is solid (can be built upon) + * Check if the block type is solid (can be built upon) * * @return True if this block type is solid */ @@ -2525,7 +2525,7 @@ public interface BlockType extends Keyed, Translatable, net.kyori.adventure.tran *
  • Only occluding blocks can be "powered" ({@link Block#isBlockPowered()}). * * This list may be inconclusive. For a full list of the side effects of an occluding - * block, see the Minecraft Wiki. + * block, see the Minecraft Wiki. * * @return True if this block type occludes light */