mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-09 05:25:55 +08:00
1052 lines
42 KiB
Java
1052 lines
42 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: DungeonSettleExhibitionInfo.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class DungeonSettleExhibitionInfoOuterClass {
|
|
private DungeonSettleExhibitionInfoOuterClass() {}
|
|
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 DungeonSettleExhibitionInfoOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:DungeonSettleExhibitionInfo)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
* @return Whether the playerInfo field is set.
|
|
*/
|
|
boolean hasPlayerInfo();
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
* @return The playerInfo.
|
|
*/
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo getPlayerInfo();
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getPlayerInfoOrBuilder();
|
|
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo>
|
|
getCardListList();
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getCardList(int index);
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
int getCardListCount();
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>
|
|
getCardListOrBuilderList();
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getCardListOrBuilder(
|
|
int index);
|
|
}
|
|
/**
|
|
* Protobuf type {@code DungeonSettleExhibitionInfo}
|
|
*/
|
|
public static final class DungeonSettleExhibitionInfo extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:DungeonSettleExhibitionInfo)
|
|
DungeonSettleExhibitionInfoOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use DungeonSettleExhibitionInfo.newBuilder() to construct.
|
|
private DungeonSettleExhibitionInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private DungeonSettleExhibitionInfo() {
|
|
cardList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new DungeonSettleExhibitionInfo();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private DungeonSettleExhibitionInfo(
|
|
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 26: {
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder subBuilder = null;
|
|
if (playerInfo_ != null) {
|
|
subBuilder = playerInfo_.toBuilder();
|
|
}
|
|
playerInfo_ = input.readMessage(emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(playerInfo_);
|
|
playerInfo_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
cardList_ = new java.util.ArrayList<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
cardList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.parser(), extensionRegistry));
|
|
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)) {
|
|
cardList_ = java.util.Collections.unmodifiableList(cardList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.internal_static_DungeonSettleExhibitionInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.internal_static_DungeonSettleExhibitionInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.class, emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.Builder.class);
|
|
}
|
|
|
|
public static final int PLAYER_INFO_FIELD_NUMBER = 3;
|
|
private emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo playerInfo_;
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
* @return Whether the playerInfo field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasPlayerInfo() {
|
|
return playerInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
* @return The playerInfo.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo getPlayerInfo() {
|
|
return playerInfo_ == null ? emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.getDefaultInstance() : playerInfo_;
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getPlayerInfoOrBuilder() {
|
|
return getPlayerInfo();
|
|
}
|
|
|
|
public static final int CARD_LIST_FIELD_NUMBER = 13;
|
|
private java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> cardList_;
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getCardListList() {
|
|
return cardList_;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>
|
|
getCardListOrBuilderList() {
|
|
return cardList_;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getCardListCount() {
|
|
return cardList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getCardList(int index) {
|
|
return cardList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getCardListOrBuilder(
|
|
int index) {
|
|
return cardList_.get(index);
|
|
}
|
|
|
|
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 {
|
|
if (playerInfo_ != null) {
|
|
output.writeMessage(3, getPlayerInfo());
|
|
}
|
|
for (int i = 0; i < cardList_.size(); i++) {
|
|
output.writeMessage(13, cardList_.get(i));
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (playerInfo_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(3, getPlayerInfo());
|
|
}
|
|
for (int i = 0; i < cardList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(13, cardList_.get(i));
|
|
}
|
|
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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo other = (emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo) obj;
|
|
|
|
if (hasPlayerInfo() != other.hasPlayerInfo()) return false;
|
|
if (hasPlayerInfo()) {
|
|
if (!getPlayerInfo()
|
|
.equals(other.getPlayerInfo())) return false;
|
|
}
|
|
if (!getCardListList()
|
|
.equals(other.getCardListList())) 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 (hasPlayerInfo()) {
|
|
hash = (37 * hash) + PLAYER_INFO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPlayerInfo().hashCode();
|
|
}
|
|
if (getCardListCount() > 0) {
|
|
hash = (37 * hash) + CARD_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCardListList().hashCode();
|
|
}
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo 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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo 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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo 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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo 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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo 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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo 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;
|
|
}
|
|
/**
|
|
* Protobuf type {@code DungeonSettleExhibitionInfo}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:DungeonSettleExhibitionInfo)
|
|
emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfoOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.internal_static_DungeonSettleExhibitionInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.internal_static_DungeonSettleExhibitionInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.class, emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getCardListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
if (playerInfoBuilder_ == null) {
|
|
playerInfo_ = null;
|
|
} else {
|
|
playerInfo_ = null;
|
|
playerInfoBuilder_ = null;
|
|
}
|
|
if (cardListBuilder_ == null) {
|
|
cardList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
cardListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.internal_static_DungeonSettleExhibitionInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo build() {
|
|
emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo buildPartial() {
|
|
emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo result = new emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (playerInfoBuilder_ == null) {
|
|
result.playerInfo_ = playerInfo_;
|
|
} else {
|
|
result.playerInfo_ = playerInfoBuilder_.build();
|
|
}
|
|
if (cardListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
cardList_ = java.util.Collections.unmodifiableList(cardList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.cardList_ = cardList_;
|
|
} else {
|
|
result.cardList_ = cardListBuilder_.build();
|
|
}
|
|
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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo) {
|
|
return mergeFrom((emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo other) {
|
|
if (other == emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.getDefaultInstance()) return this;
|
|
if (other.hasPlayerInfo()) {
|
|
mergePlayerInfo(other.getPlayerInfo());
|
|
}
|
|
if (cardListBuilder_ == null) {
|
|
if (!other.cardList_.isEmpty()) {
|
|
if (cardList_.isEmpty()) {
|
|
cardList_ = other.cardList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureCardListIsMutable();
|
|
cardList_.addAll(other.cardList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.cardList_.isEmpty()) {
|
|
if (cardListBuilder_.isEmpty()) {
|
|
cardListBuilder_.dispose();
|
|
cardListBuilder_ = null;
|
|
cardList_ = other.cardList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
cardListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getCardListFieldBuilder() : null;
|
|
} else {
|
|
cardListBuilder_.addAllMessages(other.cardList_);
|
|
}
|
|
}
|
|
}
|
|
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.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo playerInfo_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder> playerInfoBuilder_;
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
* @return Whether the playerInfo field is set.
|
|
*/
|
|
public boolean hasPlayerInfo() {
|
|
return playerInfoBuilder_ != null || playerInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
* @return The playerInfo.
|
|
*/
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo getPlayerInfo() {
|
|
if (playerInfoBuilder_ == null) {
|
|
return playerInfo_ == null ? emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.getDefaultInstance() : playerInfo_;
|
|
} else {
|
|
return playerInfoBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
public Builder setPlayerInfo(emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo value) {
|
|
if (playerInfoBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
playerInfo_ = value;
|
|
onChanged();
|
|
} else {
|
|
playerInfoBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
public Builder setPlayerInfo(
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder builderForValue) {
|
|
if (playerInfoBuilder_ == null) {
|
|
playerInfo_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
playerInfoBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
public Builder mergePlayerInfo(emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo value) {
|
|
if (playerInfoBuilder_ == null) {
|
|
if (playerInfo_ != null) {
|
|
playerInfo_ =
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.newBuilder(playerInfo_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
playerInfo_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
playerInfoBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
public Builder clearPlayerInfo() {
|
|
if (playerInfoBuilder_ == null) {
|
|
playerInfo_ = null;
|
|
onChanged();
|
|
} else {
|
|
playerInfo_ = null;
|
|
playerInfoBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder getPlayerInfoBuilder() {
|
|
|
|
onChanged();
|
|
return getPlayerInfoFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getPlayerInfoOrBuilder() {
|
|
if (playerInfoBuilder_ != null) {
|
|
return playerInfoBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return playerInfo_ == null ?
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.getDefaultInstance() : playerInfo_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.OnlinePlayerInfo player_info = 3;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder>
|
|
getPlayerInfoFieldBuilder() {
|
|
if (playerInfoBuilder_ == null) {
|
|
playerInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder>(
|
|
getPlayerInfo(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
playerInfo_ = null;
|
|
}
|
|
return playerInfoBuilder_;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> cardList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureCardListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
cardList_ = new java.util.ArrayList<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo>(cardList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> cardListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getCardListList() {
|
|
if (cardListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(cardList_);
|
|
} else {
|
|
return cardListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public int getCardListCount() {
|
|
if (cardListBuilder_ == null) {
|
|
return cardList_.size();
|
|
} else {
|
|
return cardListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getCardList(int index) {
|
|
if (cardListBuilder_ == null) {
|
|
return cardList_.get(index);
|
|
} else {
|
|
return cardListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder setCardList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) {
|
|
if (cardListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureCardListIsMutable();
|
|
cardList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder setCardList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) {
|
|
if (cardListBuilder_ == null) {
|
|
ensureCardListIsMutable();
|
|
cardList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder addCardList(emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) {
|
|
if (cardListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureCardListIsMutable();
|
|
cardList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder addCardList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) {
|
|
if (cardListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureCardListIsMutable();
|
|
cardList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder addCardList(
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) {
|
|
if (cardListBuilder_ == null) {
|
|
ensureCardListIsMutable();
|
|
cardList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder addCardList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) {
|
|
if (cardListBuilder_ == null) {
|
|
ensureCardListIsMutable();
|
|
cardList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder addAllCardList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> values) {
|
|
if (cardListBuilder_ == null) {
|
|
ensureCardListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, cardList_);
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder clearCardList() {
|
|
if (cardListBuilder_ == null) {
|
|
cardList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public Builder removeCardList(int index) {
|
|
if (cardListBuilder_ == null) {
|
|
ensureCardListIsMutable();
|
|
cardList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
cardListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder getCardListBuilder(
|
|
int index) {
|
|
return getCardListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getCardListOrBuilder(
|
|
int index) {
|
|
if (cardListBuilder_ == null) {
|
|
return cardList_.get(index); } else {
|
|
return cardListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>
|
|
getCardListOrBuilderList() {
|
|
if (cardListBuilder_ != null) {
|
|
return cardListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(cardList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder addCardListBuilder() {
|
|
return getCardListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder addCardListBuilder(
|
|
int index) {
|
|
return getCardListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo card_list = 13;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder>
|
|
getCardListBuilderList() {
|
|
return getCardListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>
|
|
getCardListFieldBuilder() {
|
|
if (cardListBuilder_ == null) {
|
|
cardListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>(
|
|
cardList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
cardList_ = null;
|
|
}
|
|
return cardListBuilder_;
|
|
}
|
|
@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:DungeonSettleExhibitionInfo)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:DungeonSettleExhibitionInfo)
|
|
private static final emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<DungeonSettleExhibitionInfo>
|
|
PARSER = new com.google.protobuf.AbstractParser<DungeonSettleExhibitionInfo>() {
|
|
@java.lang.Override
|
|
public DungeonSettleExhibitionInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new DungeonSettleExhibitionInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<DungeonSettleExhibitionInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<DungeonSettleExhibitionInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_DungeonSettleExhibitionInfo_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_DungeonSettleExhibitionInfo_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!DungeonSettleExhibitionInfo.proto\032\033Exh" +
|
|
"ibitionDisplayInfo.proto\032\026OnlinePlayerIn" +
|
|
"fo.proto\"p\n\033DungeonSettleExhibitionInfo\022" +
|
|
"&\n\013player_info\030\003 \001(\0132\021.OnlinePlayerInfo\022" +
|
|
")\n\tcard_list\030\r \003(\0132\026.ExhibitionDisplayIn" +
|
|
"foB\033\n\031emu.grasscutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_DungeonSettleExhibitionInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_DungeonSettleExhibitionInfo_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_DungeonSettleExhibitionInfo_descriptor,
|
|
new java.lang.String[] { "PlayerInfo", "CardList", });
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|