Class InteractEntityEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.entity.player.InteractEntityEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InteractEntityEventget(net.minecraft.entity.Entity entity, net.minecraft.util.Hand hand) 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
-
entity
public net.minecraft.entity.Entity entity -
hand
public net.minecraft.util.Hand hand
-
-
Constructor Details
-
InteractEntityEvent
public InteractEntityEvent()
-
-
Method Details
-
get
public static InteractEntityEvent get(net.minecraft.entity.Entity entity, net.minecraft.util.Hand hand)
-