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

private static enum FishingBobberEntity.State extends Enum<FishingBobberEntity.State>
Mappings:
Namespace Name
official bxd$a
intermediary net/minecraft/class_1536$class_1537
named net/minecraft/entity/projectile/FishingBobberEntity$State
  • Enum Constant Details

    • FLYING

      public static final FishingBobberEntity.State FLYING
      Mappings:
      Namespace Name Mixin selector
      official a Lbxd$a;a:Lbxd$a;
      intermediary field_7180 Lnet/minecraft/class_1536$class_1537;field_7180:Lnet/minecraft/class_1536$class_1537;
      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 Lbxd$a;b:Lbxd$a;
      intermediary field_7178 Lnet/minecraft/class_1536$class_1537;field_7178:Lnet/minecraft/class_1536$class_1537;
      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 Lbxd$a;c:Lbxd$a;
      intermediary field_7179 Lnet/minecraft/class_1536$class_1537;field_7179:Lnet/minecraft/class_1536$class_1537;
      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