rotated

fun rotated(_pos: Rotation, c: CommandBuilder.() -> Unit)(source)

Creates one or more execute commands rotated at a given rotation

This can be nested with if_, as_, align, anchored, at, in_, facing, on, positioned, positionedAs, positionedOver, rotated, rotatedAs and summon to create more complex conditions

Example:

rotated_(Rotation(2.3, -170.0)) {
cmd("say Hello World!")
at_("notch") {
cmd("say Hi!")
}
if_(con("C")) {
cmd("say C was true too!")
}
}

See also