azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
361 stars 48 forks source link

add as_property_list method for Block #147

Open urisinger opened 3 months ago

urisinger commented 3 months ago

this method is supposed to make it easier to query block properties in a generic non block specific way

urisinger commented 3 months ago

ill work on that soon, i think there should also be a way to also set properties, a map might not be the optimal solution, a set_property and get_property method could also work