public interface ConnectedDirectionData extends DataManipulator<ConnectedDirectionData,ImmutableConnectedDirectionData>
Directions that a block may have.
 Examples may include BlockTypes.GLASS_PANE,
 BlockTypes.IRON_BARS, etc.| Modifier and Type | Method and Description | 
|---|---|
| SetValue<Direction> | connectedDirections() | 
| Value<Boolean> | connectedEast()Gets the  Valuefor whetherDirection.EASTis
 "connected". | 
| Value<Boolean> | connectedNorth()Gets the  Valuefor whetherDirection.NORTHis
 "connected". | 
| Value<Boolean> | connectedSouth()Gets the  Valuefor whetherDirection.SOUTHis
 "connected". | 
| Value<Boolean> | connectedWest()Gets the  Valuefor whetherDirection.WESTis
 "connected". | 
asImmutable, copy, fill, fill, from, set, set, set, set, transformgetContentVersion, toContainerSetValue<Direction> connectedDirections()
Keys.CONNECTED_DIRECTIONSValue<Boolean> connectedNorth()
Value for whether Direction.NORTH is
 "connected".Keys.CONNECTED_NORTHValue<Boolean> connectedSouth()
Value for whether Direction.SOUTH is
 "connected".Keys.CONNECTED_SOUTHValue<Boolean> connectedEast()
Value for whether Direction.EAST is
 "connected".Keys.CONNECTED_WESTValue<Boolean> connectedWest()
Value for whether Direction.WEST is
 "connected".Keys.CONNECTED_EAST