From 0d3a091c232d409939db82dfb30f700e57583c85 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 5 Feb 2023 14:31:52 -0600 Subject: improve docs --- azalea-world/src/entity/data.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-world/src/entity/data.rs') diff --git a/azalea-world/src/entity/data.rs b/azalea-world/src/entity/data.rs index 14d257e3..346b277b 100755 --- a/azalea-world/src/entity/data.rs +++ b/azalea-world/src/entity/data.rs @@ -103,6 +103,7 @@ impl McBufWritable for OptionalUnsignedInt { } } +/// A set of x, y, and z rotations. This is used for armor stands. #[derive(Clone, Debug, McBuf, Default)] pub struct Rotations { pub x: f32, -- cgit v1.2.3