# AttributeOperands

class in mod.common.minecraftEnum

  • 描述

    属性操作数枚举

class AttributeOperands(object):
	OperandMin = 0			# 最小值操作数
	OperandMax = 1			# 最大值操作数
	OperandCurrent = 2		# 当前值操作数
	TotalOperands = 3		# 操作数总数
	OperandInvalid = 4		# 无效操作数