Skip to content

Commit

Permalink
docs: ドキュメントを書く位置がずれていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Aug 24, 2023
1 parent 4bbec26 commit fe01c09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ object BreakUtil {
* ブロックが保護されたネザー水晶類ブロックかどうか判定する。
* ここでいう「ネザー水晶類」に鉱石は含まれない。
* @param player ネザー水晶類破壊設定を取得するプレイヤー
* @param targetBlock `targetBlock`が保護対象のネザー水晶類ブロックかどうか
* @return ブロックが保護されたネザー水晶類ブロックかどうか
* @param targetBlock 判定を行うブロック
* @return `targetBlock`が保護対象のネザー水晶類ブロックかどうか
*/
private def isProtectedNetherQuartzBlock(player: Player, targetBlock: Block): Boolean = {
val materialType = targetBlock.getType
Expand Down

0 comments on commit fe01c09

Please sign in to comment.