Skip to content

Commit 4bbec26

Browse files
committed
docs: ドキュメントをわかりやすく
1 parent cd9116f commit 4bbec26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/com/github/unchama/seichiassist/util/BreakUtil.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ object BreakUtil {
148148
}
149149

150150
/**
151-
* ブロックがネザー水晶類破壊フラグの保護対象かどうか判定する
151+
* ブロックが保護されたネザー水晶類ブロックかどうか判定する
152152
* ここでいう「ネザー水晶類」に鉱石は含まれない。
153153
* @param player ネザー水晶類破壊設定を取得するプレイヤー
154154
* @param targetBlock `targetBlock`が保護対象のネザー水晶類ブロックかどうか
155-
* @return ブロックがネザー水晶類破壊フラグの保護対象かどうか
155+
* @return ブロックが保護されたネザー水晶類ブロックかどうか
156156
*/
157157
private def isProtectedNetherQuartzBlock(player: Player, targetBlock: Block): Boolean = {
158158
val materialType = targetBlock.getType

0 commit comments

Comments
 (0)