public class SolidCubeProperty extends BooleanProperty
BlockType
is a "solid cube"
and therefor can be considered to place a BlockTypes.TORCH
on
its side.Property.Operator
operator, value
Constructor and Description |
---|
SolidCubeProperty(boolean value)
Creates a new
SolidCubeProperty with the provided value. |
SolidCubeProperty(boolean value,
Property.Operator operator)
Creates a new
SolidCubeProperty with the provided value. |
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public 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