From 6a5a88700c3f649fab1abc4a51f6fac9281db874 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 9 May 2025 15:00:12 -1200 Subject: fix offline-mode cert warnings and improve some docs --- azalea-core/src/hit_result.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-core/src') diff --git a/azalea-core/src/hit_result.rs b/azalea-core/src/hit_result.rs index 2fc78115..76f7ca84 100644 --- a/azalea-core/src/hit_result.rs +++ b/azalea-core/src/hit_result.rs @@ -6,7 +6,7 @@ use crate::{ /// The block or entity that our player is looking at and can interact with. /// /// If there's nothing, it'll be a [`BlockHitResult`] with `miss` set to true. -#[derive(Debug, Clone, Copy, PartialEq)] +#[derive(Debug, Clone, PartialEq)] pub enum HitResult { Block(BlockHitResult), /// TODO @@ -37,7 +37,7 @@ impl HitResult { } } -#[derive(Debug, Clone, Copy, PartialEq)] +#[derive(Debug, Clone, PartialEq)] pub struct BlockHitResult { pub location: Vec3, pub direction: Direction, -- cgit v1.2.3