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
Value for whether Direction.EAST is
"connected". |
Value<Boolean> |
connectedNorth()
Gets the
Value for whether Direction.NORTH is
"connected". |
Value<Boolean> |
connectedSouth()
Gets the
Value for whether Direction.SOUTH is
"connected". |
Value<Boolean> |
connectedWest()
Gets the
Value for whether Direction.WEST is
"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