# ButtonEventType
class in mod.common.minecraftEnum
描述
按钮事件枚举值
复制 python
class ButtonEventType(object):
Clicked = 0 # 按钮点击
Pressed = 1 # 按钮按下
Released = 2 # 按钮抬起