// Generated by the protocol buffer compiler. DO NOT EDIT! // source: GCGReason.proto package emu.grasscutter.net.proto; public final class GCGReasonOuterClass { private GCGReasonOuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } /** *
   * Obf: MEDIDIAPFAD
   * 
* * Protobuf enum {@code GCGReason} */ public enum GCGReason implements com.google.protobuf.ProtocolMessageEnum { /** * MNDCMMKBIBP_Default = 0; */ MNDCMMKBIBP_Default(0), /** * MNDCMMKBIBP_Effect = 1; */ MNDCMMKBIBP_Effect(1), /** * MNDCMMKBIBP_Cost = 2; */ MNDCMMKBIBP_Cost(2), /** * MNDCMMKBIBP_Gm = 3; */ MNDCMMKBIBP_Gm(3), /** * MNDCMMKBIBP_Attack = 4; */ MNDCMMKBIBP_Attack(4), /** * MNDCMMKBIBP_Reboot = 5; */ MNDCMMKBIBP_Reboot(5), /** * MNDCMMKBIBP_PlayCard = 6; */ MNDCMMKBIBP_PlayCard(6), /** * MNDCMMKBIBP_QuicklyOnstage = 7; */ MNDCMMKBIBP_QuicklyOnstage(7), /** * MNDCMMKBIBP_RemoveAfterDie = 8; */ MNDCMMKBIBP_RemoveAfterDie(8), /** * MNDCMMKBIBP_Init = 9; */ MNDCMMKBIBP_Init(9), /** * MNDCMMKBIBP_EffectDamage = 10; */ MNDCMMKBIBP_EffectDamage(10), /** * MNDCMMKBIBP_EffectHeal = 11; */ MNDCMMKBIBP_EffectHeal(11), /** * MNDCMMKBIBP_EffectRevive = 12; */ MNDCMMKBIBP_EffectRevive(12), /** * MNDCMMKBIBP_InitOnstage = 13; */ MNDCMMKBIBP_InitOnstage(13), /** * MNDCMMKBIBP_DieOnstage = 14; */ MNDCMMKBIBP_DieOnstage(14), /** * MNDCMMKBIBP_SelectOnstage = 15; */ MNDCMMKBIBP_SelectOnstage(15), /** * MNDCMMKBIBP_CharacterDie = 16; */ MNDCMMKBIBP_CharacterDie(16), /** * MNDCMMKBIBP_ReviveWhenDeath = 17; */ MNDCMMKBIBP_ReviveWhenDeath(17), /** * MNDCMMKBIBP_TransferToOpponent = 18; */ MNDCMMKBIBP_TransferToOpponent(18), /** * MNDCMMKBIBP_TransferDice = 19; */ MNDCMMKBIBP_TransferDice(19), UNRECOGNIZED(-1), ; /** * MNDCMMKBIBP_Default = 0; */ public static final int MNDCMMKBIBP_Default_VALUE = 0; /** * MNDCMMKBIBP_Effect = 1; */ public static final int MNDCMMKBIBP_Effect_VALUE = 1; /** * MNDCMMKBIBP_Cost = 2; */ public static final int MNDCMMKBIBP_Cost_VALUE = 2; /** * MNDCMMKBIBP_Gm = 3; */ public static final int MNDCMMKBIBP_Gm_VALUE = 3; /** * MNDCMMKBIBP_Attack = 4; */ public static final int MNDCMMKBIBP_Attack_VALUE = 4; /** * MNDCMMKBIBP_Reboot = 5; */ public static final int MNDCMMKBIBP_Reboot_VALUE = 5; /** * MNDCMMKBIBP_PlayCard = 6; */ public static final int MNDCMMKBIBP_PlayCard_VALUE = 6; /** * MNDCMMKBIBP_QuicklyOnstage = 7; */ public static final int MNDCMMKBIBP_QuicklyOnstage_VALUE = 7; /** * MNDCMMKBIBP_RemoveAfterDie = 8; */ public static final int MNDCMMKBIBP_RemoveAfterDie_VALUE = 8; /** * MNDCMMKBIBP_Init = 9; */ public static final int MNDCMMKBIBP_Init_VALUE = 9; /** * MNDCMMKBIBP_EffectDamage = 10; */ public static final int MNDCMMKBIBP_EffectDamage_VALUE = 10; /** * MNDCMMKBIBP_EffectHeal = 11; */ public static final int MNDCMMKBIBP_EffectHeal_VALUE = 11; /** * MNDCMMKBIBP_EffectRevive = 12; */ public static final int MNDCMMKBIBP_EffectRevive_VALUE = 12; /** * MNDCMMKBIBP_InitOnstage = 13; */ public static final int MNDCMMKBIBP_InitOnstage_VALUE = 13; /** * MNDCMMKBIBP_DieOnstage = 14; */ public static final int MNDCMMKBIBP_DieOnstage_VALUE = 14; /** * MNDCMMKBIBP_SelectOnstage = 15; */ public static final int MNDCMMKBIBP_SelectOnstage_VALUE = 15; /** * MNDCMMKBIBP_CharacterDie = 16; */ public static final int MNDCMMKBIBP_CharacterDie_VALUE = 16; /** * MNDCMMKBIBP_ReviveWhenDeath = 17; */ public static final int MNDCMMKBIBP_ReviveWhenDeath_VALUE = 17; /** * MNDCMMKBIBP_TransferToOpponent = 18; */ public static final int MNDCMMKBIBP_TransferToOpponent_VALUE = 18; /** * MNDCMMKBIBP_TransferDice = 19; */ public static final int MNDCMMKBIBP_TransferDice_VALUE = 19; 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 GCGReason 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 GCGReason forNumber(int value) { switch (value) { case 0: return MNDCMMKBIBP_Default; case 1: return MNDCMMKBIBP_Effect; case 2: return MNDCMMKBIBP_Cost; case 3: return MNDCMMKBIBP_Gm; case 4: return MNDCMMKBIBP_Attack; case 5: return MNDCMMKBIBP_Reboot; case 6: return MNDCMMKBIBP_PlayCard; case 7: return MNDCMMKBIBP_QuicklyOnstage; case 8: return MNDCMMKBIBP_RemoveAfterDie; case 9: return MNDCMMKBIBP_Init; case 10: return MNDCMMKBIBP_EffectDamage; case 11: return MNDCMMKBIBP_EffectHeal; case 12: return MNDCMMKBIBP_EffectRevive; case 13: return MNDCMMKBIBP_InitOnstage; case 14: return MNDCMMKBIBP_DieOnstage; case 15: return MNDCMMKBIBP_SelectOnstage; case 16: return MNDCMMKBIBP_CharacterDie; case 17: return MNDCMMKBIBP_ReviveWhenDeath; case 18: return MNDCMMKBIBP_TransferToOpponent; case 19: return MNDCMMKBIBP_TransferDice; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< GCGReason> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public GCGReason findValueByNumber(int number) { return GCGReason.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return emu.grasscutter.net.proto.GCGReasonOuterClass.getDescriptor().getEnumTypes().get(0); } private static final GCGReason[] VALUES = values(); public static GCGReason valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private GCGReason(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:GCGReason) } public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\017GCGReason.proto*\267\004\n\tGCGReason\022\027\n\023MNDCM" + "MKBIBP_Default\020\000\022\026\n\022MNDCMMKBIBP_Effect\020\001" + "\022\024\n\020MNDCMMKBIBP_Cost\020\002\022\022\n\016MNDCMMKBIBP_Gm" + "\020\003\022\026\n\022MNDCMMKBIBP_Attack\020\004\022\026\n\022MNDCMMKBIB" + "P_Reboot\020\005\022\030\n\024MNDCMMKBIBP_PlayCard\020\006\022\036\n\032" + "MNDCMMKBIBP_QuicklyOnstage\020\007\022\036\n\032MNDCMMKB" + "IBP_RemoveAfterDie\020\010\022\024\n\020MNDCMMKBIBP_Init" + "\020\t\022\034\n\030MNDCMMKBIBP_EffectDamage\020\n\022\032\n\026MNDC" + "MMKBIBP_EffectHeal\020\013\022\034\n\030MNDCMMKBIBP_Effe" + "ctRevive\020\014\022\033\n\027MNDCMMKBIBP_InitOnstage\020\r\022" + "\032\n\026MNDCMMKBIBP_DieOnstage\020\016\022\035\n\031MNDCMMKBI" + "BP_SelectOnstage\020\017\022\034\n\030MNDCMMKBIBP_Charac" + "terDie\020\020\022\037\n\033MNDCMMKBIBP_ReviveWhenDeath\020" + "\021\022\"\n\036MNDCMMKBIBP_TransferToOpponent\020\022\022\034\n" + "\030MNDCMMKBIBP_TransferDice\020\023B\033\n\031emu.grass" + "cutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); } // @@protoc_insertion_point(outer_class_scope) }