Package emu.grasscutter.net.proto
Enum Class AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType
java.lang.Object
java.lang.Enum<AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType>
emu.grasscutter.net.proto.AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType>,Constable
- Enclosing class:
- AbilityMixinBreakoutOuterClass.AbilityMixinBreakout
public static enum AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType
extends Enum<AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
AbilityMixinBreakout.SyncType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSYNC_TYPE_ACTION = 6;SYNC_TYPE_CREATE_CONNECT = 1;SYNC_TYPE_FINISH_GAME = 4;SYNC_TYPE_NONE = 0;SYNC_TYPE_PING = 3;SYNC_TYPE_SNAP_SHOT = 5;SYNC_TYPE_START_GAME = 2; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSYNC_TYPE_ACTION = 6;static final intSYNC_TYPE_CREATE_CONNECT = 1;static final intSYNC_TYPE_FINISH_GAME = 4;static final intSYNC_TYPE_NONE = 0;static final intSYNC_TYPE_PING = 3;static final intSYNC_TYPE_SNAP_SHOT = 5;static final intSYNC_TYPE_START_GAME = 2; -
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<AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType>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.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SYNC_TYPE_NONE
SYNC_TYPE_NONE = 0; -
SYNC_TYPE_CREATE_CONNECT
public static final AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType SYNC_TYPE_CREATE_CONNECTSYNC_TYPE_CREATE_CONNECT = 1; -
SYNC_TYPE_START_GAME
public static final AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType SYNC_TYPE_START_GAMESYNC_TYPE_START_GAME = 2; -
SYNC_TYPE_PING
SYNC_TYPE_PING = 3; -
SYNC_TYPE_FINISH_GAME
public static final AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType SYNC_TYPE_FINISH_GAMESYNC_TYPE_FINISH_GAME = 4; -
SYNC_TYPE_SNAP_SHOT
public static final AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType SYNC_TYPE_SNAP_SHOTSYNC_TYPE_SNAP_SHOT = 5; -
SYNC_TYPE_ACTION
SYNC_TYPE_ACTION = 6; -
UNRECOGNIZED
-
-
Field Details
-
SYNC_TYPE_NONE_VALUE
public static final int SYNC_TYPE_NONE_VALUESYNC_TYPE_NONE = 0;- See Also:
-
SYNC_TYPE_CREATE_CONNECT_VALUE
public static final int SYNC_TYPE_CREATE_CONNECT_VALUESYNC_TYPE_CREATE_CONNECT = 1;- See Also:
-
SYNC_TYPE_START_GAME_VALUE
public static final int SYNC_TYPE_START_GAME_VALUESYNC_TYPE_START_GAME = 2;- See Also:
-
SYNC_TYPE_PING_VALUE
public static final int SYNC_TYPE_PING_VALUESYNC_TYPE_PING = 3;- See Also:
-
SYNC_TYPE_FINISH_GAME_VALUE
public static final int SYNC_TYPE_FINISH_GAME_VALUESYNC_TYPE_FINISH_GAME = 4;- See Also:
-
SYNC_TYPE_SNAP_SHOT_VALUE
public static final int SYNC_TYPE_SNAP_SHOT_VALUESYNC_TYPE_SNAP_SHOT = 5;- See Also:
-
SYNC_TYPE_ACTION_VALUE
public static final int SYNC_TYPE_ACTION_VALUESYNC_TYPE_ACTION = 6;- 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 public static AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType 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 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<AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType> 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 AbilityMixinBreakoutOuterClass.AbilityMixinBreakout.SyncType 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
-