Class StartBreakingBlockEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.entity.player.StartBreakingBlockEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StartBreakingBlockEventget(net.minecraft.util.math.BlockPos blockPos, net.minecraft.util.math.Direction direction) Methods inherited from class meteordevelopment.meteorclient.events.Cancellable
isCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface meteordevelopment.orbit.ICancellable
cancel
-
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)
-