Class InteractBlockEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.entity.player.InteractBlockEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InteractBlockEventget(net.minecraft.util.Hand hand, net.minecraft.util.hit.BlockHitResult result) 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
-
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)
-