Skip to content

left click air is never detected #316

@kleines-L

Description

@kleines-L

Describe the bug
"LEFT_CLICK_AIR" is never detected in the BlockInteract event.

To Reproduce

    @event_handler
    def block_interact(self, event: PlayerInteractEvent):
        if event.action.name == "LEFT_CLICK_AIR":
            self.logger.critical(f"LEFT CLICK AIR EVENT DETECTED FOR PLAYER {event.player.name}")

Expected behavior
Should be fired whenever a player left clicks air.

Details (please complete the following information):

  • OS: Windows
  • Endstone Version: v0.10.18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions