Describe the bug
WrappedEnumEntityUseAction fails to initialize with NoClassDefFoundError during entity interact packet processing. The fuzzy reflection cannot find a method matching the expected signature for extracting entity use actions.
To Reproduce
Steps to reproduce the behavior:
- Register an inbound packet listener for entity interaction packets.
- In the packet listener, call getEnumEntityUseActions() on the received packet.
- Interact with an entity in-game.
- The server console logs NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedEnumEntityUseAction.
Version Info
https://pastebin.com/W6RidvpL
Additional context
Stack Trace
Describe the bug
WrappedEnumEntityUseAction fails to initialize with NoClassDefFoundError during entity interact packet processing. The fuzzy reflection cannot find a method matching the expected signature for extracting entity use actions.
To Reproduce
Steps to reproduce the behavior:
Version Info
https://pastebin.com/W6RidvpL
Additional context
Stack Trace