mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-06-20 22:45:02 +08:00
1077 lines
37 KiB
Java
1077 lines
37 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: InBattleFleurFairInfo.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class InBattleFleurFairInfoOuterClass {
|
|
private InBattleFleurFairInfoOuterClass() {}
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
}
|
|
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
registerAllExtensions(
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
}
|
|
public interface InBattleFleurFairInfoOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:InBattleFleurFairInfo)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @return A list containing the fLKGLKPOEDP.
|
|
*/
|
|
java.util.List<java.lang.Integer> getFLKGLKPOEDPList();
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @return The count of fLKGLKPOEDP.
|
|
*/
|
|
int getFLKGLKPOEDPCount();
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The fLKGLKPOEDP at the given index.
|
|
*/
|
|
int getFLKGLKPOEDP(int index);
|
|
|
|
/**
|
|
* <code>uint32 IAMBDCLBBNB = 11;</code>
|
|
* @return The iAMBDCLBBNB.
|
|
*/
|
|
int getIAMBDCLBBNB();
|
|
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @return A list containing the gBFDDCJFLGO.
|
|
*/
|
|
java.util.List<java.lang.Integer> getGBFDDCJFLGOList();
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @return The count of gBFDDCJFLGO.
|
|
*/
|
|
int getGBFDDCJFLGOCount();
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The gBFDDCJFLGO at the given index.
|
|
*/
|
|
int getGBFDDCJFLGO(int index);
|
|
|
|
/**
|
|
* <code>uint32 MLBGMECACGJ = 12;</code>
|
|
* @return The mLBGMECACGJ.
|
|
*/
|
|
int getMLBGMECACGJ();
|
|
|
|
/**
|
|
* <code>uint32 NEGAECFDEBD = 6;</code>
|
|
* @return The nEGAECFDEBD.
|
|
*/
|
|
int getNEGAECFDEBD();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: DCGPGHLOFFI
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code InBattleFleurFairInfo}
|
|
*/
|
|
public static final class InBattleFleurFairInfo extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:InBattleFleurFairInfo)
|
|
InBattleFleurFairInfoOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use InBattleFleurFairInfo.newBuilder() to construct.
|
|
private InBattleFleurFairInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private InBattleFleurFairInfo() {
|
|
fLKGLKPOEDP_ = emptyIntList();
|
|
gBFDDCJFLGO_ = emptyIntList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new InBattleFleurFairInfo();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private InBattleFleurFairInfo(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
int mutable_bitField0_ = 0;
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
try {
|
|
boolean done = false;
|
|
while (!done) {
|
|
int tag = input.readTag();
|
|
switch (tag) {
|
|
case 0:
|
|
done = true;
|
|
break;
|
|
case 48: {
|
|
|
|
nEGAECFDEBD_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
gBFDDCJFLGO_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
gBFDDCJFLGO_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 66: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
|
gBFDDCJFLGO_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
gBFDDCJFLGO_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 80: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
fLKGLKPOEDP_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
fLKGLKPOEDP_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 82: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
|
fLKGLKPOEDP_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
fLKGLKPOEDP_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 88: {
|
|
|
|
iAMBDCLBBNB_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
|
|
mLBGMECACGJ_ = input.readUInt32();
|
|
break;
|
|
}
|
|
default: {
|
|
if (!parseUnknownField(
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
done = true;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
throw e.setUnfinishedMessage(this);
|
|
} catch (java.io.IOException e) {
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
e).setUnfinishedMessage(this);
|
|
} finally {
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
gBFDDCJFLGO_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
fLKGLKPOEDP_.makeImmutable(); // C
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.internal_static_InBattleFleurFairInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.internal_static_InBattleFleurFairInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.class, emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.Builder.class);
|
|
}
|
|
|
|
public static final int FLKGLKPOEDP_FIELD_NUMBER = 10;
|
|
private com.google.protobuf.Internal.IntList fLKGLKPOEDP_;
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @return A list containing the fLKGLKPOEDP.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getFLKGLKPOEDPList() {
|
|
return fLKGLKPOEDP_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @return The count of fLKGLKPOEDP.
|
|
*/
|
|
public int getFLKGLKPOEDPCount() {
|
|
return fLKGLKPOEDP_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The fLKGLKPOEDP at the given index.
|
|
*/
|
|
public int getFLKGLKPOEDP(int index) {
|
|
return fLKGLKPOEDP_.getInt(index);
|
|
}
|
|
private int fLKGLKPOEDPMemoizedSerializedSize = -1;
|
|
|
|
public static final int IAMBDCLBBNB_FIELD_NUMBER = 11;
|
|
private int iAMBDCLBBNB_;
|
|
/**
|
|
* <code>uint32 IAMBDCLBBNB = 11;</code>
|
|
* @return The iAMBDCLBBNB.
|
|
*/
|
|
@java.lang.Override
|
|
public int getIAMBDCLBBNB() {
|
|
return iAMBDCLBBNB_;
|
|
}
|
|
|
|
public static final int GBFDDCJFLGO_FIELD_NUMBER = 8;
|
|
private com.google.protobuf.Internal.IntList gBFDDCJFLGO_;
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @return A list containing the gBFDDCJFLGO.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getGBFDDCJFLGOList() {
|
|
return gBFDDCJFLGO_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @return The count of gBFDDCJFLGO.
|
|
*/
|
|
public int getGBFDDCJFLGOCount() {
|
|
return gBFDDCJFLGO_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The gBFDDCJFLGO at the given index.
|
|
*/
|
|
public int getGBFDDCJFLGO(int index) {
|
|
return gBFDDCJFLGO_.getInt(index);
|
|
}
|
|
private int gBFDDCJFLGOMemoizedSerializedSize = -1;
|
|
|
|
public static final int MLBGMECACGJ_FIELD_NUMBER = 12;
|
|
private int mLBGMECACGJ_;
|
|
/**
|
|
* <code>uint32 MLBGMECACGJ = 12;</code>
|
|
* @return The mLBGMECACGJ.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMLBGMECACGJ() {
|
|
return mLBGMECACGJ_;
|
|
}
|
|
|
|
public static final int NEGAECFDEBD_FIELD_NUMBER = 6;
|
|
private int nEGAECFDEBD_;
|
|
/**
|
|
* <code>uint32 NEGAECFDEBD = 6;</code>
|
|
* @return The nEGAECFDEBD.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNEGAECFDEBD() {
|
|
return nEGAECFDEBD_;
|
|
}
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
byte isInitialized = memoizedIsInitialized;
|
|
if (isInitialized == 1) return true;
|
|
if (isInitialized == 0) return false;
|
|
|
|
memoizedIsInitialized = 1;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
throws java.io.IOException {
|
|
getSerializedSize();
|
|
if (nEGAECFDEBD_ != 0) {
|
|
output.writeUInt32(6, nEGAECFDEBD_);
|
|
}
|
|
if (getGBFDDCJFLGOList().size() > 0) {
|
|
output.writeUInt32NoTag(66);
|
|
output.writeUInt32NoTag(gBFDDCJFLGOMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < gBFDDCJFLGO_.size(); i++) {
|
|
output.writeUInt32NoTag(gBFDDCJFLGO_.getInt(i));
|
|
}
|
|
if (getFLKGLKPOEDPList().size() > 0) {
|
|
output.writeUInt32NoTag(82);
|
|
output.writeUInt32NoTag(fLKGLKPOEDPMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < fLKGLKPOEDP_.size(); i++) {
|
|
output.writeUInt32NoTag(fLKGLKPOEDP_.getInt(i));
|
|
}
|
|
if (iAMBDCLBBNB_ != 0) {
|
|
output.writeUInt32(11, iAMBDCLBBNB_);
|
|
}
|
|
if (mLBGMECACGJ_ != 0) {
|
|
output.writeUInt32(12, mLBGMECACGJ_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (nEGAECFDEBD_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(6, nEGAECFDEBD_);
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < gBFDDCJFLGO_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(gBFDDCJFLGO_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getGBFDDCJFLGOList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
gBFDDCJFLGOMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < fLKGLKPOEDP_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(fLKGLKPOEDP_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getFLKGLKPOEDPList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
fLKGLKPOEDPMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (iAMBDCLBBNB_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(11, iAMBDCLBBNB_);
|
|
}
|
|
if (mLBGMECACGJ_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(12, mLBGMECACGJ_);
|
|
}
|
|
size += unknownFields.getSerializedSize();
|
|
memoizedSize = size;
|
|
return size;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public boolean equals(final java.lang.Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo other = (emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo) obj;
|
|
|
|
if (!getFLKGLKPOEDPList()
|
|
.equals(other.getFLKGLKPOEDPList())) return false;
|
|
if (getIAMBDCLBBNB()
|
|
!= other.getIAMBDCLBBNB()) return false;
|
|
if (!getGBFDDCJFLGOList()
|
|
.equals(other.getGBFDDCJFLGOList())) return false;
|
|
if (getMLBGMECACGJ()
|
|
!= other.getMLBGMECACGJ()) return false;
|
|
if (getNEGAECFDEBD()
|
|
!= other.getNEGAECFDEBD()) return false;
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int hashCode() {
|
|
if (memoizedHashCode != 0) {
|
|
return memoizedHashCode;
|
|
}
|
|
int hash = 41;
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
if (getFLKGLKPOEDPCount() > 0) {
|
|
hash = (37 * hash) + FLKGLKPOEDP_FIELD_NUMBER;
|
|
hash = (53 * hash) + getFLKGLKPOEDPList().hashCode();
|
|
}
|
|
hash = (37 * hash) + IAMBDCLBBNB_FIELD_NUMBER;
|
|
hash = (53 * hash) + getIAMBDCLBBNB();
|
|
if (getGBFDDCJFLGOCount() > 0) {
|
|
hash = (37 * hash) + GBFDDCJFLGO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getGBFDDCJFLGOList().hashCode();
|
|
}
|
|
hash = (37 * hash) + MLBGMECACGJ_FIELD_NUMBER;
|
|
hash = (53 * hash) + getMLBGMECACGJ();
|
|
hash = (37 * hash) + NEGAECFDEBD_FIELD_NUMBER;
|
|
hash = (53 * hash) + getNEGAECFDEBD();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
java.nio.ByteBuffer data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
com.google.protobuf.ByteString data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseDelimitedFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parseFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
|
public static Builder newBuilder() {
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
}
|
|
public static Builder newBuilder(emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo prototype) {
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
}
|
|
@java.lang.Override
|
|
public Builder toBuilder() {
|
|
return this == DEFAULT_INSTANCE
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected Builder newBuilderForType(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
Builder builder = new Builder(parent);
|
|
return builder;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: DCGPGHLOFFI
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code InBattleFleurFairInfo}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:InBattleFleurFairInfo)
|
|
emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfoOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.internal_static_InBattleFleurFairInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.internal_static_InBattleFleurFairInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.class, emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
fLKGLKPOEDP_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
iAMBDCLBBNB_ = 0;
|
|
|
|
gBFDDCJFLGO_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
mLBGMECACGJ_ = 0;
|
|
|
|
nEGAECFDEBD_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.internal_static_InBattleFleurFairInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo build() {
|
|
emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo buildPartial() {
|
|
emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo result = new emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
fLKGLKPOEDP_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.fLKGLKPOEDP_ = fLKGLKPOEDP_;
|
|
result.iAMBDCLBBNB_ = iAMBDCLBBNB_;
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
gBFDDCJFLGO_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.gBFDDCJFLGO_ = gBFDDCJFLGO_;
|
|
result.mLBGMECACGJ_ = mLBGMECACGJ_;
|
|
result.nEGAECFDEBD_ = nEGAECFDEBD_;
|
|
onBuilt();
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clone() {
|
|
return super.clone();
|
|
}
|
|
@java.lang.Override
|
|
public Builder setField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.setField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
return super.clearField(field);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearOneof(
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
return super.clearOneof(oneof);
|
|
}
|
|
@java.lang.Override
|
|
public Builder setRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
int index, java.lang.Object value) {
|
|
return super.setRepeatedField(field, index, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder addRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.addRepeatedField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
if (other instanceof emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo) {
|
|
return mergeFrom((emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo other) {
|
|
if (other == emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.getDefaultInstance()) return this;
|
|
if (!other.fLKGLKPOEDP_.isEmpty()) {
|
|
if (fLKGLKPOEDP_.isEmpty()) {
|
|
fLKGLKPOEDP_ = other.fLKGLKPOEDP_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureFLKGLKPOEDPIsMutable();
|
|
fLKGLKPOEDP_.addAll(other.fLKGLKPOEDP_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getIAMBDCLBBNB() != 0) {
|
|
setIAMBDCLBBNB(other.getIAMBDCLBBNB());
|
|
}
|
|
if (!other.gBFDDCJFLGO_.isEmpty()) {
|
|
if (gBFDDCJFLGO_.isEmpty()) {
|
|
gBFDDCJFLGO_ = other.gBFDDCJFLGO_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureGBFDDCJFLGOIsMutable();
|
|
gBFDDCJFLGO_.addAll(other.gBFDDCJFLGO_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getMLBGMECACGJ() != 0) {
|
|
setMLBGMECACGJ(other.getMLBGMECACGJ());
|
|
}
|
|
if (other.getNEGAECFDEBD() != 0) {
|
|
setNEGAECFDEBD(other.getNEGAECFDEBD());
|
|
}
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder mergeFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private com.google.protobuf.Internal.IntList fLKGLKPOEDP_ = emptyIntList();
|
|
private void ensureFLKGLKPOEDPIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
fLKGLKPOEDP_ = mutableCopy(fLKGLKPOEDP_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @return A list containing the fLKGLKPOEDP.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getFLKGLKPOEDPList() {
|
|
return ((bitField0_ & 0x00000001) != 0) ?
|
|
java.util.Collections.unmodifiableList(fLKGLKPOEDP_) : fLKGLKPOEDP_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @return The count of fLKGLKPOEDP.
|
|
*/
|
|
public int getFLKGLKPOEDPCount() {
|
|
return fLKGLKPOEDP_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The fLKGLKPOEDP at the given index.
|
|
*/
|
|
public int getFLKGLKPOEDP(int index) {
|
|
return fLKGLKPOEDP_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The fLKGLKPOEDP to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setFLKGLKPOEDP(
|
|
int index, int value) {
|
|
ensureFLKGLKPOEDPIsMutable();
|
|
fLKGLKPOEDP_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @param value The fLKGLKPOEDP to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addFLKGLKPOEDP(int value) {
|
|
ensureFLKGLKPOEDPIsMutable();
|
|
fLKGLKPOEDP_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @param values The fLKGLKPOEDP to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllFLKGLKPOEDP(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureFLKGLKPOEDPIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, fLKGLKPOEDP_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FLKGLKPOEDP = 10;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearFLKGLKPOEDP() {
|
|
fLKGLKPOEDP_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int iAMBDCLBBNB_ ;
|
|
/**
|
|
* <code>uint32 IAMBDCLBBNB = 11;</code>
|
|
* @return The iAMBDCLBBNB.
|
|
*/
|
|
@java.lang.Override
|
|
public int getIAMBDCLBBNB() {
|
|
return iAMBDCLBBNB_;
|
|
}
|
|
/**
|
|
* <code>uint32 IAMBDCLBBNB = 11;</code>
|
|
* @param value The iAMBDCLBBNB to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIAMBDCLBBNB(int value) {
|
|
|
|
iAMBDCLBBNB_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 IAMBDCLBBNB = 11;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIAMBDCLBBNB() {
|
|
|
|
iAMBDCLBBNB_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList gBFDDCJFLGO_ = emptyIntList();
|
|
private void ensureGBFDDCJFLGOIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
gBFDDCJFLGO_ = mutableCopy(gBFDDCJFLGO_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @return A list containing the gBFDDCJFLGO.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getGBFDDCJFLGOList() {
|
|
return ((bitField0_ & 0x00000002) != 0) ?
|
|
java.util.Collections.unmodifiableList(gBFDDCJFLGO_) : gBFDDCJFLGO_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @return The count of gBFDDCJFLGO.
|
|
*/
|
|
public int getGBFDDCJFLGOCount() {
|
|
return gBFDDCJFLGO_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The gBFDDCJFLGO at the given index.
|
|
*/
|
|
public int getGBFDDCJFLGO(int index) {
|
|
return gBFDDCJFLGO_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The gBFDDCJFLGO to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setGBFDDCJFLGO(
|
|
int index, int value) {
|
|
ensureGBFDDCJFLGOIsMutable();
|
|
gBFDDCJFLGO_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @param value The gBFDDCJFLGO to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addGBFDDCJFLGO(int value) {
|
|
ensureGBFDDCJFLGOIsMutable();
|
|
gBFDDCJFLGO_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @param values The gBFDDCJFLGO to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllGBFDDCJFLGO(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureGBFDDCJFLGOIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, gBFDDCJFLGO_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 GBFDDCJFLGO = 8;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearGBFDDCJFLGO() {
|
|
gBFDDCJFLGO_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int mLBGMECACGJ_ ;
|
|
/**
|
|
* <code>uint32 MLBGMECACGJ = 12;</code>
|
|
* @return The mLBGMECACGJ.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMLBGMECACGJ() {
|
|
return mLBGMECACGJ_;
|
|
}
|
|
/**
|
|
* <code>uint32 MLBGMECACGJ = 12;</code>
|
|
* @param value The mLBGMECACGJ to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setMLBGMECACGJ(int value) {
|
|
|
|
mLBGMECACGJ_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 MLBGMECACGJ = 12;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearMLBGMECACGJ() {
|
|
|
|
mLBGMECACGJ_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int nEGAECFDEBD_ ;
|
|
/**
|
|
* <code>uint32 NEGAECFDEBD = 6;</code>
|
|
* @return The nEGAECFDEBD.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNEGAECFDEBD() {
|
|
return nEGAECFDEBD_;
|
|
}
|
|
/**
|
|
* <code>uint32 NEGAECFDEBD = 6;</code>
|
|
* @param value The nEGAECFDEBD to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setNEGAECFDEBD(int value) {
|
|
|
|
nEGAECFDEBD_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 NEGAECFDEBD = 6;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearNEGAECFDEBD() {
|
|
|
|
nEGAECFDEBD_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
@java.lang.Override
|
|
public final Builder setUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.setUnknownFields(unknownFields);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final Builder mergeUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.mergeUnknownFields(unknownFields);
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:InBattleFleurFairInfo)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:InBattleFleurFairInfo)
|
|
private static final emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<InBattleFleurFairInfo>
|
|
PARSER = new com.google.protobuf.AbstractParser<InBattleFleurFairInfo>() {
|
|
@java.lang.Override
|
|
public InBattleFleurFairInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new InBattleFleurFairInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<InBattleFleurFairInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<InBattleFleurFairInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_InBattleFleurFairInfo_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_InBattleFleurFairInfo_fieldAccessorTable;
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
getDescriptor() {
|
|
return descriptor;
|
|
}
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
descriptor;
|
|
static {
|
|
java.lang.String[] descriptorData = {
|
|
"\n\033InBattleFleurFairInfo.proto\"\200\001\n\025InBatt" +
|
|
"leFleurFairInfo\022\023\n\013FLKGLKPOEDP\030\n \003(\r\022\023\n\013" +
|
|
"IAMBDCLBBNB\030\013 \001(\r\022\023\n\013GBFDDCJFLGO\030\010 \003(\r\022\023" +
|
|
"\n\013MLBGMECACGJ\030\014 \001(\r\022\023\n\013NEGAECFDEBD\030\006 \001(\r" +
|
|
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
});
|
|
internal_static_InBattleFleurFairInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_InBattleFleurFairInfo_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_InBattleFleurFairInfo_descriptor,
|
|
new java.lang.String[] { "FLKGLKPOEDP", "IAMBDCLBBNB", "GBFDDCJFLGO", "MLBGMECACGJ", "NEGAECFDEBD", });
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|