// Generated by the protocol buffer compiler. DO NOT EDIT! // source: CustomDungeonState.proto package emu.grasscutter.net.proto; public final class CustomDungeonStateOuterClass { private CustomDungeonStateOuterClass() {} 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: FNOIEOJLKAB ** * Protobuf enum {@code CustomDungeonState} */ public enum CustomDungeonState implements com.google.protobuf.ProtocolMessageEnum { /** *
CUSTOM_DUNGEON_STATE_EDIT = 0;
*/
CUSTOM_DUNGEON_STATE_EDIT(0),
/**
* CUSTOM_DUNGEON_STATE_SELF_PASS = 1;
*/
CUSTOM_DUNGEON_STATE_SELF_PASS(1),
/**
* CUSTOM_DUNGEON_STATE_PUBLISHED = 2;
*/
CUSTOM_DUNGEON_STATE_PUBLISHED(2),
UNRECOGNIZED(-1),
;
/**
* CUSTOM_DUNGEON_STATE_EDIT = 0;
*/
public static final int CUSTOM_DUNGEON_STATE_EDIT_VALUE = 0;
/**
* CUSTOM_DUNGEON_STATE_SELF_PASS = 1;
*/
public static final int CUSTOM_DUNGEON_STATE_SELF_PASS_VALUE = 1;
/**
* CUSTOM_DUNGEON_STATE_PUBLISHED = 2;
*/
public static final int CUSTOM_DUNGEON_STATE_PUBLISHED_VALUE = 2;
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 CustomDungeonState 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 CustomDungeonState forNumber(int value) {
switch (value) {
case 0: return CUSTOM_DUNGEON_STATE_EDIT;
case 1: return CUSTOM_DUNGEON_STATE_SELF_PASS;
case 2: return CUSTOM_DUNGEON_STATE_PUBLISHED;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap