Class ApplyTransformationEvent

java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.render.ApplyTransformationEvent
All Implemented Interfaces:
meteordevelopment.orbit.ICancellable

public class ApplyTransformationEvent extends Cancellable
  • 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)