public class FullBlockSelectionBoxProperty extends BooleanProperty
BlockType
has a full selection
box. That is, the block has a selection box and it occupies the exact volume
of a voxel (the size is (1, 1, 1)). The selection box is the one used to
interact with blocks, which shows up as a black outline on a vanilla client.Property.Operator
operator, value
Constructor and Description |
---|
FullBlockSelectionBoxProperty(boolean value)
Creates a new
FullBlockSelectionBoxProperty with the provided
value. |
FullBlockSelectionBoxProperty(boolean value,
Property.Operator operator)
Creates a new
FullBlockSelectionBoxProperty with the provided
value. |
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public FullBlockSelectionBoxProperty(boolean value)
FullBlockSelectionBoxProperty
with the provided
value.value
- Whether or not this block has a full bounding boxpublic FullBlockSelectionBoxProperty(boolean value, Property.Operator operator)
FullBlockSelectionBoxProperty
with the provided
value.value
- Whether or not this block has a full bounding boxoperator
- The operator for comparisons