public class SmeltableProperty extends BooleanProperty
Property.Operatoroperator, value| Constructor and Description | 
|---|
SmeltableProperty(boolean value)
Creates a new  
SmeltableProperty. | 
SmeltableProperty(boolean value,
                 Property.Operator operator)
Creates a new  
SmeltableProperty. | 
SmeltableProperty(Object value,
                 Property.Operator operator)
Creates a new  
SmeltableProperty. | 
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic SmeltableProperty(boolean value)
SmeltableProperty.value - Whether the item is smeltable, or not.public SmeltableProperty(boolean value,
                         Property.Operator operator)
SmeltableProperty.value - Whether the item is smeltable, or not.operator - The operator to use to compare against other properties.public SmeltableProperty(Object value, Property.Operator operator)
SmeltableProperty.value - Whether the item is smeltable, or not.operator - The operator to use to compare against other properties.