macro_rules! print {
($($arg:tt)*) => { ... };
}Expand description
An implementation of print! using MciWriteStream. Should behave similarly to std::print!,
with the caveat that no text will be printed until a newline is printed (due to the fact that
Minecraft has no way of modifying a line of text in the chat once it has been sent), and any characters
that are not printable ASCII characters will appear as �.