mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
8897eeacb9
## Description Added Hitbox component, a crate for it and systems which update hitboxes. Issue: https://github.com/valence-rs/valence/issues/299 ## Test Plan Use example "entity_hitbox" |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
valence_client
Manages core components and systems related to Minecraft clients.
A client is a Minecraft player entity backed by an abstract network connection and other necessary components. See [Client
] for more information.