Package emu.grasscutter.net.proto
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: GCJAHMGAAGMProtobuf enum
VisionType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionVISION_TYPE_BORN = 12;VISION_TYPE_CAPTURE_DISAPPEAR = 19;VISION_TYPE_CHANGE_COSTUME = 15;VISION_TYPE_DIE = 6;VISION_TYPE_FISH_BIG_SHOCK = 17;VISION_TYPE_FISH_QTE_SUCC = 18;VISION_TYPE_FISH_REFRESH = 16;VISION_TYPE_GATHER_ESCAPE = 7;VISION_TYPE_MEET = 1;VISION_TYPE_MISS = 5;VISION_TYPE_NONE = 0;VISION_TYPE_PICKUP = 13;VISION_TYPE_REBORN = 2;VISION_TYPE_REFRESH = 8;VISION_TYPE_REMOVE = 14;VISION_TYPE_REPLACE = 3;VISION_TYPE_REPLACE_DIE = 10;VISION_TYPE_REPLACE_NO_NOTIFY = 11;VISION_TYPE_TRANSPORT = 9;VISION_TYPE_WAYPOINT_REBORN = 4; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intVISION_TYPE_BORN = 12;static final intVISION_TYPE_CAPTURE_DISAPPEAR = 19;static final intVISION_TYPE_CHANGE_COSTUME = 15;static final intVISION_TYPE_DIE = 6;static final intVISION_TYPE_FISH_BIG_SHOCK = 17;static final intVISION_TYPE_FISH_QTE_SUCC = 18;static final intVISION_TYPE_FISH_REFRESH = 16;static final intVISION_TYPE_GATHER_ESCAPE = 7;static final intVISION_TYPE_MEET = 1;static final intVISION_TYPE_MISS = 5;static final intVISION_TYPE_NONE = 0;static final intVISION_TYPE_PICKUP = 13;static final intVISION_TYPE_REBORN = 2;static final intVISION_TYPE_REFRESH = 8;static final intVISION_TYPE_REMOVE = 14;static final intVISION_TYPE_REPLACE_DIE = 10;static final intVISION_TYPE_REPLACE_NO_NOTIFY = 11;static final intVISION_TYPE_REPLACE = 3;static final intVISION_TYPE_TRANSPORT = 9;static final intVISION_TYPE_WAYPOINT_REBORN = 4; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<VisionTypeOuterClass.VisionType>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static VisionTypeOuterClass.VisionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VISION_TYPE_NONE
VISION_TYPE_NONE = 0; -
VISION_TYPE_MEET
VISION_TYPE_MEET = 1; -
VISION_TYPE_REBORN
VISION_TYPE_REBORN = 2; -
VISION_TYPE_REPLACE
VISION_TYPE_REPLACE = 3; -
VISION_TYPE_WAYPOINT_REBORN
VISION_TYPE_WAYPOINT_REBORN = 4; -
VISION_TYPE_MISS
VISION_TYPE_MISS = 5; -
VISION_TYPE_DIE
VISION_TYPE_DIE = 6; -
VISION_TYPE_GATHER_ESCAPE
VISION_TYPE_GATHER_ESCAPE = 7; -
VISION_TYPE_REFRESH
VISION_TYPE_REFRESH = 8; -
VISION_TYPE_TRANSPORT
VISION_TYPE_TRANSPORT = 9; -
VISION_TYPE_REPLACE_DIE
VISION_TYPE_REPLACE_DIE = 10; -
VISION_TYPE_REPLACE_NO_NOTIFY
VISION_TYPE_REPLACE_NO_NOTIFY = 11; -
VISION_TYPE_BORN
VISION_TYPE_BORN = 12; -
VISION_TYPE_PICKUP
VISION_TYPE_PICKUP = 13; -
VISION_TYPE_REMOVE
VISION_TYPE_REMOVE = 14; -
VISION_TYPE_CHANGE_COSTUME
VISION_TYPE_CHANGE_COSTUME = 15; -
VISION_TYPE_FISH_REFRESH
VISION_TYPE_FISH_REFRESH = 16; -
VISION_TYPE_FISH_BIG_SHOCK
VISION_TYPE_FISH_BIG_SHOCK = 17; -
VISION_TYPE_FISH_QTE_SUCC
VISION_TYPE_FISH_QTE_SUCC = 18; -
VISION_TYPE_CAPTURE_DISAPPEAR
VISION_TYPE_CAPTURE_DISAPPEAR = 19; -
UNRECOGNIZED
-
-
Field Details
-
VISION_TYPE_NONE_VALUE
public static final int VISION_TYPE_NONE_VALUEVISION_TYPE_NONE = 0;- See Also:
-
VISION_TYPE_MEET_VALUE
public static final int VISION_TYPE_MEET_VALUEVISION_TYPE_MEET = 1;- See Also:
-
VISION_TYPE_REBORN_VALUE
public static final int VISION_TYPE_REBORN_VALUEVISION_TYPE_REBORN = 2;- See Also:
-
VISION_TYPE_REPLACE_VALUE
public static final int VISION_TYPE_REPLACE_VALUEVISION_TYPE_REPLACE = 3;- See Also:
-
VISION_TYPE_WAYPOINT_REBORN_VALUE
public static final int VISION_TYPE_WAYPOINT_REBORN_VALUEVISION_TYPE_WAYPOINT_REBORN = 4;- See Also:
-
VISION_TYPE_MISS_VALUE
public static final int VISION_TYPE_MISS_VALUEVISION_TYPE_MISS = 5;- See Also:
-
VISION_TYPE_DIE_VALUE
public static final int VISION_TYPE_DIE_VALUEVISION_TYPE_DIE = 6;- See Also:
-
VISION_TYPE_GATHER_ESCAPE_VALUE
public static final int VISION_TYPE_GATHER_ESCAPE_VALUEVISION_TYPE_GATHER_ESCAPE = 7;- See Also:
-
VISION_TYPE_REFRESH_VALUE
public static final int VISION_TYPE_REFRESH_VALUEVISION_TYPE_REFRESH = 8;- See Also:
-
VISION_TYPE_TRANSPORT_VALUE
public static final int VISION_TYPE_TRANSPORT_VALUEVISION_TYPE_TRANSPORT = 9;- See Also:
-
VISION_TYPE_REPLACE_DIE_VALUE
public static final int VISION_TYPE_REPLACE_DIE_VALUEVISION_TYPE_REPLACE_DIE = 10;- See Also:
-
VISION_TYPE_REPLACE_NO_NOTIFY_VALUE
public static final int VISION_TYPE_REPLACE_NO_NOTIFY_VALUEVISION_TYPE_REPLACE_NO_NOTIFY = 11;- See Also:
-
VISION_TYPE_BORN_VALUE
public static final int VISION_TYPE_BORN_VALUEVISION_TYPE_BORN = 12;- See Also:
-
VISION_TYPE_PICKUP_VALUE
public static final int VISION_TYPE_PICKUP_VALUEVISION_TYPE_PICKUP = 13;- See Also:
-
VISION_TYPE_REMOVE_VALUE
public static final int VISION_TYPE_REMOVE_VALUEVISION_TYPE_REMOVE = 14;- See Also:
-
VISION_TYPE_CHANGE_COSTUME_VALUE
public static final int VISION_TYPE_CHANGE_COSTUME_VALUEVISION_TYPE_CHANGE_COSTUME = 15;- See Also:
-
VISION_TYPE_FISH_REFRESH_VALUE
public static final int VISION_TYPE_FISH_REFRESH_VALUEVISION_TYPE_FISH_REFRESH = 16;- See Also:
-
VISION_TYPE_FISH_BIG_SHOCK_VALUE
public static final int VISION_TYPE_FISH_BIG_SHOCK_VALUEVISION_TYPE_FISH_BIG_SHOCK = 17;- See Also:
-
VISION_TYPE_FISH_QTE_SUCC_VALUE
public static final int VISION_TYPE_FISH_QTE_SUCC_VALUEVISION_TYPE_FISH_QTE_SUCC = 18;- See Also:
-
VISION_TYPE_CAPTURE_DISAPPEAR_VALUE
public static final int VISION_TYPE_CAPTURE_DISAPPEAR_VALUEVISION_TYPE_CAPTURE_DISAPPEAR = 19;- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-