public interface EntitySoundInteractionHandler extends SoundInteractionHandler<Entity>
| Modifier and Type | Method and Description |
|---|---|
static void |
handleEntityInteraction(GeyserSession session,
com.nukkitx.math.vector.Vector3f position,
Entity entity)
Handles the block interaction when a player
right-clicks an entity.
|
handleInteractionstatic void handleEntityInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, Entity entity)
session - the session interacting with the blockposition - the position of the blockentity - the entity interacted withCopyright © 2021 GeyserMC. All rights reserved.