Java Friendly Navigation
class JavaFriendlyNavigation constructor(val navigation: Navigation, val scope: CoroutineScope = GlobalScope)
Content copied to clipboard
Constructors
Link copied to clipboard
fun JavaFriendlyNavigation(navigation: Navigation, scope: CoroutineScope = GlobalScope)
Content copied to clipboard
Functions
Link copied to clipboard
fun moveInLine( targetLocation: Vec3F, movementType: CharacterMovementType = CharacterMovementType.RUN, distanceTolerance: Float = 1.2f, timeout: Duration = 20.seconds): <Error class: unknown class><Unit>
Content copied to clipboard
Link copied to clipboard
fun navigateToBlock( id: BlockId, movementType: CharacterMovementType = CharacterMovementType.RUN, distanceTolerance: Float = 1.2f, timeout: Duration = 120.seconds): <Error class: unknown class><Unit>
Content copied to clipboard