public interface ImmutableAxisData extends ImmutableVariantData<Axis,ImmutableAxisData,AxisData>
ImmutableDataManipulator
containing the ImmutableValue
for the Axis
a BlockState
may have.
Note that BlockTypes.LOG
and BlockTypes.LOG2
do NOT
utilize Axis
but instead use LogAxis
due to their nature
of having LogAxes.NONE
.
Modifier and Type | Method and Description |
---|---|
ImmutableValue<Axis> |
axis()
Gets the
ImmutableValue for the Axis value. |
type
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Axis> axis()
ImmutableValue
for the Axis
value.