2023-08-14 18:57:07 -04:00

325 lines
10 KiB
Java

// 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);
}
/**
* <pre>
* Obf: MEDIDIAPFAD
* </pre>
*
* Protobuf enum {@code GCGReason}
*/
public enum GCGReason
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>MNDCMMKBIBP_Default = 0;</code>
*/
MNDCMMKBIBP_Default(0),
/**
* <code>MNDCMMKBIBP_Effect = 1;</code>
*/
MNDCMMKBIBP_Effect(1),
/**
* <code>MNDCMMKBIBP_Cost = 2;</code>
*/
MNDCMMKBIBP_Cost(2),
/**
* <code>MNDCMMKBIBP_Gm = 3;</code>
*/
MNDCMMKBIBP_Gm(3),
/**
* <code>MNDCMMKBIBP_Attack = 4;</code>
*/
MNDCMMKBIBP_Attack(4),
/**
* <code>MNDCMMKBIBP_Reboot = 5;</code>
*/
MNDCMMKBIBP_Reboot(5),
/**
* <code>MNDCMMKBIBP_PlayCard = 6;</code>
*/
MNDCMMKBIBP_PlayCard(6),
/**
* <code>MNDCMMKBIBP_QuicklyOnstage = 7;</code>
*/
MNDCMMKBIBP_QuicklyOnstage(7),
/**
* <code>MNDCMMKBIBP_RemoveAfterDie = 8;</code>
*/
MNDCMMKBIBP_RemoveAfterDie(8),
/**
* <code>MNDCMMKBIBP_Init = 9;</code>
*/
MNDCMMKBIBP_Init(9),
/**
* <code>MNDCMMKBIBP_EffectDamage = 10;</code>
*/
MNDCMMKBIBP_EffectDamage(10),
/**
* <code>MNDCMMKBIBP_EffectHeal = 11;</code>
*/
MNDCMMKBIBP_EffectHeal(11),
/**
* <code>MNDCMMKBIBP_EffectRevive = 12;</code>
*/
MNDCMMKBIBP_EffectRevive(12),
/**
* <code>MNDCMMKBIBP_InitOnstage = 13;</code>
*/
MNDCMMKBIBP_InitOnstage(13),
/**
* <code>MNDCMMKBIBP_DieOnstage = 14;</code>
*/
MNDCMMKBIBP_DieOnstage(14),
/**
* <code>MNDCMMKBIBP_SelectOnstage = 15;</code>
*/
MNDCMMKBIBP_SelectOnstage(15),
/**
* <code>MNDCMMKBIBP_CharacterDie = 16;</code>
*/
MNDCMMKBIBP_CharacterDie(16),
/**
* <code>MNDCMMKBIBP_ReviveWhenDeath = 17;</code>
*/
MNDCMMKBIBP_ReviveWhenDeath(17),
/**
* <code>MNDCMMKBIBP_TransferToOpponent = 18;</code>
*/
MNDCMMKBIBP_TransferToOpponent(18),
/**
* <code>MNDCMMKBIBP_TransferDice = 19;</code>
*/
MNDCMMKBIBP_TransferDice(19),
UNRECOGNIZED(-1),
;
/**
* <code>MNDCMMKBIBP_Default = 0;</code>
*/
public static final int MNDCMMKBIBP_Default_VALUE = 0;
/**
* <code>MNDCMMKBIBP_Effect = 1;</code>
*/
public static final int MNDCMMKBIBP_Effect_VALUE = 1;
/**
* <code>MNDCMMKBIBP_Cost = 2;</code>
*/
public static final int MNDCMMKBIBP_Cost_VALUE = 2;
/**
* <code>MNDCMMKBIBP_Gm = 3;</code>
*/
public static final int MNDCMMKBIBP_Gm_VALUE = 3;
/**
* <code>MNDCMMKBIBP_Attack = 4;</code>
*/
public static final int MNDCMMKBIBP_Attack_VALUE = 4;
/**
* <code>MNDCMMKBIBP_Reboot = 5;</code>
*/
public static final int MNDCMMKBIBP_Reboot_VALUE = 5;
/**
* <code>MNDCMMKBIBP_PlayCard = 6;</code>
*/
public static final int MNDCMMKBIBP_PlayCard_VALUE = 6;
/**
* <code>MNDCMMKBIBP_QuicklyOnstage = 7;</code>
*/
public static final int MNDCMMKBIBP_QuicklyOnstage_VALUE = 7;
/**
* <code>MNDCMMKBIBP_RemoveAfterDie = 8;</code>
*/
public static final int MNDCMMKBIBP_RemoveAfterDie_VALUE = 8;
/**
* <code>MNDCMMKBIBP_Init = 9;</code>
*/
public static final int MNDCMMKBIBP_Init_VALUE = 9;
/**
* <code>MNDCMMKBIBP_EffectDamage = 10;</code>
*/
public static final int MNDCMMKBIBP_EffectDamage_VALUE = 10;
/**
* <code>MNDCMMKBIBP_EffectHeal = 11;</code>
*/
public static final int MNDCMMKBIBP_EffectHeal_VALUE = 11;
/**
* <code>MNDCMMKBIBP_EffectRevive = 12;</code>
*/
public static final int MNDCMMKBIBP_EffectRevive_VALUE = 12;
/**
* <code>MNDCMMKBIBP_InitOnstage = 13;</code>
*/
public static final int MNDCMMKBIBP_InitOnstage_VALUE = 13;
/**
* <code>MNDCMMKBIBP_DieOnstage = 14;</code>
*/
public static final int MNDCMMKBIBP_DieOnstage_VALUE = 14;
/**
* <code>MNDCMMKBIBP_SelectOnstage = 15;</code>
*/
public static final int MNDCMMKBIBP_SelectOnstage_VALUE = 15;
/**
* <code>MNDCMMKBIBP_CharacterDie = 16;</code>
*/
public static final int MNDCMMKBIBP_CharacterDie_VALUE = 16;
/**
* <code>MNDCMMKBIBP_ReviveWhenDeath = 17;</code>
*/
public static final int MNDCMMKBIBP_ReviveWhenDeath_VALUE = 17;
/**
* <code>MNDCMMKBIBP_TransferToOpponent = 18;</code>
*/
public static final int MNDCMMKBIBP_TransferToOpponent_VALUE = 18;
/**
* <code>MNDCMMKBIBP_TransferDice = 19;</code>
*/
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<GCGReason>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
GCGReason> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<GCGReason>() {
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)
}