listenInteractAt
Registers an interaction-at listener for newly created hitboxes.
This is a convenience wrapper over listenHitBox.
tracker.listenInteractAt(event -> {
// custom interaction-at handling
});
Content copied to clipboard
Since
2.0.2
Parameters
consumer
the interaction-at consumer