Class MixinMouseHandler

java.lang.Object
me.shedaniel.architectury.mixin.fabric.client.MixinMouseHandler

public class MixinMouseHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onGuiMouseClicked(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     
    void
    onGuiMouseClickedPost(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     
    void
    onGuiMouseReleased(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     
    void
    onGuiMouseReleasedPost(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     
    void
    onMouseScrolled(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y)
     
    void
    onMouseScrolledPost(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y)
     
    void
    onRawMouseClicked(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     
    void
    onRawMouseClickedPost(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     
    void
    onRawMouseScrolled(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MixinMouseHandler

      public MixinMouseHandler()
  • Method Details

    • onMouseScrolled

      public void onMouseScrolled(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y)
    • onMouseScrolledPost

      public void onMouseScrolledPost(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y)
    • onRawMouseScrolled

      public void onRawMouseScrolled(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount)
    • onGuiMouseClicked

      public void onGuiMouseClicked(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • onGuiMouseClickedPost

      public void onGuiMouseClickedPost(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • onRawMouseClicked

      public void onRawMouseClicked(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • onRawMouseClickedPost

      public void onRawMouseClickedPost(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • onGuiMouseReleased

      public void onGuiMouseReleased(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • onGuiMouseReleasedPost

      public void onGuiMouseReleasedPost(boolean[] bls, double d, double e, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)