diff options
| author | mat <git@matdoes.dev> | 2026-03-19 22:09:06 -0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-19 22:09:06 -0900 |
| commit | c79dba5070b33c5f8504c0ad479e387c1e9ec423 (patch) | |
| tree | 71dd4bdbdc426b3b8535827f067bea089b9a5873 /azalea-block/src | |
| parent | 2446ced45b7a3365000c21360498ec341bc6e072 (diff) | |
| download | azalea-drasl-c79dba5070b33c5f8504c0ad479e387c1e9ec423.tar.xz | |
more doc fixes
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
