Skip to content

WrappedEnumEntityUseAction throws NoClassDefFoundError when reading entity interact packets #3632

Description

@Learting
  • This issue is not solved in a development build

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:

  1. Register an inbound packet listener for entity interaction packets.
  2. In the packet listener, call getEnumEntityUseActions() on the received packet.
  3. Interact with an entity in-game.
  4. The server console logs NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedEnumEntityUseAction.

Version Info
https://pastebin.com/W6RidvpL

Additional context
Stack Trace

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions