mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-06-20 22:45:02 +08:00
305 lines
10 KiB
Java
305 lines
10 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: BEHIKOPKKHE.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class BEHIKOPKKHEOuterClass {
|
|
private BEHIKOPKKHEOuterClass() {}
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
}
|
|
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
registerAllExtensions(
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
}
|
|
/**
|
|
* Protobuf enum {@code BEHIKOPKKHE}
|
|
*/
|
|
public enum BEHIKOPKKHE
|
|
implements com.google.protobuf.ProtocolMessageEnum {
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameNone = 0;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameNone(0),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameGm = 1;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameGm(1),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameMatch = 2;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameMatch(2),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGamePvp = 3;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGamePvp(3),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameTavernChallenge = 4;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameTavernChallenge(4),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameConstChallenge = 5;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameConstChallenge(5),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameWorldChallenge = 6;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameWorldChallenge(6),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameBossChallenge = 7;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameBossChallenge(7),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameWeekChallenge = 8;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameWeekChallenge(8),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameBreakChallenge = 9;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameBreakChallenge(9),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameQuest = 10;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameQuest(10),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameGuideGroup = 11;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameGuideGroup(11),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameOther = 12;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameOther(12),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameActivityJourney = 13;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameActivityJourney(13),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGamePveActivity = 14;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGamePveActivity(14),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameArena = 15;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameArena(15),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameActivityPveInfinite = 16;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameActivityPveInfinite(16),
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameActivityPvePuzzle = 17;</code>
|
|
*/
|
|
BEHIKOPKKHE_GcgGameActivityPvePuzzle(17),
|
|
UNRECOGNIZED(-1),
|
|
;
|
|
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameNone = 0;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameNone_VALUE = 0;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameGm = 1;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameGm_VALUE = 1;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameMatch = 2;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameMatch_VALUE = 2;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGamePvp = 3;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGamePvp_VALUE = 3;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameTavernChallenge = 4;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameTavernChallenge_VALUE = 4;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameConstChallenge = 5;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameConstChallenge_VALUE = 5;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameWorldChallenge = 6;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameWorldChallenge_VALUE = 6;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameBossChallenge = 7;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameBossChallenge_VALUE = 7;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameWeekChallenge = 8;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameWeekChallenge_VALUE = 8;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameBreakChallenge = 9;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameBreakChallenge_VALUE = 9;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameQuest = 10;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameQuest_VALUE = 10;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameGuideGroup = 11;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameGuideGroup_VALUE = 11;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameOther = 12;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameOther_VALUE = 12;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameActivityJourney = 13;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameActivityJourney_VALUE = 13;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGamePveActivity = 14;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGamePveActivity_VALUE = 14;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameArena = 15;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameArena_VALUE = 15;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameActivityPveInfinite = 16;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameActivityPveInfinite_VALUE = 16;
|
|
/**
|
|
* <code>BEHIKOPKKHE_GcgGameActivityPvePuzzle = 17;</code>
|
|
*/
|
|
public static final int BEHIKOPKKHE_GcgGameActivityPvePuzzle_VALUE = 17;
|
|
|
|
|
|
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 BEHIKOPKKHE 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 BEHIKOPKKHE forNumber(int value) {
|
|
switch (value) {
|
|
case 0: return BEHIKOPKKHE_GcgGameNone;
|
|
case 1: return BEHIKOPKKHE_GcgGameGm;
|
|
case 2: return BEHIKOPKKHE_GcgGameMatch;
|
|
case 3: return BEHIKOPKKHE_GcgGamePvp;
|
|
case 4: return BEHIKOPKKHE_GcgGameTavernChallenge;
|
|
case 5: return BEHIKOPKKHE_GcgGameConstChallenge;
|
|
case 6: return BEHIKOPKKHE_GcgGameWorldChallenge;
|
|
case 7: return BEHIKOPKKHE_GcgGameBossChallenge;
|
|
case 8: return BEHIKOPKKHE_GcgGameWeekChallenge;
|
|
case 9: return BEHIKOPKKHE_GcgGameBreakChallenge;
|
|
case 10: return BEHIKOPKKHE_GcgGameQuest;
|
|
case 11: return BEHIKOPKKHE_GcgGameGuideGroup;
|
|
case 12: return BEHIKOPKKHE_GcgGameOther;
|
|
case 13: return BEHIKOPKKHE_GcgGameActivityJourney;
|
|
case 14: return BEHIKOPKKHE_GcgGamePveActivity;
|
|
case 15: return BEHIKOPKKHE_GcgGameArena;
|
|
case 16: return BEHIKOPKKHE_GcgGameActivityPveInfinite;
|
|
case 17: return BEHIKOPKKHE_GcgGameActivityPvePuzzle;
|
|
default: return null;
|
|
}
|
|
}
|
|
|
|
public static com.google.protobuf.Internal.EnumLiteMap<BEHIKOPKKHE>
|
|
internalGetValueMap() {
|
|
return internalValueMap;
|
|
}
|
|
private static final com.google.protobuf.Internal.EnumLiteMap<
|
|
BEHIKOPKKHE> internalValueMap =
|
|
new com.google.protobuf.Internal.EnumLiteMap<BEHIKOPKKHE>() {
|
|
public BEHIKOPKKHE findValueByNumber(int number) {
|
|
return BEHIKOPKKHE.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.BEHIKOPKKHEOuterClass.getDescriptor().getEnumTypes().get(0);
|
|
}
|
|
|
|
private static final BEHIKOPKKHE[] VALUES = values();
|
|
|
|
public static BEHIKOPKKHE 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 BEHIKOPKKHE(int value) {
|
|
this.value = value;
|
|
}
|
|
|
|
// @@protoc_insertion_point(enum_scope:BEHIKOPKKHE)
|
|
}
|
|
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
getDescriptor() {
|
|
return descriptor;
|
|
}
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
descriptor;
|
|
static {
|
|
java.lang.String[] descriptorData = {
|
|
"\n\021BEHIKOPKKHE.proto*\207\005\n\013BEHIKOPKKHE\022\033\n\027B" +
|
|
"EHIKOPKKHE_GcgGameNone\020\000\022\031\n\025BEHIKOPKKHE_" +
|
|
"GcgGameGm\020\001\022\034\n\030BEHIKOPKKHE_GcgGameMatch\020" +
|
|
"\002\022\032\n\026BEHIKOPKKHE_GcgGamePvp\020\003\022&\n\"BEHIKOP" +
|
|
"KKHE_GcgGameTavernChallenge\020\004\022%\n!BEHIKOP" +
|
|
"KKHE_GcgGameConstChallenge\020\005\022%\n!BEHIKOPK" +
|
|
"KHE_GcgGameWorldChallenge\020\006\022$\n BEHIKOPKK" +
|
|
"HE_GcgGameBossChallenge\020\007\022$\n BEHIKOPKKHE" +
|
|
"_GcgGameWeekChallenge\020\010\022%\n!BEHIKOPKKHE_G" +
|
|
"cgGameBreakChallenge\020\t\022\034\n\030BEHIKOPKKHE_Gc" +
|
|
"gGameQuest\020\n\022!\n\035BEHIKOPKKHE_GcgGameGuide" +
|
|
"Group\020\013\022\034\n\030BEHIKOPKKHE_GcgGameOther\020\014\022&\n" +
|
|
"\"BEHIKOPKKHE_GcgGameActivityJourney\020\r\022\"\n" +
|
|
"\036BEHIKOPKKHE_GcgGamePveActivity\020\016\022\034\n\030BEH" +
|
|
"IKOPKKHE_GcgGameArena\020\017\022*\n&BEHIKOPKKHE_G" +
|
|
"cgGameActivityPveInfinite\020\020\022(\n$BEHIKOPKK" +
|
|
"HE_GcgGameActivityPvePuzzle\020\021B\033\n\031emu.gra" +
|
|
"sscutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
});
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|