T - the valuepublic interface SoundInteractionHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
handleInteraction(GeyserSession session,
com.nukkitx.math.vector.Vector3f position,
T value)
Handles the interaction when a player
right-clicks a block.
|
void handleInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, T value)
session - the session interacting with the blockposition - the position of the blockvalue - the valueCopyright © 2021 GeyserMC. All rights reserved.