Class BreakBlockEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.entity.player.BreakBlockEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BreakBlockEventget(net.minecraft.util.math.BlockPos blockPos) 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
-
-
Constructor Details
-
BreakBlockEvent
public BreakBlockEvent()
-
-
Method Details
-
get
-