Class InteractBlockEvent

java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.entity.player.InteractBlockEvent
All Implemented Interfaces:
meteordevelopment.orbit.ICancellable

public class InteractBlockEvent extends Cancellable
  • Field Details

    • hand

      public net.minecraft.util.Hand hand
    • result

      public net.minecraft.util.hit.BlockHitResult result
  • Constructor Details

    • InteractBlockEvent

      public InteractBlockEvent()
  • Method Details

    • get

      public static InteractBlockEvent get(net.minecraft.util.Hand hand, net.minecraft.util.hit.BlockHitResult result)