public interface ImmutableDirectionalData extends ImmutableDataManipulator<ImmutableDirectionalData,DirectionalData>
ImmutableDataManipulator
for the Direction
state of a
BlockState
. Usually applicable for BlockTypes.STANDING_SIGN
,
BlockTypes.WALL_SIGN
, BlockTypes.WOODEN_DOOR
, etc.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Direction> |
direction()
Gets the
ImmutableValue for the current "facing"
Direction . |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Direction> direction()
ImmutableValue
for the current "facing"
Direction
.