Class ModelTransformation

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

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

    • NONE

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

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

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

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

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

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

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

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

    • ModelTransformation

      private ModelTransformation()
    • ModelTransformation

      public ModelTransformation(ModelTransformation other)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lffb;<init>(Lffb;)V
      intermediary <init> Lnet/minecraft/class_809;<init>(Lnet/minecraft/class_809;)V
      named <init> Lnet/minecraft/client/render/model/json/ModelTransformation;<init>(Lnet/minecraft/client/render/model/json/ModelTransformation;)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
      official <init> Lffb;<init>(Lffa;Lffa;Lffa;Lffa;Lffa;Lffa;Lffa;Lffa;)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
      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
  • Method Details

    • getTransformation

      public Transformation getTransformation(ModelTransformation.Mode renderMode)
      Mappings:
      Namespace Name Mixin selector
      official a Lffb;a(Lffb$b;)Lffa;
      intermediary method_3503 Lnet/minecraft/class_809;method_3503(Lnet/minecraft/class_809$class_811;)Lnet/minecraft/class_804;
      named getTransformation Lnet/minecraft/client/render/model/json/ModelTransformation;getTransformation(Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;)Lnet/minecraft/client/render/model/json/Transformation;
    • isTransformationDefined

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