Skip to main content

teleport_to_position

Function teleport_to_position 

Source
fn teleport_to_position(
    context: &CommandContext<CommandSource, SteelCommandRuntime>,
    targets: &[SharedEntity],
    destination: Coordinates,
    rotation: Option<Coordinates>,
    facing: Option<TeleportFacing>,
) -> Result<i32, CommandSyntaxError>