Enum Class AxolotlEntity.State

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

public static enum AxolotlEntity.State extends Enum<AxolotlEntity.State>
Mappings:
Namespace Name
named net/minecraft/entity/passive/AxolotlEntity$State
intermediary net/minecraft/class_5762$class_9870
official cji$a
  • Enum Constant Details

    • PLAYING_DEAD

      public static final AxolotlEntity.State PLAYING_DEAD
      Mappings:
      Namespace Name Mixin selector
      named PLAYING_DEAD Lnet/minecraft/entity/passive/AxolotlEntity$State;PLAYING_DEAD:Lnet/minecraft/entity/passive/AxolotlEntity$State;
      intermediary field_52483 Lnet/minecraft/class_5762$class_9870;field_52483:Lnet/minecraft/class_5762$class_9870;
      official a Lcji$a;a:Lcji$a;
    • IN_WATER

      public static final AxolotlEntity.State IN_WATER
      Mappings:
      Namespace Name Mixin selector
      named IN_WATER Lnet/minecraft/entity/passive/AxolotlEntity$State;IN_WATER:Lnet/minecraft/entity/passive/AxolotlEntity$State;
      intermediary field_52484 Lnet/minecraft/class_5762$class_9870;field_52484:Lnet/minecraft/class_5762$class_9870;
      official b Lcji$a;b:Lcji$a;
    • ON_GROUND

      public static final AxolotlEntity.State ON_GROUND
      Mappings:
      Namespace Name Mixin selector
      named ON_GROUND Lnet/minecraft/entity/passive/AxolotlEntity$State;ON_GROUND:Lnet/minecraft/entity/passive/AxolotlEntity$State;
      intermediary field_52485 Lnet/minecraft/class_5762$class_9870;field_52485:Lnet/minecraft/class_5762$class_9870;
      official c Lcji$a;c:Lcji$a;
    • IN_AIR

      public static final AxolotlEntity.State IN_AIR
      Mappings:
      Namespace Name Mixin selector
      named IN_AIR Lnet/minecraft/entity/passive/AxolotlEntity$State;IN_AIR:Lnet/minecraft/entity/passive/AxolotlEntity$State;
      intermediary field_52486 Lnet/minecraft/class_5762$class_9870;field_52486:Lnet/minecraft/class_5762$class_9870;
      official d Lcji$a;d:Lcji$a;
  • Constructor Details

    • State

      private State()
  • Method Details

    • values

      public static AxolotlEntity.State[] 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 AxolotlEntity.State 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