From c79dba5070b33c5f8504c0ad479e387c1e9ec423 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 19 Mar 2026 22:09:06 -0900 Subject: more doc fixes --- azalea-block/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-block/src') diff --git a/azalea-block/src/lib.rs b/azalea-block/src/lib.rs index 9e2a3c5c..3b0f5170 100644 --- a/azalea-block/src/lib.rs +++ b/azalea-block/src/lib.rs @@ -16,6 +16,9 @@ pub use block_state::BlockState; pub use generated::{blocks, properties}; pub use range::BlockStates; +/// A trait that's implemented on block structs. +/// +/// See the [azalea_block documentation](crate) for details. pub trait BlockTrait: Debug + Any { fn behavior(&self) -> BlockBehavior; /// Get the Minecraft string ID for this block. -- cgit v1.2.3