Class ModelTransformation

java.lang.Object
net.minecraft.client.render.model.json.ModelTransformation

@Environment(CLIENT) public class ModelTransformation extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/model/json/ModelTransformation
intermediary net/minecraft/class_809
official ggi
  • Field Details

    • NONE

      public static final ModelTransformation NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/client/render/model/json/ModelTransformation;NONE:Lnet/minecraft/client/render/model/json/ModelTransformation;
      intermediary field_4301 Lnet/minecraft/class_809;field_4301:Lnet/minecraft/class_809;
      official a Lggi;a:Lggi;
    • thirdPersonLeftHand

      public final Transformation thirdPersonLeftHand
      Mappings:
      Namespace Name Mixin selector
      named thirdPersonLeftHand Lnet/minecraft/client/render/model/json/ModelTransformation;thirdPersonLeftHand:Lnet/minecraft/client/render/model/json/Transformation;
      intermediary field_4305 Lnet/minecraft/class_809;field_4305:Lnet/minecraft/class_804;
      official b Lggi;b:Lggh;
    • thirdPersonRightHand

      public final Transformation thirdPersonRightHand
      Mappings:
      Namespace Name Mixin selector
      named thirdPersonRightHand Lnet/minecraft/client/render/model/json/ModelTransformation;thirdPersonRightHand:Lnet/minecraft/client/render/model/json/Transformation;
      intermediary field_4307 Lnet/minecraft/class_809;field_4307:Lnet/minecraft/class_804;
      official c Lggi;c:Lggh;
    • firstPersonLeftHand

      public final Transformation firstPersonLeftHand
      Mappings:
      Namespace Name Mixin selector
      named firstPersonLeftHand Lnet/minecraft/client/render/model/json/ModelTransformation;firstPersonLeftHand:Lnet/minecraft/client/render/model/json/Transformation;
      intermediary field_4302 Lnet/minecraft/class_809;field_4302:Lnet/minecraft/class_804;
      official d Lggi;d:Lggh;
    • firstPersonRightHand

      public final Transformation firstPersonRightHand
      Mappings:
      Namespace Name Mixin selector
      named firstPersonRightHand Lnet/minecraft/client/render/model/json/ModelTransformation;firstPersonRightHand:Lnet/minecraft/client/render/model/json/Transformation;
      intermediary field_4304 Lnet/minecraft/class_809;field_4304:Lnet/minecraft/class_804;
      official e Lggi;e:Lggh;
    • gui

      public final Transformation gui
      Mappings:
      Namespace Name Mixin selector
      named gui Lnet/minecraft/client/render/model/json/ModelTransformation;gui:Lnet/minecraft/client/render/model/json/Transformation;
      intermediary field_4300 Lnet/minecraft/class_809;field_4300:Lnet/minecraft/class_804;
      official g Lggi;g:Lggh;
    • ground

      public final Transformation ground
      Mappings:
      Namespace Name Mixin selector
      named ground Lnet/minecraft/client/render/model/json/ModelTransformation;ground:Lnet/minecraft/client/render/model/json/Transformation;
      intermediary field_4303 Lnet/minecraft/class_809;field_4303:Lnet/minecraft/class_804;
      official h Lggi;h:Lggh;
    • fixed

      public final Transformation fixed
      Mappings:
      Namespace Name Mixin selector
      named fixed Lnet/minecraft/client/render/model/json/ModelTransformation;fixed:Lnet/minecraft/client/render/model/json/Transformation;
      intermediary field_4306 Lnet/minecraft/class_809;field_4306:Lnet/minecraft/class_804;
      official i Lggi;i:Lggh;
  • Constructor Details

    • ModelTransformation

      private ModelTransformation()
    • ModelTransformation

      public ModelTransformation(ModelTransformation other)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/model/json/ModelTransformation;<init>(Lnet/minecraft/client/render/model/json/ModelTransformation;)V
      intermediary <init> Lnet/minecraft/class_809;<init>(Lnet/minecraft/class_809;)V
      official <init> Lggi;<init>(Lggi;)V
    • ModelTransformation

      public ModelTransformation(Transformation thirdPersonLeftHand, Transformation thirdPersonRightHand, Transformation firstPersonLeftHand, Transformation firstPersonRightHand, Transformation head, Transformation gui, Transformation ground, Transformation fixed)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/model/json/ModelTransformation;<init>(Lnet/minecraft/client/render/model/json/Transformation;Lnet/minecraft/client/render/model/json/Transformation;Lnet/minecraft/client/render/model/json/Transformation;Lnet/minecraft/client/render/model/json/Transformation;Lnet/minecraft/client/render/model/json/Transformation;Lnet/minecraft/client/render/model/json/Transformation;Lnet/minecraft/client/render/model/json/Transformation;Lnet/minecraft/client/render/model/json/Transformation;)V
      intermediary <init> Lnet/minecraft/class_809;<init>(Lnet/minecraft/class_804;Lnet/minecraft/class_804;Lnet/minecraft/class_804;Lnet/minecraft/class_804;Lnet/minecraft/class_804;Lnet/minecraft/class_804;Lnet/minecraft/class_804;Lnet/minecraft/class_804;)V
      official <init> Lggi;<init>(Lggh;Lggh;Lggh;Lggh;Lggh;Lggh;Lggh;Lggh;)V
  • Method Details

    • getTransformation

      public Transformation getTransformation(ModelTransformationMode renderMode)
      Mappings:
      Namespace Name Mixin selector
      named getTransformation Lnet/minecraft/client/render/model/json/ModelTransformation;getTransformation(Lnet/minecraft/client/render/model/json/ModelTransformationMode;)Lnet/minecraft/client/render/model/json/Transformation;
      intermediary method_3503 Lnet/minecraft/class_809;method_3503(Lnet/minecraft/class_811;)Lnet/minecraft/class_804;
      official a Lggi;a(Lcun;)Lggh;
    • isTransformationDefined

      public boolean isTransformationDefined(ModelTransformationMode renderMode)
      Mappings:
      Namespace Name Mixin selector
      named isTransformationDefined Lnet/minecraft/client/render/model/json/ModelTransformation;isTransformationDefined(Lnet/minecraft/client/render/model/json/ModelTransformationMode;)Z
      intermediary method_3501 Lnet/minecraft/class_809;method_3501(Lnet/minecraft/class_811;)Z
      official b Lggi;b(Lcun;)Z