Enum Class VisionTypeOuterClass.VisionType

java.lang.Object
java.lang.Enum<VisionTypeOuterClass.VisionType>
emu.grasscutter.net.proto.VisionTypeOuterClass.VisionType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<VisionTypeOuterClass.VisionType>, Constable
Enclosing class:
VisionTypeOuterClass

public static enum VisionTypeOuterClass.VisionType extends Enum<VisionTypeOuterClass.VisionType> implements com.google.protobuf.ProtocolMessageEnum
 Name: GCJAHMGAAGM
 
Protobuf enum VisionType
  • Enum Constant Details

  • Field Details

    • VISION_TYPE_NONE_VALUE

      public static final int VISION_TYPE_NONE_VALUE
      VISION_TYPE_NONE = 0;
      See Also:
    • VISION_TYPE_MEET_VALUE

      public static final int VISION_TYPE_MEET_VALUE
      VISION_TYPE_MEET = 1;
      See Also:
    • VISION_TYPE_REBORN_VALUE

      public static final int VISION_TYPE_REBORN_VALUE
      VISION_TYPE_REBORN = 2;
      See Also:
    • VISION_TYPE_REPLACE_VALUE

      public static final int VISION_TYPE_REPLACE_VALUE
      VISION_TYPE_REPLACE = 3;
      See Also:
    • VISION_TYPE_WAYPOINT_REBORN_VALUE

      public static final int VISION_TYPE_WAYPOINT_REBORN_VALUE
      VISION_TYPE_WAYPOINT_REBORN = 4;
      See Also:
    • VISION_TYPE_MISS_VALUE

      public static final int VISION_TYPE_MISS_VALUE
      VISION_TYPE_MISS = 5;
      See Also:
    • VISION_TYPE_DIE_VALUE

      public static final int VISION_TYPE_DIE_VALUE
      VISION_TYPE_DIE = 6;
      See Also:
    • VISION_TYPE_GATHER_ESCAPE_VALUE

      public static final int VISION_TYPE_GATHER_ESCAPE_VALUE
      VISION_TYPE_GATHER_ESCAPE = 7;
      See Also:
    • VISION_TYPE_REFRESH_VALUE

      public static final int VISION_TYPE_REFRESH_VALUE
      VISION_TYPE_REFRESH = 8;
      See Also:
    • VISION_TYPE_TRANSPORT_VALUE

      public static final int VISION_TYPE_TRANSPORT_VALUE
      VISION_TYPE_TRANSPORT = 9;
      See Also:
    • VISION_TYPE_REPLACE_DIE_VALUE

      public static final int VISION_TYPE_REPLACE_DIE_VALUE
      VISION_TYPE_REPLACE_DIE = 10;
      See Also:
    • VISION_TYPE_REPLACE_NO_NOTIFY_VALUE

      public static final int VISION_TYPE_REPLACE_NO_NOTIFY_VALUE
      VISION_TYPE_REPLACE_NO_NOTIFY = 11;
      See Also:
    • VISION_TYPE_BORN_VALUE

      public static final int VISION_TYPE_BORN_VALUE
      VISION_TYPE_BORN = 12;
      See Also:
    • VISION_TYPE_PICKUP_VALUE

      public static final int VISION_TYPE_PICKUP_VALUE
      VISION_TYPE_PICKUP = 13;
      See Also:
    • VISION_TYPE_REMOVE_VALUE

      public static final int VISION_TYPE_REMOVE_VALUE
      VISION_TYPE_REMOVE = 14;
      See Also:
    • VISION_TYPE_CHANGE_COSTUME_VALUE

      public static final int VISION_TYPE_CHANGE_COSTUME_VALUE
      VISION_TYPE_CHANGE_COSTUME = 15;
      See Also:
    • VISION_TYPE_FISH_REFRESH_VALUE

      public static final int VISION_TYPE_FISH_REFRESH_VALUE
      VISION_TYPE_FISH_REFRESH = 16;
      See Also:
    • VISION_TYPE_FISH_BIG_SHOCK_VALUE

      public static final int VISION_TYPE_FISH_BIG_SHOCK_VALUE
      VISION_TYPE_FISH_BIG_SHOCK = 17;
      See Also:
    • VISION_TYPE_FISH_QTE_SUCC_VALUE

      public static final int VISION_TYPE_FISH_QTE_SUCC_VALUE
      VISION_TYPE_FISH_QTE_SUCC = 18;
      See Also:
    • VISION_TYPE_CAPTURE_DISAPPEAR_VALUE

      public static final int VISION_TYPE_CAPTURE_DISAPPEAR_VALUE
      VISION_TYPE_CAPTURE_DISAPPEAR = 19;
      See Also:
  • Method Details

    • values

      public static VisionTypeOuterClass.VisionType[] 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 VisionTypeOuterClass.VisionType 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
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static VisionTypeOuterClass.VisionType valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static VisionTypeOuterClass.VisionType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<VisionTypeOuterClass.VisionType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static VisionTypeOuterClass.VisionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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:
      desc - 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