Enum Class SalmonEntity.class_9869

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

public static enum SalmonEntity.class_9869 extends Enum<SalmonEntity.class_9869> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/entity/passive/SalmonEntity$class_9869
intermediary net/minecraft/class_1462$class_9869
official cgq$a
  • Enum Constant Details

    • SMALL

      public static final SalmonEntity.class_9869 SMALL
      Mappings:
      Namespace Name Mixin selector
      named SMALL Lnet/minecraft/entity/passive/SalmonEntity$class_9869;SMALL:Lnet/minecraft/entity/passive/SalmonEntity$class_9869;
      intermediary field_52470 Lnet/minecraft/class_1462$class_9869;field_52470:Lnet/minecraft/class_1462$class_9869;
      official a Lcgq$a;a:Lcgq$a;
    • MEDIUM

      public static final SalmonEntity.class_9869 MEDIUM
      Mappings:
      Namespace Name Mixin selector
      named MEDIUM Lnet/minecraft/entity/passive/SalmonEntity$class_9869;MEDIUM:Lnet/minecraft/entity/passive/SalmonEntity$class_9869;
      intermediary field_52471 Lnet/minecraft/class_1462$class_9869;field_52471:Lnet/minecraft/class_1462$class_9869;
      official b Lcgq$a;b:Lcgq$a;
    • LARGE

      public static final SalmonEntity.class_9869 LARGE
      Mappings:
      Namespace Name Mixin selector
      named LARGE Lnet/minecraft/entity/passive/SalmonEntity$class_9869;LARGE:Lnet/minecraft/entity/passive/SalmonEntity$class_9869;
      intermediary field_52472 Lnet/minecraft/class_1462$class_9869;field_52472:Lnet/minecraft/class_1462$class_9869;
      official c Lcgq$a;c:Lcgq$a;
  • Field Details

    • field_52473

      public static final StringIdentifiable.EnumCodec<SalmonEntity.class_9869> field_52473
      Mappings:
      Namespace Name Mixin selector
      named field_52473 Lnet/minecraft/entity/passive/SalmonEntity$class_9869;field_52473:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
      intermediary field_52473 Lnet/minecraft/class_1462$class_9869;field_52473:Lnet/minecraft/class_3542$class_7292;
      official d Lcgq$a;d:Lazy$a;
    • field_52474

      final String field_52474
      Mappings:
      Namespace Name Mixin selector
      named field_52474 Lnet/minecraft/entity/passive/SalmonEntity$class_9869;field_52474:Ljava/lang/String;
      intermediary field_52474 Lnet/minecraft/class_1462$class_9869;field_52474:Ljava/lang/String;
      official e Lcgq$a;e:Ljava/lang/String;
  • Constructor Details

    • class_9869

      private class_9869(String string)
  • Method Details

    • values

      public static SalmonEntity.class_9869[] 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 SalmonEntity.class_9869 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
    • 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
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazy;c()Ljava/lang/String;
    • method_61474

      static SalmonEntity.class_9869 method_61474(String string)
      Mappings:
      Namespace Name Mixin selector
      named method_61474 Lnet/minecraft/entity/passive/SalmonEntity$class_9869;method_61474(Ljava/lang/String;)Lnet/minecraft/entity/passive/SalmonEntity$class_9869;
      intermediary method_61474 Lnet/minecraft/class_1462$class_9869;method_61474(Ljava/lang/String;)Lnet/minecraft/class_1462$class_9869;
      official a Lcgq$a;a(Ljava/lang/String;)Lcgq$a;