Files
netease-modsdk-wiki/docs/mcdocs/1-ModAPI/枚举值/AniCheatBlockBreak.md
2025-03-17 13:24:39 +08:00

18 lines
416 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AniCheatBlockBreak
class in mod.common.minecraftEnum
- 描述
反作弊配置枚举值,破坏方块相关
```python
class AniCheatBlockBreak(object):
OpenSwitch = "server-authoritative-block-breaking" # 是否开启破坏方块反作弊检查
PickRangeScalar = "server-authoritative-block-breaking-pick-range-scalar" # 破坏方块距离检查参数最小值为1.0设置小于1.0无效
```