// Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueCellState.proto package emu.grasscutter.net.proto; public final class RogueCellStateOuterClass { private RogueCellStateOuterClass() {} 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: JEOOKNEBNDN ** * Protobuf enum {@code RogueCellState} */ public enum RogueCellState implements com.google.protobuf.ProtocolMessageEnum { /** *
ROGUE_CELL_NONE = 0;
*/
ROGUE_CELL_NONE(0),
/**
* ROGUE_CELL_BATTLE = 1;
*/
ROGUE_CELL_BATTLE(1),
/**
* ROGUE_CELL_SUCCESS = 2;
*/
ROGUE_CELL_SUCCESS(2),
/**
* ROGUE_CELL_FINISH = 3;
*/
ROGUE_CELL_FINISH(3),
/**
* ROGUE_CELL_TAKEN_CHEST = 4;
*/
ROGUE_CELL_TAKEN_CHEST(4),
UNRECOGNIZED(-1),
;
/**
* ROGUE_CELL_NONE = 0;
*/
public static final int ROGUE_CELL_NONE_VALUE = 0;
/**
* ROGUE_CELL_BATTLE = 1;
*/
public static final int ROGUE_CELL_BATTLE_VALUE = 1;
/**
* ROGUE_CELL_SUCCESS = 2;
*/
public static final int ROGUE_CELL_SUCCESS_VALUE = 2;
/**
* ROGUE_CELL_FINISH = 3;
*/
public static final int ROGUE_CELL_FINISH_VALUE = 3;
/**
* ROGUE_CELL_TAKEN_CHEST = 4;
*/
public static final int ROGUE_CELL_TAKEN_CHEST_VALUE = 4;
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 RogueCellState 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 RogueCellState forNumber(int value) {
switch (value) {
case 0: return ROGUE_CELL_NONE;
case 1: return ROGUE_CELL_BATTLE;
case 2: return ROGUE_CELL_SUCCESS;
case 3: return ROGUE_CELL_FINISH;
case 4: return ROGUE_CELL_TAKEN_CHEST;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap