public class SolidCubeProperty extends BooleanProperty
BlockType is a "solid cube"
 and therefor can be considered to place a BlockTypes.TORCH on
 its side.Property.Operatoroperator, value| Constructor and Description | 
|---|
| SolidCubeProperty(boolean value)Creates a new  SolidCubePropertywith the provided value. | 
| SolidCubeProperty(boolean value,
                 Property.Operator operator)Creates a new  SolidCubePropertywith the provided value. | 
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic SolidCubeProperty(boolean value)
SolidCubeProperty with the provided value.value - The value of whether this is a solid cube or notpublic SolidCubeProperty(boolean value,
                         Property.Operator operator)
SolidCubeProperty with the provided value.value - The value of whether this is a solid cube or notoperator - The operator for comparisons