Enum 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>, java.lang.constant.Constable
Enclosing class:
ModelTransformation

@Environment(CLIENT)
public static enum ModelTransformation.Mode
extends Enum<ModelTransformation.Mode>
Mappings:
Namespace Name
official bgr$b
intermediary net/minecraft/class_1080$class_1082
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 Lbgr$b;a:Lbgr$b;
      intermediary field_4644 Lnet/minecraft/class_1080$class_1082;field_4644:Lnet/minecraft/class_1080$class_1082;
      named NONE Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;NONE:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • THIRD_PERSON

      public static final ModelTransformation.Mode THIRD_PERSON
      Mappings:
      Namespace Name Mixin selector
      official b Lbgr$b;b:Lbgr$b;
      intermediary field_4645 Lnet/minecraft/class_1080$class_1082;field_4645:Lnet/minecraft/class_1080$class_1082;
      named THIRD_PERSON Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;THIRD_PERSON:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • FIRST_PERSON

      public static final ModelTransformation.Mode FIRST_PERSON
      Mappings:
      Namespace Name Mixin selector
      official c Lbgr$b;c:Lbgr$b;
      intermediary field_4646 Lnet/minecraft/class_1080$class_1082;field_4646:Lnet/minecraft/class_1080$class_1082;
      named FIRST_PERSON Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;FIRST_PERSON:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
    • GUI

      public static final ModelTransformation.Mode GUI
      Mappings:
      Namespace Name Mixin selector
      official e Lbgr$b;e:Lbgr$b;
      intermediary field_4648 Lnet/minecraft/class_1080$class_1082;field_4648:Lnet/minecraft/class_1080$class_1082;
      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 f Lbgr$b;f:Lbgr$b;
      intermediary field_4649 Lnet/minecraft/class_1080$class_1082;field_4649:Lnet/minecraft/class_1080$class_1082;
      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 g Lbgr$b;g:Lbgr$b;
      intermediary field_4650 Lnet/minecraft/class_1080$class_1082;field_4650:Lnet/minecraft/class_1080$class_1082;
      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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ModelTransformation.Mode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null