// Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueDiaryAvatarDisableStatus.proto package emu.grasscutter.net.proto; public final class RogueDiaryAvatarDisableStatusOuterClass { private RogueDiaryAvatarDisableStatusOuterClass() {} public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); } /** * * *
* Name: EDHNIJFDFDO
*
*
* Protobuf enum {@code RogueDiaryAvatarDisableStatus}
*/
public enum RogueDiaryAvatarDisableStatus implements com.google.protobuf.ProtocolMessageEnum {
/** ROGUE_DIARY_AVATAR_DISABLE_NONE = 0; */
ROGUE_DIARY_AVATAR_DISABLE_NONE(0),
/** ROGUE_DIARY_AVATAR_DISABLE_DEATH = 1; */
ROGUE_DIARY_AVATAR_DISABLE_DEATH(1),
/** ROGUE_DIARY_AVATAR_DISABLE_TIRED = 2; */
ROGUE_DIARY_AVATAR_DISABLE_TIRED(2),
/** ROGUE_DIARY_AVATAR_DISABLE_DUPLICATED = 3; */
ROGUE_DIARY_AVATAR_DISABLE_DUPLICATED(3),
UNRECOGNIZED(-1),
;
/** ROGUE_DIARY_AVATAR_DISABLE_NONE = 0; */
public static final int ROGUE_DIARY_AVATAR_DISABLE_NONE_VALUE = 0;
/** ROGUE_DIARY_AVATAR_DISABLE_DEATH = 1; */
public static final int ROGUE_DIARY_AVATAR_DISABLE_DEATH_VALUE = 1;
/** ROGUE_DIARY_AVATAR_DISABLE_TIRED = 2; */
public static final int ROGUE_DIARY_AVATAR_DISABLE_TIRED_VALUE = 2;
/** ROGUE_DIARY_AVATAR_DISABLE_DUPLICATED = 3; */
public static final int ROGUE_DIARY_AVATAR_DISABLE_DUPLICATED_VALUE = 3;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static RogueDiaryAvatarDisableStatus valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static RogueDiaryAvatarDisableStatus forNumber(int value) {
switch (value) {
case 0:
return ROGUE_DIARY_AVATAR_DISABLE_NONE;
case 1:
return ROGUE_DIARY_AVATAR_DISABLE_DEATH;
case 2:
return ROGUE_DIARY_AVATAR_DISABLE_TIRED;
case 3:
return ROGUE_DIARY_AVATAR_DISABLE_DUPLICATED;
default:
return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap