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