public interface BlockSoundInteractionHandler extends SoundInteractionHandler<String>
| Modifier and Type | Method and Description |
|---|---|
static void |
handleBlockInteraction(GeyserSession session,
com.nukkitx.math.vector.Vector3f position,
String identifier)
Handles the block interaction when a player
right-clicks a block.
|
handleInteractionstatic void handleBlockInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
session - the session interacting with the blockposition - the position of the blockidentifier - the identifier of the blockCopyright © 2020 GeyserMC. All rights reserved.