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