pub trait IntoNbt { // Required method fn to_nbt(&self) -> NbtValue; }
A trait that allows structs to have a function that transrforms themself into a NbtValue
NbtValue
Converts this struct into a NbtValue