Enum Class ParrotEntityModel.Pose

java.lang.Object
java.lang.Enum<ParrotEntityModel.Pose>
net.minecraft.client.render.entity.model.ParrotEntityModel.Pose
All Implemented Interfaces:
Serializable, Comparable<ParrotEntityModel.Pose>, Constable
Enclosing class:
ParrotEntityModel

@Environment(CLIENT) public static enum ParrotEntityModel.Pose extends Enum<ParrotEntityModel.Pose>
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/ParrotEntityModel$Pose
intermediary net/minecraft/class_584$class_585
official gda$a
  • Enum Constant Details Link icon

    • FLYING Link icon

      public static final ParrotEntityModel.Pose FLYING
      Mappings:
      Namespace Name Mixin selector
      named FLYING Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;FLYING:Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;
      intermediary field_3462 Lnet/minecraft/class_584$class_585;field_3462:Lnet/minecraft/class_584$class_585;
      official a Lgda$a;a:Lgda$a;
    • STANDING Link icon

      public static final ParrotEntityModel.Pose STANDING
      Mappings:
      Namespace Name Mixin selector
      named STANDING Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;STANDING:Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;
      intermediary field_3465 Lnet/minecraft/class_584$class_585;field_3465:Lnet/minecraft/class_584$class_585;
      official b Lgda$a;b:Lgda$a;
    • SITTING Link icon

      public static final ParrotEntityModel.Pose SITTING
      Mappings:
      Namespace Name Mixin selector
      named SITTING Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;SITTING:Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;
      intermediary field_3466 Lnet/minecraft/class_584$class_585;field_3466:Lnet/minecraft/class_584$class_585;
      official c Lgda$a;c:Lgda$a;
    • PARTY Link icon

      public static final ParrotEntityModel.Pose PARTY
      Mappings:
      Namespace Name Mixin selector
      named PARTY Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;PARTY:Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;
      intermediary field_3463 Lnet/minecraft/class_584$class_585;field_3463:Lnet/minecraft/class_584$class_585;
      official d Lgda$a;d:Lgda$a;
    • ON_SHOULDER Link icon

      public static final ParrotEntityModel.Pose ON_SHOULDER
      Mappings:
      Namespace Name Mixin selector
      named ON_SHOULDER Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;ON_SHOULDER:Lnet/minecraft/client/render/entity/model/ParrotEntityModel$Pose;
      intermediary field_3464 Lnet/minecraft/class_584$class_585;field_3464:Lnet/minecraft/class_584$class_585;
      official e Lgda$a;e:Lgda$a;
  • Constructor Details Link icon

    • Pose Link icon

      private Pose()
  • Method Details Link icon

    • values Link icon

      public static ParrotEntityModel.Pose[] 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 Link icon

      public static ParrotEntityModel.Pose 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