public interface ConnectedDirectionData extends DataManipulator<ConnectedDirectionData,ImmutableConnectedDirectionData>
Direction
s 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, transform
getContentVersion, toContainer
SetValue<Direction> connectedDirections()
Keys.CONNECTED_DIRECTIONS
Value<Boolean> connectedNorth()
Value
for whether Direction.NORTH
is
"connected".Keys.CONNECTED_NORTH
Value<Boolean> connectedSouth()
Value
for whether Direction.SOUTH
is
"connected".Keys.CONNECTED_SOUTH
Value<Boolean> connectedEast()
Value
for whether Direction.EAST
is
"connected".Keys.CONNECTED_WEST
Value<Boolean> connectedWest()
Value
for whether Direction.WEST
is
"connected".Keys.CONNECTED_EAST