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

57 lines
4.3 KiB
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.

# 索引
枚举值模块可以使用[GetMinecraftEnum](../接口/通用/工具.md#getminecraftenum)接口来获取
---
| 枚举值 | 描述 |
| --- | --- |
| [ActorDamageCause](../枚举值/ActorDamageCause.md) | 描述实体伤害来源枚举值,及实体被伤害的原因。 |
| [AniCheatBlockBreak](../枚举值/AniCheatBlockBreak.md) | 反作弊配置枚举值,破坏方块相关 |
| [AniCheatConsts](../枚举值/AniCheatConsts.md) | 反作弊配置开关宏定义 |
| [AniCheatMove](../枚举值/AniCheatMove.md) | 反作弊配置枚举值,移动检查开关 |
| [AniCheatMoveRewind](../枚举值/AniCheatMoveRewind.md) | 反作弊配置枚举值,位移倒带模拟相关参数 |
| [AniCheatMoveUnSupportRewind](../枚举值/AniCheatMoveUnSupportRewind.md) | 反作弊配置枚举值,不支持倒带模拟的特殊场景相关参数 |
| [ArmorSlotType](../枚举值/ArmorSlotType.md) | 描述盔甲槽位枚举值 |
| [AttrType](../枚举值/AttrType.md) | 描述属性枚举值,用于设置与获取实体的引擎属性的当前值与最大值 |
| [AttributeBuffType](../枚举值/AttributeBuffType.md) | Buff状态类型枚举值 |
| [BiomeType](../枚举值/BiomeType.md) | 生物群系枚举 |
| [BlockBreathability](../枚举值/BlockBreathability.md) | 方块的可呼吸性 |
| [ButtonEventType](../枚举值/ButtonEventType.md) | 按钮事件枚举值 |
| [ButtonState](../枚举值/ButtonState.md) | 按钮状态枚举值 |
| [Change](../枚举值/Change.md) | 刷怪设置参数枚举,用于[SpawnCustomModule](../接口/世界/生物生成.md#spawncustommodule) |
| [ColorCode](../枚举值/ColorCode.md) | [样式代码](https://minecraft-zh.gamepedia.com/%E6%A0%B7%E5%BC%8F%E4%BB%A3%E7%A0%81) |
| [ContainerType](../枚举值/ContainerType.md) | 容器类型 |
| [EffectType](../枚举值/EffectType.md) | 描述特效类型的枚举值 |
| [EnchantSlotType](../枚举值/EnchantSlotType.md) | 附魔槽位枚举值 |
| [EnchantType](../枚举值/EnchantType.md) | 附魔类型枚举值 |
| [EntityTeleportCause](../枚举值/EntityTeleportCause.md) | 传送理由枚举 |
| [EntityType](../枚举值/EntityType.md) | 实体类型枚举 |
| [Facing](../枚举值/Facing.md) | 朝向枚举值 |
| [GameDiffculty](../枚举值/GameDiffculty.md) | 描述游戏难度的枚举值 |
| [GameType](../枚举值/GameType.md) | 描述游戏类型的枚举值 |
| [InputMode](../枚举值/InputMode.md) | 控制器输入模式 |
| [InventoryType](../枚举值/InventoryType.md) | 原版分页类型的枚举值 |
| [ItemAcquisitionMethod](../枚举值/ItemAcquisitionMethod.md) | 获得物品的方法枚举值 |
| [ItemCategory](../枚举值/ItemCategory.md) | 物品所属创造栏类型 |
| [ItemColor](../枚举值/ItemColor.md) | 物品的颜色枚举值 |
| [ItemPosType](../枚举值/ItemPosType.md) | 描述玩家物品位置 |
| [ItemUseMethodEnum](../枚举值/ItemUseMethodEnum.md) | 使用物品的方法枚举值 |
| [KeyBoardType](../枚举值/KeyBoardType.md) | 描述PC端点击键盘输入的按钮枚举值 |
| [OpenContainerId](../枚举值/OpenContainerId.md) | 开放容器Id |
| [OptionId](../枚举值/OptionId.md) | 可设置的枚举值 |
| [PlayerExhauseRatioType](../枚举值/PlayerExhauseRatioType.md) | 饥饿度消耗倍率类型 |
| [PlayerUISlot](../枚举值/PlayerUISlot.md) | 开放容器对应的slot偏移 |
| [RenderControllerArrayType](../枚举值/RenderControllerArrayType.md) | 渲染控制器字典中材质、贴图、模型的枚举值 |
| [RenderLayer](../枚举值/RenderLayer.md) | 方块渲染时的材质类型 |
| [SetBlockType](../枚举值/SetBlockType.md) | 方块设置的类型 |
| [StructureFeatureType](../枚举值/StructureFeatureType.md) | 原版结构特征类型的枚举 |
| [TimeEaseType](../枚举值/TimeEaseType.md) | 时间变化类型 |
| [TouchEvent](../枚举值/TouchEvent.md) | 触摸回调事件枚举值 |
| [TransferServerFailReason](../枚举值/TransferServerFailReason.md) | 转服判定失败的错误码 |
| [UICategory](../枚举值/UICategory.md) | 原生UI类型名 |
| [UiBaseLayer](../枚举值/UiBaseLayer.md) | 自定义UI界面的层次宏定义用于在多个插件之间协调UI界面的遮挡关系 |
| [UseAnimation](../枚举值/UseAnimation.md) | 使用物品时动画枚举值 |
| [VirtualWorldObjectType](../枚举值/VirtualWorldObjectType.md) | 虚拟世界对象类型 |