Block Actions
axelkar opened this issue · 0 comments
axelkar commented
Describe the problem related to your feature request.
There are no helpers for Block Actions. This makes it nearly impossible to display animations.
What solution would you like?
I'd like helpers for block actions
What alternative(s) have you considered?
Sending raw packets
Additional context
- https://gaming.stackexchange.com/questions/198066/how-to-make-a-chest-open-with-redstone-or-command
- https://www.spigotmc.org/threads/how-to-open-a-chest-visually.401081/
- https://github.com/dmulloy2/PacketWrapper/blob/master/PacketWrapper/src/main/java/com/comphenix/packetwrapper/WrapperPlayServerBlockAction.java
- https://stackoverflow.com/questions/33162265/ender-chest-open-and-close-animation
- https://wiki.vg/Block_Actions#Chest
- https://wiki.vg/Protocol#Block_Action
I'm working on a crate to get some mechanics similar to vanilla, such as building, pvp and inventories.