public interface WireAttachmentData extends DataManipulator<WireAttachmentData,ImmutableWireAttachmentData>
WireAttachmentType
s for the four cardinal directions of a
piece of BlockTypes.REDSTONE_WIRE
.Modifier and Type | Method and Description |
---|---|
Value<WireAttachmentType> |
wireAttachmentEast()
|
Value<WireAttachmentType> |
wireAttachmentNorth()
|
MapValue<Direction,WireAttachmentType> |
wireAttachments()
|
Value<WireAttachmentType> |
wireAttachmentSouth()
|
Value<WireAttachmentType> |
wireAttachmentWest()
|
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
MapValue<Direction,WireAttachmentType> wireAttachments()
Keys.WIRE_ATTACHMENTS
Value<WireAttachmentType> wireAttachmentNorth()
Keys.WIRE_ATTACHMENT_NORTH
Value<WireAttachmentType> wireAttachmentSouth()
Keys.WIRE_ATTACHMENT_SOUTH
Value<WireAttachmentType> wireAttachmentEast()
Keys.WIRE_ATTACHMENT_EAST
Value<WireAttachmentType> wireAttachmentWest()
Keys.WIRE_ATTACHMENT_WEST