public class HoeInteractionHandler extends Object implements BlockSoundInteractionHandler
| Constructor and Description |
|---|
HoeInteractionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleInteraction(GeyserSession session,
com.nukkitx.math.vector.Vector3f position,
String identifier)
Handles the interaction when a player
right-clicks a block.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleBlockInteractionpublic void handleInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
SoundInteractionHandlerhandleInteraction in interface SoundInteractionHandler<String>session - the session interacting with the blockposition - the position of the blockidentifier - the valueCopyright © 2020 GeyserMC. All rights reserved.