public class BurningFuelProperty extends IntProperty
As with all Property
, this property is immutable when
retrieved from an item.
Property.Operator
operator, value
Constructor and Description |
---|
BurningFuelProperty(int value)
Creates a new
BurningFuelProperty with the given amount of
fuel ticks. |
BurningFuelProperty(int value,
Property.Operator op)
Creates a new
BurningFuelProperty with the given amount of
fuel ticks. |
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public BurningFuelProperty(int value)
BurningFuelProperty
with the given amount of
fuel ticks.value
- The amount of fuel tickspublic BurningFuelProperty(int value, Property.Operator op)
BurningFuelProperty
with the given amount of
fuel ticks.value
- The amount of fuel ticksop
- The operator to compare this property to other properties