Enum Class TropicalFishEntity.Size

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

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

    • SMALL

      public static final TropicalFishEntity.Size SMALL
      Mappings:
      Namespace Name Mixin selector
      official a Lbqo$a;a:Lbqo$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$Size;SMALL:Lnet/minecraft/entity/passive/TropicalFishEntity$Size;
    • LARGE

      public static final TropicalFishEntity.Size LARGE
      Mappings:
      Namespace Name Mixin selector
      official b Lbqo$a;b:Lbqo$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$Size;LARGE:Lnet/minecraft/entity/passive/TropicalFishEntity$Size;
  • Field Details

    • id

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

    • Size

      private Size(int id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbqo$a;<init>(Ljava/lang/String;II)V
      intermediary <init> Lnet/minecraft/class_1474$class_7991;<init>(Ljava/lang/String;II)V
      named <init> Lnet/minecraft/entity/passive/TropicalFishEntity$Size;<init>(Ljava/lang/String;II)V
  • Method Details

    • values

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