public interface ImmutableConnectedDirectionData extends ImmutableDataManipulator<ImmutableConnectedDirectionData,ConnectedDirectionData>
ImmutableDataManipulator handling the values of the connected
 Directions a BlockState may have. Usually the connected
 directions are all cartesian directions (north, east, south, west).| Modifier and Type | Method and Description | 
|---|---|
| ImmutableSetValue<Direction> | connectedDirections()Gets the  ImmutableSetValuefor the currently "connected"Directions. | 
| ImmutableValue<Boolean> | connectedEast()Gets the  ImmutableValuefor whetherDirection.EASTis
 "connected". | 
| ImmutableValue<Boolean> | connectedNorth()Gets the  ImmutableValuefor whetherDirection.NORTHis
 "connected". | 
| ImmutableValue<Boolean> | connectedSouth()Gets the  ImmutableValuefor whetherDirection.SOUTHis
 "connected". | 
| ImmutableValue<Boolean> | connectedWest()Gets the  ImmutableValuefor whetherDirection.WESTis
 "connected". | 
asMutable, copy, with, withgetContentVersion, toContainerImmutableSetValue<Direction> connectedDirections()
ImmutableSetValue for the currently "connected"
 Directions.ImmutableValue<Boolean> connectedNorth()
ImmutableValue for whether Direction.NORTH is
 "connected".ImmutableValue<Boolean> connectedSouth()
ImmutableValue for whether Direction.SOUTH is
 "connected".ImmutableValue<Boolean> connectedEast()
ImmutableValue for whether Direction.EAST is
 "connected".ImmutableValue<Boolean> connectedWest()
ImmutableValue for whether Direction.WEST is
 "connected".