public class BurningFuelProperty extends IntProperty
As with all Property, this property is immutable when
retrieved from an item.
Property.Operatoroperator, 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. |
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic 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