mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 06:13:37 +08:00
1136 lines
39 KiB
Java
1136 lines
39 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CIBJGFDGJIP.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class CIBJGFDGJIPOuterClass {
|
|
private CIBJGFDGJIPOuterClass() {}
|
|
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 CIBJGFDGJIPOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:CIBJGFDGJIP)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>uint32 difficulty = 10;</code>
|
|
* @return The difficulty.
|
|
*/
|
|
int getDifficulty();
|
|
|
|
/**
|
|
* <code>uint32 stage_id = 9;</code>
|
|
* @return The stageId.
|
|
*/
|
|
int getStageId();
|
|
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB>
|
|
getTeamInfoListList();
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB getTeamInfoList(int index);
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
int getTeamInfoListCount();
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder>
|
|
getTeamInfoListOrBuilderList();
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder getTeamInfoListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>uint32 level_id = 4;</code>
|
|
* @return The levelId.
|
|
*/
|
|
int getLevelId();
|
|
|
|
/**
|
|
* <code>bool FOMGENIPFND = 2;</code>
|
|
* @return The fOMGENIPFND.
|
|
*/
|
|
boolean getFOMGENIPFND();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 27536
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code CIBJGFDGJIP}
|
|
*/
|
|
public static final class CIBJGFDGJIP extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:CIBJGFDGJIP)
|
|
CIBJGFDGJIPOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use CIBJGFDGJIP.newBuilder() to construct.
|
|
private CIBJGFDGJIP(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private CIBJGFDGJIP() {
|
|
teamInfoList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new CIBJGFDGJIP();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private CIBJGFDGJIP(
|
|
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 10: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
teamInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
teamInfoList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 16: {
|
|
|
|
fOMGENIPFND_ = input.readBool();
|
|
break;
|
|
}
|
|
case 32: {
|
|
|
|
levelId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
|
|
stageId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
|
|
difficulty_ = 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_ & 0x00000001) != 0)) {
|
|
teamInfoList_ = java.util.Collections.unmodifiableList(teamInfoList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.internal_static_CIBJGFDGJIP_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.internal_static_CIBJGFDGJIP_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP.class, emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP.Builder.class);
|
|
}
|
|
|
|
public static final int DIFFICULTY_FIELD_NUMBER = 10;
|
|
private int difficulty_;
|
|
/**
|
|
* <code>uint32 difficulty = 10;</code>
|
|
* @return The difficulty.
|
|
*/
|
|
@java.lang.Override
|
|
public int getDifficulty() {
|
|
return difficulty_;
|
|
}
|
|
|
|
public static final int STAGE_ID_FIELD_NUMBER = 9;
|
|
private int stageId_;
|
|
/**
|
|
* <code>uint32 stage_id = 9;</code>
|
|
* @return The stageId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getStageId() {
|
|
return stageId_;
|
|
}
|
|
|
|
public static final int TEAM_INFO_LIST_FIELD_NUMBER = 1;
|
|
private java.util.List<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB> teamInfoList_;
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB> getTeamInfoListList() {
|
|
return teamInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder>
|
|
getTeamInfoListOrBuilderList() {
|
|
return teamInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getTeamInfoListCount() {
|
|
return teamInfoList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB getTeamInfoList(int index) {
|
|
return teamInfoList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder getTeamInfoListOrBuilder(
|
|
int index) {
|
|
return teamInfoList_.get(index);
|
|
}
|
|
|
|
public static final int LEVEL_ID_FIELD_NUMBER = 4;
|
|
private int levelId_;
|
|
/**
|
|
* <code>uint32 level_id = 4;</code>
|
|
* @return The levelId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getLevelId() {
|
|
return levelId_;
|
|
}
|
|
|
|
public static final int FOMGENIPFND_FIELD_NUMBER = 2;
|
|
private boolean fOMGENIPFND_;
|
|
/**
|
|
* <code>bool FOMGENIPFND = 2;</code>
|
|
* @return The fOMGENIPFND.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getFOMGENIPFND() {
|
|
return fOMGENIPFND_;
|
|
}
|
|
|
|
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 {
|
|
for (int i = 0; i < teamInfoList_.size(); i++) {
|
|
output.writeMessage(1, teamInfoList_.get(i));
|
|
}
|
|
if (fOMGENIPFND_ != false) {
|
|
output.writeBool(2, fOMGENIPFND_);
|
|
}
|
|
if (levelId_ != 0) {
|
|
output.writeUInt32(4, levelId_);
|
|
}
|
|
if (stageId_ != 0) {
|
|
output.writeUInt32(9, stageId_);
|
|
}
|
|
if (difficulty_ != 0) {
|
|
output.writeUInt32(10, difficulty_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
for (int i = 0; i < teamInfoList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(1, teamInfoList_.get(i));
|
|
}
|
|
if (fOMGENIPFND_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(2, fOMGENIPFND_);
|
|
}
|
|
if (levelId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(4, levelId_);
|
|
}
|
|
if (stageId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(9, stageId_);
|
|
}
|
|
if (difficulty_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(10, difficulty_);
|
|
}
|
|
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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP other = (emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP) obj;
|
|
|
|
if (getDifficulty()
|
|
!= other.getDifficulty()) return false;
|
|
if (getStageId()
|
|
!= other.getStageId()) return false;
|
|
if (!getTeamInfoListList()
|
|
.equals(other.getTeamInfoListList())) return false;
|
|
if (getLevelId()
|
|
!= other.getLevelId()) return false;
|
|
if (getFOMGENIPFND()
|
|
!= other.getFOMGENIPFND()) 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();
|
|
hash = (37 * hash) + DIFFICULTY_FIELD_NUMBER;
|
|
hash = (53 * hash) + getDifficulty();
|
|
hash = (37 * hash) + STAGE_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getStageId();
|
|
if (getTeamInfoListCount() > 0) {
|
|
hash = (37 * hash) + TEAM_INFO_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTeamInfoListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + LEVEL_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getLevelId();
|
|
hash = (37 * hash) + FOMGENIPFND_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getFOMGENIPFND());
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP 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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP 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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP 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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP 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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP 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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP 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>
|
|
* CmdId: 27536
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code CIBJGFDGJIP}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:CIBJGFDGJIP)
|
|
emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIPOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.internal_static_CIBJGFDGJIP_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.internal_static_CIBJGFDGJIP_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP.class, emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getTeamInfoListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
difficulty_ = 0;
|
|
|
|
stageId_ = 0;
|
|
|
|
if (teamInfoListBuilder_ == null) {
|
|
teamInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
teamInfoListBuilder_.clear();
|
|
}
|
|
levelId_ = 0;
|
|
|
|
fOMGENIPFND_ = false;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.internal_static_CIBJGFDGJIP_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP build() {
|
|
emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP buildPartial() {
|
|
emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP result = new emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP(this);
|
|
int from_bitField0_ = bitField0_;
|
|
result.difficulty_ = difficulty_;
|
|
result.stageId_ = stageId_;
|
|
if (teamInfoListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
teamInfoList_ = java.util.Collections.unmodifiableList(teamInfoList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.teamInfoList_ = teamInfoList_;
|
|
} else {
|
|
result.teamInfoList_ = teamInfoListBuilder_.build();
|
|
}
|
|
result.levelId_ = levelId_;
|
|
result.fOMGENIPFND_ = fOMGENIPFND_;
|
|
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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP) {
|
|
return mergeFrom((emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP other) {
|
|
if (other == emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP.getDefaultInstance()) return this;
|
|
if (other.getDifficulty() != 0) {
|
|
setDifficulty(other.getDifficulty());
|
|
}
|
|
if (other.getStageId() != 0) {
|
|
setStageId(other.getStageId());
|
|
}
|
|
if (teamInfoListBuilder_ == null) {
|
|
if (!other.teamInfoList_.isEmpty()) {
|
|
if (teamInfoList_.isEmpty()) {
|
|
teamInfoList_ = other.teamInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.addAll(other.teamInfoList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.teamInfoList_.isEmpty()) {
|
|
if (teamInfoListBuilder_.isEmpty()) {
|
|
teamInfoListBuilder_.dispose();
|
|
teamInfoListBuilder_ = null;
|
|
teamInfoList_ = other.teamInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
teamInfoListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getTeamInfoListFieldBuilder() : null;
|
|
} else {
|
|
teamInfoListBuilder_.addAllMessages(other.teamInfoList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.getLevelId() != 0) {
|
|
setLevelId(other.getLevelId());
|
|
}
|
|
if (other.getFOMGENIPFND() != false) {
|
|
setFOMGENIPFND(other.getFOMGENIPFND());
|
|
}
|
|
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.CIBJGFDGJIPOuterClass.CIBJGFDGJIP parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private int difficulty_ ;
|
|
/**
|
|
* <code>uint32 difficulty = 10;</code>
|
|
* @return The difficulty.
|
|
*/
|
|
@java.lang.Override
|
|
public int getDifficulty() {
|
|
return difficulty_;
|
|
}
|
|
/**
|
|
* <code>uint32 difficulty = 10;</code>
|
|
* @param value The difficulty to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setDifficulty(int value) {
|
|
|
|
difficulty_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 difficulty = 10;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearDifficulty() {
|
|
|
|
difficulty_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int stageId_ ;
|
|
/**
|
|
* <code>uint32 stage_id = 9;</code>
|
|
* @return The stageId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getStageId() {
|
|
return stageId_;
|
|
}
|
|
/**
|
|
* <code>uint32 stage_id = 9;</code>
|
|
* @param value The stageId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setStageId(int value) {
|
|
|
|
stageId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 stage_id = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearStageId() {
|
|
|
|
stageId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB> teamInfoList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureTeamInfoListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
teamInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB>(teamInfoList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder> teamInfoListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB> getTeamInfoListList() {
|
|
if (teamInfoListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(teamInfoList_);
|
|
} else {
|
|
return teamInfoListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public int getTeamInfoListCount() {
|
|
if (teamInfoListBuilder_ == null) {
|
|
return teamInfoList_.size();
|
|
} else {
|
|
return teamInfoListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB getTeamInfoList(int index) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
return teamInfoList_.get(index);
|
|
} else {
|
|
return teamInfoListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder setTeamInfoList(
|
|
int index, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB value) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder setTeamInfoList(
|
|
int index, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder builderForValue) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder addTeamInfoList(emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB value) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder addTeamInfoList(
|
|
int index, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB value) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder addTeamInfoList(
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder builderForValue) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder addTeamInfoList(
|
|
int index, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder builderForValue) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder addAllTeamInfoList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB> values) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
ensureTeamInfoListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, teamInfoList_);
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder clearTeamInfoList() {
|
|
if (teamInfoListBuilder_ == null) {
|
|
teamInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public Builder removeTeamInfoList(int index) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
ensureTeamInfoListIsMutable();
|
|
teamInfoList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
teamInfoListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder getTeamInfoListBuilder(
|
|
int index) {
|
|
return getTeamInfoListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder getTeamInfoListOrBuilder(
|
|
int index) {
|
|
if (teamInfoListBuilder_ == null) {
|
|
return teamInfoList_.get(index); } else {
|
|
return teamInfoListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder>
|
|
getTeamInfoListOrBuilderList() {
|
|
if (teamInfoListBuilder_ != null) {
|
|
return teamInfoListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(teamInfoList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder addTeamInfoListBuilder() {
|
|
return getTeamInfoListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder addTeamInfoListBuilder(
|
|
int index) {
|
|
return getTeamInfoListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .IEDLOHFOJJB team_info_list = 1;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder>
|
|
getTeamInfoListBuilderList() {
|
|
return getTeamInfoListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder>
|
|
getTeamInfoListFieldBuilder() {
|
|
if (teamInfoListBuilder_ == null) {
|
|
teamInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJB.Builder, emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.IEDLOHFOJJBOrBuilder>(
|
|
teamInfoList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
teamInfoList_ = null;
|
|
}
|
|
return teamInfoListBuilder_;
|
|
}
|
|
|
|
private int levelId_ ;
|
|
/**
|
|
* <code>uint32 level_id = 4;</code>
|
|
* @return The levelId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getLevelId() {
|
|
return levelId_;
|
|
}
|
|
/**
|
|
* <code>uint32 level_id = 4;</code>
|
|
* @param value The levelId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setLevelId(int value) {
|
|
|
|
levelId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 level_id = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearLevelId() {
|
|
|
|
levelId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean fOMGENIPFND_ ;
|
|
/**
|
|
* <code>bool FOMGENIPFND = 2;</code>
|
|
* @return The fOMGENIPFND.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getFOMGENIPFND() {
|
|
return fOMGENIPFND_;
|
|
}
|
|
/**
|
|
* <code>bool FOMGENIPFND = 2;</code>
|
|
* @param value The fOMGENIPFND to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setFOMGENIPFND(boolean value) {
|
|
|
|
fOMGENIPFND_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool FOMGENIPFND = 2;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearFOMGENIPFND() {
|
|
|
|
fOMGENIPFND_ = false;
|
|
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:CIBJGFDGJIP)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:CIBJGFDGJIP)
|
|
private static final emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<CIBJGFDGJIP>
|
|
PARSER = new com.google.protobuf.AbstractParser<CIBJGFDGJIP>() {
|
|
@java.lang.Override
|
|
public CIBJGFDGJIP parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new CIBJGFDGJIP(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<CIBJGFDGJIP> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<CIBJGFDGJIP> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CIBJGFDGJIPOuterClass.CIBJGFDGJIP getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_CIBJGFDGJIP_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_CIBJGFDGJIP_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\021CIBJGFDGJIP.proto\032\021IEDLOHFOJJB.proto\"\200" +
|
|
"\001\n\013CIBJGFDGJIP\022\022\n\ndifficulty\030\n \001(\r\022\020\n\010st" +
|
|
"age_id\030\t \001(\r\022$\n\016team_info_list\030\001 \003(\0132\014.I" +
|
|
"EDLOHFOJJB\022\020\n\010level_id\030\004 \001(\r\022\023\n\013FOMGENIP" +
|
|
"FND\030\002 \001(\010B\033\n\031emu.grasscutter.net.protob\006" +
|
|
"proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_CIBJGFDGJIP_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_CIBJGFDGJIP_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_CIBJGFDGJIP_descriptor,
|
|
new java.lang.String[] { "Difficulty", "StageId", "TeamInfoList", "LevelId", "FOMGENIPFND", });
|
|
emu.grasscutter.net.proto.IEDLOHFOJJBOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|