public interface ImmutableInWallData extends ImmutableDataManipulator<ImmutableInWallData,InWallData>
ImmutableDataManipulator
for the "in-wall" state. Usually means
that a BlockState
will show up graphically as being "attached" to
another block. Usually applies to BlockTypes.FENCE
s and
BlockTypes.FENCE_GATE
s.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
inWall()
Gets the
ImmutableValue for the "in-wall" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> inWall()
ImmutableValue
for the "in-wall" state.