Struct minecraft_json::minecraft::text::Item [−][src]
Expand description
The item that should be displayed by HoverEvent::ShowItem.
Fields
id: StringThe namespaced item ID. Present minecraft:air if invalid.
count: Option<Number>Size of the item stack.
tag: Option<String>A string containing the serialized NBT of the additional information about the item.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more