public class FlammableProperty extends BooleanProperty
Property.Operator
operator, value
Constructor and Description |
---|
FlammableProperty(boolean value)
Creates a new
FlammableProperty with the provided boolean
value. |
FlammableProperty(boolean value,
Property.Operator operator)
|
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public 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