public interface StateValue
State
.Modifier and Type | Method and Description |
---|---|
Vector |
getDirection()
Return the direction associated with this value.
|
boolean |
isSet(BaseBlock block)
Return whether this state is set on the given block.
|
boolean |
set(BaseBlock block)
Set the state to this value on the given block.
|
boolean isSet(BaseBlock block)
block
- the blockboolean set(BaseBlock block)
block
- the block to change@Nullable Vector getDirection()