mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-25 15:21:30 +11:00
11 lines
273 B
Rust
11 lines
273 B
Rust
#![allow(clippy::all, missing_docs)]
|
|
|
|
use crate::block::{BlockPos, BlockState};
|
|
use crate::entity::meta::*;
|
|
use crate::entity::EntityId;
|
|
use crate::protocol::{Encode, VarInt};
|
|
use crate::text::Text;
|
|
use crate::uuid::Uuid;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/entity.rs"));
|