TypeConversionService

interface TypeConversionService

Functions

convertToMirrorHandle
Link copied to clipboard
abstract fun convertToMirrorHandle(mirror: StructureMirror): Any
Converts the given StructureMirror to a handle.
convertToRotationHandle
Link copied to clipboard
abstract fun convertToRotationHandle(rotation: StructureRotation): Any
Converts the given StructureRotation to a handle.
convertToStructureMirror
Link copied to clipboard
abstract fun convertToStructureMirror(handle: Any): StructureMirror
Converts the given handle to a StructureMirror.
convertToStructureMode
Link copied to clipboard
abstract fun convertToStructureMode(handle: Any): StructureMode
Converts the given handle to a StructureMode.
convertToStructureModeHandle
Link copied to clipboard
abstract fun convertToStructureModeHandle(mode: StructureMode): Any
Converts the given StructureMode to a handle.
convertToStructureRotation
Link copied to clipboard
abstract fun convertToStructureRotation(handle: Any): StructureRotation
Converts the given handle to a StructureRotation.