Interface ClickAirCallback


public interface ClickAirCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<ClickAirCallback>
     
    static final net.fabricmc.fabric.api.event.Event<ClickAirCallback>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.InteractionResult
    interact(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand)
     
  • Field Details

    • LEFT_CLICK_EVENT

      static final net.fabricmc.fabric.api.event.Event<ClickAirCallback> LEFT_CLICK_EVENT
    • RIGHT_CLICK_EVENT

      static final net.fabricmc.fabric.api.event.Event<ClickAirCallback> RIGHT_CLICK_EVENT
  • Method Details

    • interact

      net.minecraft.world.InteractionResult interact(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand)