Enum Class ModelTransformation.Mode

java.lang.Object
java.lang.Enum<ModelTransformation.Mode>
net.minecraft.client.render.model.json.ModelTransformation.Mode
All Implemented Interfaces:
Serializable, Comparable<ModelTransformation.Mode>, Constable
Enclosing class:
ModelTransformation

@Environment(CLIENT) public static enum ModelTransformation.Mode extends Enum<ModelTransformation.Mode>
Mappings:
Namespace Name
official ffb$b
intermediary net/minecraft/class_809$class_811
named net/minecraft/client/render/model/json/ModelTransformation$Mode
  • Enum Constant Details

    • NONE

      public static final ModelTransformation.Mode NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lffb$b;a:Lffb$b;
      intermediary field_4315 Lnet/minecraft/class_809$class_811;field_4315:Lnet/minecraft/class_809$class_811;
      named NONE Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;NONE:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • THIRD_PERSON_LEFT_HAND

      public static final ModelTransformation.Mode THIRD_PERSON_LEFT_HAND
      Mappings:
      Namespace Name Mixin selector
      official b Lffb$b;b:Lffb$b;
      intermediary field_4323 Lnet/minecraft/class_809$class_811;field_4323:Lnet/minecraft/class_809$class_811;
      named THIRD_PERSON_LEFT_HAND Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;THIRD_PERSON_LEFT_HAND:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • THIRD_PERSON_RIGHT_HAND

      public static final ModelTransformation.Mode THIRD_PERSON_RIGHT_HAND
      Mappings:
      Namespace Name Mixin selector
      official c Lffb$b;c:Lffb$b;
      intermediary field_4320 Lnet/minecraft/class_809$class_811;field_4320:Lnet/minecraft/class_809$class_811;
      named THIRD_PERSON_RIGHT_HAND Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;THIRD_PERSON_RIGHT_HAND:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • FIRST_PERSON_LEFT_HAND

      public static final ModelTransformation.Mode FIRST_PERSON_LEFT_HAND
      Mappings:
      Namespace Name Mixin selector
      official d Lffb$b;d:Lffb$b;
      intermediary field_4321 Lnet/minecraft/class_809$class_811;field_4321:Lnet/minecraft/class_809$class_811;
      named FIRST_PERSON_LEFT_HAND Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;FIRST_PERSON_LEFT_HAND:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • FIRST_PERSON_RIGHT_HAND

      public static final ModelTransformation.Mode FIRST_PERSON_RIGHT_HAND
      Mappings:
      Namespace Name Mixin selector
      official e Lffb$b;e:Lffb$b;
      intermediary field_4322 Lnet/minecraft/class_809$class_811;field_4322:Lnet/minecraft/class_809$class_811;
      named FIRST_PERSON_RIGHT_HAND Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;FIRST_PERSON_RIGHT_HAND:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • GUI

      public static final ModelTransformation.Mode GUI
      Mappings:
      Namespace Name Mixin selector
      official g Lffb$b;g:Lffb$b;
      intermediary field_4317 Lnet/minecraft/class_809$class_811;field_4317:Lnet/minecraft/class_809$class_811;
      named GUI Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;GUI:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • GROUND

      public static final ModelTransformation.Mode GROUND
      Mappings:
      Namespace Name Mixin selector
      official h Lffb$b;h:Lffb$b;
      intermediary field_4318 Lnet/minecraft/class_809$class_811;field_4318:Lnet/minecraft/class_809$class_811;
      named GROUND Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;GROUND:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • FIXED

      public static final ModelTransformation.Mode FIXED
      Mappings:
      Namespace Name Mixin selector
      official i Lffb$b;i:Lffb$b;
      intermediary field_4319 Lnet/minecraft/class_809$class_811;field_4319:Lnet/minecraft/class_809$class_811;
      named FIXED Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;FIXED:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
  • Constructor Details

    • Mode

      private Mode()
  • Method Details

    • values

      public static ModelTransformation.Mode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ModelTransformation.Mode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isFirstPerson

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