From 3382a52ec7ef796cfc9ecc10969186a0c008bf36 Mon Sep 17 00:00:00 2001 From: wed150 Date: Sat, 20 Dec 2025 18:47:14 +0800 Subject: [PATCH] Update BlockInfo.js --- packs/BP/scripts/classes/BlockInfo.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/packs/BP/scripts/classes/BlockInfo.js b/packs/BP/scripts/classes/BlockInfo.js index 05bb4cb..1f4e9a7 100644 --- a/packs/BP/scripts/classes/BlockInfo.js +++ b/packs/BP/scripts/classes/BlockInfo.js @@ -12,9 +12,6 @@ class BlockInfo { this.showStructureBlockInfo(player); } } - /** - * @param {import('@minecraft/server').Player} player - * */ static showStructureBlockInfo(player) { const block = Raycaster.getTargetedStructureBlock(player, { isFirst: true, collideWithWorldBlocks: true, useActiveLayer: true }); if (!block && this.shownToLastTick.has(player.id)) {