public class EfficiencyProperty extends IntProperty
HarvestingProperty
.Property.Operator
operator, value
Constructor and Description |
---|
EfficiencyProperty(int value)
Creates a new EfficiencyProperty property for the specified value.
|
EfficiencyProperty(int value,
Property.Operator operator)
Creates a new EfficiencyProperty property for the specified value
and operator.
|
EfficiencyProperty(Object value,
Property.Operator operator)
Creates a new EfficiencyProperty property for the specified value
and operator.
|
compareTo, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, not, of
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches
public EfficiencyProperty(int value)
value
- value to matchpublic EfficiencyProperty(int value, Property.Operator operator)
value
- value to matchoperator
- the operator to use when comparing with other propertiespublic EfficiencyProperty(Object value, Property.Operator operator)
value
- value to matchoperator
- the operator to use when comparing with other properties