mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
this allows us to reference registry members with dynamic enum cases, which has a lot of potential applications. this enables us to keep the blocks as unique types, but with some of the power of dynamic state properties. this is a rough initial proof of concept; it will need to be improved for further integration.