Class ApplyTransformationEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.render.ApplyTransformationEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleannet.minecraft.client.util.math.MatrixStacknet.minecraft.client.render.model.json.Transformation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplyTransformationEventget(net.minecraft.client.render.model.json.Transformation transformation, boolean leftHanded, net.minecraft.client.util.math.MatrixStack matrices) 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
-
transformation
public net.minecraft.client.render.model.json.Transformation transformation -
leftHanded
public boolean leftHanded -
matrices
public net.minecraft.client.util.math.MatrixStack matrices
-
-
Constructor Details
-
ApplyTransformationEvent
public ApplyTransformationEvent()
-
-
Method Details
-
get
public static ApplyTransformationEvent get(net.minecraft.client.render.model.json.Transformation transformation, boolean leftHanded, net.minecraft.client.util.math.MatrixStack matrices)
-