// Generated by the protocol buffer compiler. DO NOT EDIT! // source: TransmitReason.proto package emu.grasscutter.net.proto; public final class TransmitReasonOuterClass { private TransmitReasonOuterClass() {} 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: DBGOMKHBAHD ** * Protobuf enum {@code TransmitReason} */ public enum TransmitReason implements com.google.protobuf.ProtocolMessageEnum { /** *
TRANSMIT_NONE = 0;
*/
TRANSMIT_NONE(0),
/**
* TRANSMIT_QUEST = 1;
*/
TRANSMIT_QUEST(1),
UNRECOGNIZED(-1),
;
/**
* TRANSMIT_NONE = 0;
*/
public static final int TRANSMIT_NONE_VALUE = 0;
/**
* TRANSMIT_QUEST = 1;
*/
public static final int TRANSMIT_QUEST_VALUE = 1;
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 TransmitReason 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 TransmitReason forNumber(int value) {
switch (value) {
case 0: return TRANSMIT_NONE;
case 1: return TRANSMIT_QUEST;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap