valence/crates/valence_protocol/build
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
..
block.rs Add recipe and tags packets (#182) 2022-12-30 06:18:24 -08:00
enchant.rs Reorganize Packages (#180) 2022-12-29 16:51:05 -08:00
item.rs Reorganize Packages (#180) 2022-12-29 16:51:05 -08:00
main.rs Add sounds (#244) 2023-02-15 02:36:21 -08:00
sound.rs Add sounds (#244) 2023-02-15 02:36:21 -08:00
translation_key.rs Reorganize Packages (#180) 2022-12-29 16:51:05 -08:00