diff options
Diffstat (limited to 'azalea-core/src')
| -rw-r--r-- | azalea-core/src/position.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs index 357e9b39..beb8eedb 100644 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -335,8 +335,9 @@ impl Vec3 { } } -/// The coordinates of a block in the world. For entities (if the coordinate -/// have decimals), use [`Vec3`] instead. +/// The coordinates of a block in the world. +/// +/// For entities (if the coordinates are floating-point), use [`Vec3`] instead. #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, Hash)] #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] pub struct BlockPos { |
