valence/crates/valence_entity
Jenya705 8897eeacb9
Hitboxes (#330)
## 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"
2023-05-08 17:34:33 -07:00
..
src Hitboxes (#330) 2023-05-08 17:34:33 -07:00
build.rs Temp fix for heck with unicode enabled (#326) 2023-04-28 11:53:10 +00:00
Cargo.toml Hitboxes (#330) 2023-05-08 17:34:33 -07:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

valence_entity

Components and systems concerning Minecraft entities. This includes "zombie", "chicken", "player", etc.

Bundles of components are used to spawn entities. Each entity type gets its own module here.