valence/crates/valence_protocol
Gingeh 50018a52bf
Add sounds (#244)
This is my first time contributing here so I was pretty unfamiliar with
the codebase and may have done some things incorrectly.

## Description
 - Added a sound extractor to extract sound event ids and identifiers
 - Added a `Sound` enum (with a build script) to represent sound effects
 - Added a `play_sound` method to `Instance` and `Client`
 - Re-implemented sound effects in the parkour example

## Test Plan
I tested this using the sounds I added to the parkour example.

#### Related
Hopefully fixes #206
2023-02-15 02:36:21 -08:00
..
benches VarInt/VarLong Encode and Decode Optimizations (#227) 2023-02-14 03:04:32 -08:00
build Add sounds (#244) 2023-02-15 02:36:21 -08:00
src Add sounds (#244) 2023-02-15 02:36:21 -08:00
Cargo.toml ECS Rewrite (#184) 2023-02-11 09:51:53 -08:00