diff options
| author | mat <git@matdoes.dev> | 2025-10-12 23:01:54 +0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-12 23:01:54 +0300 |
| commit | ee2575794e91b9457a74a95daf1dcc707058cd58 (patch) | |
| tree | df725850ef18ded5ce3f6552e17095d0f704ae84 /azalea-inventory/src/slot.rs | |
| parent | 1a1402954b07cd77615d0afc026c73b008787f51 (diff) | |
| download | azalea-drasl-ee2575794e91b9457a74a95daf1dcc707058cd58.tar.xz | |
upgrade deps and clean up lots of doc comments
Diffstat (limited to 'azalea-inventory/src/slot.rs')
| -rw-r--r-- | azalea-inventory/src/slot.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/azalea-inventory/src/slot.rs b/azalea-inventory/src/slot.rs index 2d4202e8..d19ab177 100644 --- a/azalea-inventory/src/slot.rs +++ b/azalea-inventory/src/slot.rs @@ -146,8 +146,9 @@ impl Serialize for ItemStack { } } -/// An item in an inventory, with a count and NBT. Usually you want -/// [`ItemStack`] or [`azalea_registry::Item`] instead. +/// An item in an inventory, with a count and a set of data components. +/// +/// Usually you want [`ItemStack`] or [`azalea_registry::Item`] instead. #[derive(Debug, Clone, PartialEq, Serialize)] pub struct ItemStackData { #[serde(rename = "id")] |
