Class ModelTransform

java.lang.Object
net.minecraft.client.model.ModelTransform

@Environment(CLIENT) public class ModelTransform extends Object
Mappings:
Namespace Name
official eyj
intermediary net/minecraft/class_5603
named net/minecraft/client/model/ModelTransform
  • Field Details

    • NONE

      public static final ModelTransform NONE
      Mappings:
      Namespace Name Mixin selector
      official a Leyj;a:Leyj;
      intermediary field_27701 Lnet/minecraft/class_5603;field_27701:Lnet/minecraft/class_5603;
      named NONE Lnet/minecraft/client/model/ModelTransform;NONE:Lnet/minecraft/client/model/ModelTransform;
    • pivotX

      public final float pivotX
      Mappings:
      Namespace Name Mixin selector
      official b Leyj;b:F
      intermediary field_27702 Lnet/minecraft/class_5603;field_27702:F
      named pivotX Lnet/minecraft/client/model/ModelTransform;pivotX:F
    • pivotY

      public final float pivotY
      Mappings:
      Namespace Name Mixin selector
      official c Leyj;c:F
      intermediary field_27703 Lnet/minecraft/class_5603;field_27703:F
      named pivotY Lnet/minecraft/client/model/ModelTransform;pivotY:F
    • pivotZ

      public final float pivotZ
      Mappings:
      Namespace Name Mixin selector
      official d Leyj;d:F
      intermediary field_27704 Lnet/minecraft/class_5603;field_27704:F
      named pivotZ Lnet/minecraft/client/model/ModelTransform;pivotZ:F
    • pitch

      public final float pitch
      Mappings:
      Namespace Name Mixin selector
      official e Leyj;e:F
      intermediary field_27705 Lnet/minecraft/class_5603;field_27705:F
      named pitch Lnet/minecraft/client/model/ModelTransform;pitch:F
    • yaw

      public final float yaw
      Mappings:
      Namespace Name Mixin selector
      official f Leyj;f:F
      intermediary field_27706 Lnet/minecraft/class_5603;field_27706:F
      named yaw Lnet/minecraft/client/model/ModelTransform;yaw:F
    • roll

      public final float roll
      Mappings:
      Namespace Name Mixin selector
      official g Leyj;g:F
      intermediary field_27707 Lnet/minecraft/class_5603;field_27707:F
      named roll Lnet/minecraft/client/model/ModelTransform;roll:F
  • Constructor Details

    • ModelTransform

      private ModelTransform(float pivotX, float pivotY, float pivotZ, float pitch, float yaw, float roll)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leyj;<init>(FFFFFF)V
      intermediary <init> Lnet/minecraft/class_5603;<init>(FFFFFF)V
      named <init> Lnet/minecraft/client/model/ModelTransform;<init>(FFFFFF)V
  • Method Details

    • pivot

      public static ModelTransform pivot(float pivotX, float pivotY, float pivotZ)
      Mappings:
      Namespace Name Mixin selector
      official a Leyj;a(FFF)Leyj;
      intermediary method_32090 Lnet/minecraft/class_5603;method_32090(FFF)Lnet/minecraft/class_5603;
      named pivot Lnet/minecraft/client/model/ModelTransform;pivot(FFF)Lnet/minecraft/client/model/ModelTransform;
    • rotation

      public static ModelTransform rotation(float pitch, float yaw, float roll)
      Mappings:
      Namespace Name Mixin selector
      official b Leyj;b(FFF)Leyj;
      intermediary method_32092 Lnet/minecraft/class_5603;method_32092(FFF)Lnet/minecraft/class_5603;
      named rotation Lnet/minecraft/client/model/ModelTransform;rotation(FFF)Lnet/minecraft/client/model/ModelTransform;
    • of

      public static ModelTransform of(float pivotX, float pivotY, float pivotZ, float pitch, float yaw, float roll)
      Mappings:
      Namespace Name Mixin selector
      official a Leyj;a(FFFFFF)Leyj;
      intermediary method_32091 Lnet/minecraft/class_5603;method_32091(FFFFFF)Lnet/minecraft/class_5603;
      named of Lnet/minecraft/client/model/ModelTransform;of(FFFFFF)Lnet/minecraft/client/model/ModelTransform;