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
compareTo
toContainer
MapValue<Direction,WireAttachmentType> wireAttachments()
Value<WireAttachmentType> wireAttachmentNorth()
Value<WireAttachmentType> wireAttachmentSouth()
Value<WireAttachmentType> wireAttachmentEast()
Value<WireAttachmentType> wireAttachmentWest()