public class FlammableProperty extends BooleanProperty
Property.Operatoroperator, value| Constructor and Description |
|---|
FlammableProperty(boolean value)
Creates a new
FlammableProperty with the provided boolean
value. |
FlammableProperty(boolean value,
Property.Operator operator)
|
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic FlammableProperty(boolean value)
FlammableProperty with the provided boolean
value.value - The value of whether a block is able to catch firepublic FlammableProperty(boolean value,
Property.Operator operator)
value - The value of whether a block is able to catch fireoperator - The operator value for comparisons