bodyAs

open fun <C> bodyAs(): C

Casts the command body to the specified type.

This is a convenience method for type-safe access to the command body. Use with caution as it performs an unchecked cast.

Return

the command body cast to type C

Parameters

C

the desired type to cast to

Throws

if the body cannot be cast to type C