We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9116f commit 4bbec26Copy full SHA for 4bbec26
src/main/scala/com/github/unchama/seichiassist/util/BreakUtil.scala
@@ -148,11 +148,11 @@ object BreakUtil {
148
}
149
150
/**
151
- * ブロックがネザー水晶類破壊フラグの保護対象かどうか判定する。
+ * ブロックが保護されたネザー水晶類ブロックかどうか判定する。
152
* ここでいう「ネザー水晶類」に鉱石は含まれない。
153
* @param player ネザー水晶類破壊設定を取得するプレイヤー
154
* @param targetBlock `targetBlock`が保護対象のネザー水晶類ブロックかどうか
155
- * @return ブロックがネザー水晶類破壊フラグの保護対象かどうか
+ * @return ブロックが保護されたネザー水晶類ブロックかどうか
156
*/
157
private def isProtectedNetherQuartzBlock(player: Player, targetBlock: Block): Boolean = {
158
val materialType = targetBlock.getType
0 commit comments