public class LightEmissionProperty extends IntProperty
Property.Operator
operator, value
Constructor and Description |
---|
LightEmissionProperty(int value)
Create a new
LightEmissionProperty with the specified value. |
LightEmissionProperty(int value,
Property.Operator operator)
Create a new
LightEmissionProperty with the specified value and
logical operator. |
LightEmissionProperty(Object value,
Property.Operator operator)
Create a new
LightEmissionProperty with the specified value and
logical operator. |
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public LightEmissionProperty(int value)
LightEmissionProperty
with the specified value.value
- value to matchpublic LightEmissionProperty(int value, Property.Operator operator)
LightEmissionProperty
with the specified value and
logical operator.value
- value to matchoperator
- logical operator to use when comparing to other
propertiespublic LightEmissionProperty(Object value, Property.Operator operator)
LightEmissionProperty
with the specified value and
logical operator.value
- value to matchoperator
- logical operator to use when comparing to other
properties