Enum Class TropicalFishEntity.class_7991

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

public static enum TropicalFishEntity.class_7991 extends Enum<TropicalFishEntity.class_7991>
Mappings:
Namespace Name
official bqm$a
intermediary net/minecraft/class_1474$class_7991
named net/minecraft/entity/passive/TropicalFishEntity$class_7991
  • Enum Constant Details

    • SMALL

      public static final TropicalFishEntity.class_7991 SMALL
      Mappings:
      Namespace Name Mixin selector
      official a Lbqm$a;a:Lbqm$a;
      intermediary field_41574 Lnet/minecraft/class_1474$class_7991;field_41574:Lnet/minecraft/class_1474$class_7991;
      named SMALL Lnet/minecraft/entity/passive/TropicalFishEntity$class_7991;SMALL:Lnet/minecraft/entity/passive/TropicalFishEntity$class_7991;
    • LARGE

      public static final TropicalFishEntity.class_7991 LARGE
      Mappings:
      Namespace Name Mixin selector
      official b Lbqm$a;b:Lbqm$a;
      intermediary field_41575 Lnet/minecraft/class_1474$class_7991;field_41575:Lnet/minecraft/class_1474$class_7991;
      named LARGE Lnet/minecraft/entity/passive/TropicalFishEntity$class_7991;LARGE:Lnet/minecraft/entity/passive/TropicalFishEntity$class_7991;
  • Field Details

    • field_41576

      final int field_41576
      Mappings:
      Namespace Name Mixin selector
      official c Lbqm$a;c:I
      intermediary field_41576 Lnet/minecraft/class_1474$class_7991;field_41576:I
      named field_41576 Lnet/minecraft/entity/passive/TropicalFishEntity$class_7991;field_41576:I
  • Constructor Details

    • class_7991

      private class_7991(int int2)
  • Method Details

    • values

      public static TropicalFishEntity.class_7991[] 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 TropicalFishEntity.class_7991 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