Enum Class FishingBobberEntity.State

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

static enum FishingBobberEntity.State extends Enum<FishingBobberEntity.State>
Mappings:
Namespace Name
official amg$a
intermediary net/minecraft/class_993$class_3145
named net/minecraft/entity/projectile/FishingBobberEntity$State
  • Enum Constant Details

    • FLYING

      public static final FishingBobberEntity.State FLYING
      Mappings:
      Namespace Name Mixin selector
      official a Lamg$a;a:Lamg$a;
      intermediary field_15527 Lnet/minecraft/class_993$class_3145;field_15527:Lnet/minecraft/class_993$class_3145;
      named FLYING Lnet/minecraft/entity/projectile/FishingBobberEntity$State;FLYING:Lnet/minecraft/entity/projectile/FishingBobberEntity$State;
    • HOOKED_IN_ENTITY

      public static final FishingBobberEntity.State HOOKED_IN_ENTITY
      Mappings:
      Namespace Name Mixin selector
      official b Lamg$a;b:Lamg$a;
      intermediary field_15528 Lnet/minecraft/class_993$class_3145;field_15528:Lnet/minecraft/class_993$class_3145;
      named HOOKED_IN_ENTITY Lnet/minecraft/entity/projectile/FishingBobberEntity$State;HOOKED_IN_ENTITY:Lnet/minecraft/entity/projectile/FishingBobberEntity$State;
    • BOBBING

      public static final FishingBobberEntity.State BOBBING
      Mappings:
      Namespace Name Mixin selector
      official c Lamg$a;c:Lamg$a;
      intermediary field_15529 Lnet/minecraft/class_993$class_3145;field_15529:Lnet/minecraft/class_993$class_3145;
      named BOBBING Lnet/minecraft/entity/projectile/FishingBobberEntity$State;BOBBING:Lnet/minecraft/entity/projectile/FishingBobberEntity$State;
  • Constructor Details

    • State

      private State()
  • Method Details

    • values

      public static FishingBobberEntity.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 FishingBobberEntity.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