Class StartBreakingBlockEvent

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

public class StartBreakingBlockEvent extends Cancellable
  • Field Details

    • blockPos

      public net.minecraft.util.math.BlockPos blockPos
    • direction

      public net.minecraft.util.math.Direction direction
  • Constructor Details

    • StartBreakingBlockEvent

      public StartBreakingBlockEvent()
  • Method Details

    • get

      public static StartBreakingBlockEvent get(net.minecraft.util.math.BlockPos blockPos, net.minecraft.util.math.Direction direction)