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) net.minecraft.block.BlockStategetBlockState(net.minecraft.world.World world) 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
-
getBlockState
public net.minecraft.block.BlockState getBlockState(net.minecraft.world.World world) -
get
-