Enum Class ParrotEntity.class_7989

java.lang.Object
java.lang.Enum<ParrotEntity.class_7989>
net.minecraft.entity.passive.ParrotEntity.class_7989
All Implemented Interfaces:
Serializable, Comparable<ParrotEntity.class_7989>, Constable, StringIdentifiable
Enclosing class:
ParrotEntity

public static enum ParrotEntity.class_7989 extends Enum<ParrotEntity.class_7989> implements StringIdentifiable
Mappings:
Namespace Name
official bqc$b
intermediary net/minecraft/class_1453$class_7989
named net/minecraft/entity/passive/ParrotEntity$class_7989
  • Enum Constant Details

    • RED_BLUE

      public static final ParrotEntity.class_7989 RED_BLUE
      Mappings:
      Namespace Name Mixin selector
      official a Lbqc$b;a:Lbqc$b;
      intermediary field_41550 Lnet/minecraft/class_1453$class_7989;field_41550:Lnet/minecraft/class_1453$class_7989;
      named RED_BLUE Lnet/minecraft/entity/passive/ParrotEntity$class_7989;RED_BLUE:Lnet/minecraft/entity/passive/ParrotEntity$class_7989;
    • BLUE

      public static final ParrotEntity.class_7989 BLUE
      Mappings:
      Namespace Name Mixin selector
      official b Lbqc$b;b:Lbqc$b;
      intermediary field_41551 Lnet/minecraft/class_1453$class_7989;field_41551:Lnet/minecraft/class_1453$class_7989;
      named BLUE Lnet/minecraft/entity/passive/ParrotEntity$class_7989;BLUE:Lnet/minecraft/entity/passive/ParrotEntity$class_7989;
    • GREEN

      public static final ParrotEntity.class_7989 GREEN
      Mappings:
      Namespace Name Mixin selector
      official c Lbqc$b;c:Lbqc$b;
      intermediary field_41552 Lnet/minecraft/class_1453$class_7989;field_41552:Lnet/minecraft/class_1453$class_7989;
      named GREEN Lnet/minecraft/entity/passive/ParrotEntity$class_7989;GREEN:Lnet/minecraft/entity/passive/ParrotEntity$class_7989;
    • YELLOW_BLUE

      public static final ParrotEntity.class_7989 YELLOW_BLUE
      Mappings:
      Namespace Name Mixin selector
      official d Lbqc$b;d:Lbqc$b;
      intermediary field_41553 Lnet/minecraft/class_1453$class_7989;field_41553:Lnet/minecraft/class_1453$class_7989;
      named YELLOW_BLUE Lnet/minecraft/entity/passive/ParrotEntity$class_7989;YELLOW_BLUE:Lnet/minecraft/entity/passive/ParrotEntity$class_7989;
    • GRAY

      public static final ParrotEntity.class_7989 GRAY
      Mappings:
      Namespace Name Mixin selector
      official e Lbqc$b;e:Lbqc$b;
      intermediary field_41554 Lnet/minecraft/class_1453$class_7989;field_41554:Lnet/minecraft/class_1453$class_7989;
      named GRAY Lnet/minecraft/entity/passive/ParrotEntity$class_7989;GRAY:Lnet/minecraft/entity/passive/ParrotEntity$class_7989;
  • Field Details

    • field_41555

      public static final StringIdentifiable.Codec<ParrotEntity.class_7989> field_41555
      Mappings:
      Namespace Name Mixin selector
      official f Lbqc$b;f:Lcom/mojang/serialization/Codec;
      intermediary field_41555 Lnet/minecraft/class_1453$class_7989;field_41555:Lcom/mojang/serialization/Codec;
      named field_41555 Lnet/minecraft/entity/passive/ParrotEntity$class_7989;field_41555:Lcom/mojang/serialization/Codec;
    • field_41556

      private static final ParrotEntity.class_7989[] field_41556
      Mappings:
      Namespace Name Mixin selector
      official g Lbqc$b;g:[Lbqc$b;
      intermediary field_41556 Lnet/minecraft/class_1453$class_7989;field_41556:[Lnet/minecraft/class_1453$class_7989;
      named field_41556 Lnet/minecraft/entity/passive/ParrotEntity$class_7989;field_41556:[Lnet/minecraft/entity/passive/ParrotEntity$class_7989;
    • field_41557

      final int field_41557
      Mappings:
      Namespace Name Mixin selector
      official h Lbqc$b;h:I
      intermediary field_41557 Lnet/minecraft/class_1453$class_7989;field_41557:I
      named field_41557 Lnet/minecraft/entity/passive/ParrotEntity$class_7989;field_41557:I
    • field_41558

      private final String field_41558
      Mappings:
      Namespace Name Mixin selector
      official i Lbqc$b;i:Ljava/lang/String;
      intermediary field_41558 Lnet/minecraft/class_1453$class_7989;field_41558:Ljava/lang/String;
      named field_41558 Lnet/minecraft/entity/passive/ParrotEntity$class_7989;field_41558:Ljava/lang/String;
  • Constructor Details

    • class_7989

      private class_7989(int int2, String string)
  • Method Details

    • values

      public static ParrotEntity.class_7989[] 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 ParrotEntity.class_7989 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
    • method_47849

      public int method_47849()
      Mappings:
      Namespace Name Mixin selector
      official a Lbqc$b;a()I
      intermediary method_47849 Lnet/minecraft/class_1453$class_7989;method_47849()I
      named method_47849 Lnet/minecraft/entity/passive/ParrotEntity$class_7989;method_47849()I
    • method_47850

      public static ParrotEntity.class_7989 method_47850(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqc$b;a(I)Lbqc$b;
      intermediary method_47850 Lnet/minecraft/class_1453$class_7989;method_47850(I)Lnet/minecraft/class_1453$class_7989;
      named method_47850 Lnet/minecraft/entity/passive/ParrotEntity$class_7989;method_47850(I)Lnet/minecraft/entity/passive/ParrotEntity$class_7989;
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;