mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 06:13:37 +08:00
1190 lines
45 KiB
Java
1190 lines
45 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: EffigyActivityDetailInfo.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class EffigyActivityDetailInfoOuterClass {
|
|
private EffigyActivityDetailInfoOuterClass() {}
|
|
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 EffigyActivityDetailInfoOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:EffigyActivityDetailInfo)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @return A list containing the takenRewardIndexList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getTakenRewardIndexListList();
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @return The count of takenRewardIndexList.
|
|
*/
|
|
int getTakenRewardIndexListCount();
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The takenRewardIndexList at the given index.
|
|
*/
|
|
int getTakenRewardIndexList(int index);
|
|
|
|
/**
|
|
* <code>uint32 last_difficulty_id = 6;</code>
|
|
* @return The lastDifficultyId.
|
|
*/
|
|
int getLastDifficultyId();
|
|
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo>
|
|
getDailyInfoListList();
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo getDailyInfoList(int index);
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
int getDailyInfoListCount();
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder>
|
|
getDailyInfoListOrBuilderList();
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder getDailyInfoListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>uint32 cur_score = 14;</code>
|
|
* @return The curScore.
|
|
*/
|
|
int getCurScore();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: DLOMGLGOALI
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code EffigyActivityDetailInfo}
|
|
*/
|
|
public static final class EffigyActivityDetailInfo extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:EffigyActivityDetailInfo)
|
|
EffigyActivityDetailInfoOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use EffigyActivityDetailInfo.newBuilder() to construct.
|
|
private EffigyActivityDetailInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private EffigyActivityDetailInfo() {
|
|
takenRewardIndexList_ = emptyIntList();
|
|
dailyInfoList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new EffigyActivityDetailInfo();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private EffigyActivityDetailInfo(
|
|
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: {
|
|
|
|
lastDifficultyId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
takenRewardIndexList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
takenRewardIndexList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 82: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
|
takenRewardIndexList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
takenRewardIndexList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 90: {
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
dailyInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo>();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
dailyInfoList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 112: {
|
|
|
|
curScore_ = 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)) {
|
|
takenRewardIndexList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
dailyInfoList_ = java.util.Collections.unmodifiableList(dailyInfoList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.internal_static_EffigyActivityDetailInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.internal_static_EffigyActivityDetailInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo.class, emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo.Builder.class);
|
|
}
|
|
|
|
public static final int TAKEN_REWARD_INDEX_LIST_FIELD_NUMBER = 10;
|
|
private com.google.protobuf.Internal.IntList takenRewardIndexList_;
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @return A list containing the takenRewardIndexList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getTakenRewardIndexListList() {
|
|
return takenRewardIndexList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @return The count of takenRewardIndexList.
|
|
*/
|
|
public int getTakenRewardIndexListCount() {
|
|
return takenRewardIndexList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The takenRewardIndexList at the given index.
|
|
*/
|
|
public int getTakenRewardIndexList(int index) {
|
|
return takenRewardIndexList_.getInt(index);
|
|
}
|
|
private int takenRewardIndexListMemoizedSerializedSize = -1;
|
|
|
|
public static final int LAST_DIFFICULTY_ID_FIELD_NUMBER = 6;
|
|
private int lastDifficultyId_;
|
|
/**
|
|
* <code>uint32 last_difficulty_id = 6;</code>
|
|
* @return The lastDifficultyId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getLastDifficultyId() {
|
|
return lastDifficultyId_;
|
|
}
|
|
|
|
public static final int DAILY_INFO_LIST_FIELD_NUMBER = 11;
|
|
private java.util.List<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo> dailyInfoList_;
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo> getDailyInfoListList() {
|
|
return dailyInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder>
|
|
getDailyInfoListOrBuilderList() {
|
|
return dailyInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getDailyInfoListCount() {
|
|
return dailyInfoList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo getDailyInfoList(int index) {
|
|
return dailyInfoList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder getDailyInfoListOrBuilder(
|
|
int index) {
|
|
return dailyInfoList_.get(index);
|
|
}
|
|
|
|
public static final int CUR_SCORE_FIELD_NUMBER = 14;
|
|
private int curScore_;
|
|
/**
|
|
* <code>uint32 cur_score = 14;</code>
|
|
* @return The curScore.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurScore() {
|
|
return curScore_;
|
|
}
|
|
|
|
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 (lastDifficultyId_ != 0) {
|
|
output.writeUInt32(6, lastDifficultyId_);
|
|
}
|
|
if (getTakenRewardIndexListList().size() > 0) {
|
|
output.writeUInt32NoTag(82);
|
|
output.writeUInt32NoTag(takenRewardIndexListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < takenRewardIndexList_.size(); i++) {
|
|
output.writeUInt32NoTag(takenRewardIndexList_.getInt(i));
|
|
}
|
|
for (int i = 0; i < dailyInfoList_.size(); i++) {
|
|
output.writeMessage(11, dailyInfoList_.get(i));
|
|
}
|
|
if (curScore_ != 0) {
|
|
output.writeUInt32(14, curScore_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (lastDifficultyId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(6, lastDifficultyId_);
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < takenRewardIndexList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(takenRewardIndexList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getTakenRewardIndexListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
takenRewardIndexListMemoizedSerializedSize = dataSize;
|
|
}
|
|
for (int i = 0; i < dailyInfoList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(11, dailyInfoList_.get(i));
|
|
}
|
|
if (curScore_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(14, curScore_);
|
|
}
|
|
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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo other = (emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo) obj;
|
|
|
|
if (!getTakenRewardIndexListList()
|
|
.equals(other.getTakenRewardIndexListList())) return false;
|
|
if (getLastDifficultyId()
|
|
!= other.getLastDifficultyId()) return false;
|
|
if (!getDailyInfoListList()
|
|
.equals(other.getDailyInfoListList())) return false;
|
|
if (getCurScore()
|
|
!= other.getCurScore()) 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 (getTakenRewardIndexListCount() > 0) {
|
|
hash = (37 * hash) + TAKEN_REWARD_INDEX_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTakenRewardIndexListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + LAST_DIFFICULTY_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getLastDifficultyId();
|
|
if (getDailyInfoListCount() > 0) {
|
|
hash = (37 * hash) + DAILY_INFO_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getDailyInfoListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + CUR_SCORE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCurScore();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo 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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo 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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo 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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo 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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo 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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo 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: DLOMGLGOALI
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code EffigyActivityDetailInfo}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:EffigyActivityDetailInfo)
|
|
emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfoOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.internal_static_EffigyActivityDetailInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.internal_static_EffigyActivityDetailInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo.class, emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getDailyInfoListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
takenRewardIndexList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
lastDifficultyId_ = 0;
|
|
|
|
if (dailyInfoListBuilder_ == null) {
|
|
dailyInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
dailyInfoListBuilder_.clear();
|
|
}
|
|
curScore_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.internal_static_EffigyActivityDetailInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo build() {
|
|
emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo buildPartial() {
|
|
emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo result = new emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
takenRewardIndexList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.takenRewardIndexList_ = takenRewardIndexList_;
|
|
result.lastDifficultyId_ = lastDifficultyId_;
|
|
if (dailyInfoListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
dailyInfoList_ = java.util.Collections.unmodifiableList(dailyInfoList_);
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.dailyInfoList_ = dailyInfoList_;
|
|
} else {
|
|
result.dailyInfoList_ = dailyInfoListBuilder_.build();
|
|
}
|
|
result.curScore_ = curScore_;
|
|
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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo) {
|
|
return mergeFrom((emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo other) {
|
|
if (other == emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo.getDefaultInstance()) return this;
|
|
if (!other.takenRewardIndexList_.isEmpty()) {
|
|
if (takenRewardIndexList_.isEmpty()) {
|
|
takenRewardIndexList_ = other.takenRewardIndexList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureTakenRewardIndexListIsMutable();
|
|
takenRewardIndexList_.addAll(other.takenRewardIndexList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getLastDifficultyId() != 0) {
|
|
setLastDifficultyId(other.getLastDifficultyId());
|
|
}
|
|
if (dailyInfoListBuilder_ == null) {
|
|
if (!other.dailyInfoList_.isEmpty()) {
|
|
if (dailyInfoList_.isEmpty()) {
|
|
dailyInfoList_ = other.dailyInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.addAll(other.dailyInfoList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.dailyInfoList_.isEmpty()) {
|
|
if (dailyInfoListBuilder_.isEmpty()) {
|
|
dailyInfoListBuilder_.dispose();
|
|
dailyInfoListBuilder_ = null;
|
|
dailyInfoList_ = other.dailyInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
dailyInfoListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getDailyInfoListFieldBuilder() : null;
|
|
} else {
|
|
dailyInfoListBuilder_.addAllMessages(other.dailyInfoList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.getCurScore() != 0) {
|
|
setCurScore(other.getCurScore());
|
|
}
|
|
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.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private com.google.protobuf.Internal.IntList takenRewardIndexList_ = emptyIntList();
|
|
private void ensureTakenRewardIndexListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
takenRewardIndexList_ = mutableCopy(takenRewardIndexList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @return A list containing the takenRewardIndexList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getTakenRewardIndexListList() {
|
|
return ((bitField0_ & 0x00000001) != 0) ?
|
|
java.util.Collections.unmodifiableList(takenRewardIndexList_) : takenRewardIndexList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @return The count of takenRewardIndexList.
|
|
*/
|
|
public int getTakenRewardIndexListCount() {
|
|
return takenRewardIndexList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The takenRewardIndexList at the given index.
|
|
*/
|
|
public int getTakenRewardIndexList(int index) {
|
|
return takenRewardIndexList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The takenRewardIndexList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setTakenRewardIndexList(
|
|
int index, int value) {
|
|
ensureTakenRewardIndexListIsMutable();
|
|
takenRewardIndexList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @param value The takenRewardIndexList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addTakenRewardIndexList(int value) {
|
|
ensureTakenRewardIndexListIsMutable();
|
|
takenRewardIndexList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @param values The takenRewardIndexList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllTakenRewardIndexList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureTakenRewardIndexListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, takenRewardIndexList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 taken_reward_index_list = 10;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearTakenRewardIndexList() {
|
|
takenRewardIndexList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int lastDifficultyId_ ;
|
|
/**
|
|
* <code>uint32 last_difficulty_id = 6;</code>
|
|
* @return The lastDifficultyId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getLastDifficultyId() {
|
|
return lastDifficultyId_;
|
|
}
|
|
/**
|
|
* <code>uint32 last_difficulty_id = 6;</code>
|
|
* @param value The lastDifficultyId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setLastDifficultyId(int value) {
|
|
|
|
lastDifficultyId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 last_difficulty_id = 6;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearLastDifficultyId() {
|
|
|
|
lastDifficultyId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo> dailyInfoList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureDailyInfoListIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
dailyInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo>(dailyInfoList_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder> dailyInfoListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo> getDailyInfoListList() {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(dailyInfoList_);
|
|
} else {
|
|
return dailyInfoListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public int getDailyInfoListCount() {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
return dailyInfoList_.size();
|
|
} else {
|
|
return dailyInfoListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo getDailyInfoList(int index) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
return dailyInfoList_.get(index);
|
|
} else {
|
|
return dailyInfoListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder setDailyInfoList(
|
|
int index, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo value) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder setDailyInfoList(
|
|
int index, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder builderForValue) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder addDailyInfoList(emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo value) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder addDailyInfoList(
|
|
int index, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo value) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder addDailyInfoList(
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder builderForValue) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder addDailyInfoList(
|
|
int index, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder builderForValue) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder addAllDailyInfoList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo> values) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
ensureDailyInfoListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, dailyInfoList_);
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder clearDailyInfoList() {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
dailyInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public Builder removeDailyInfoList(int index) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
ensureDailyInfoListIsMutable();
|
|
dailyInfoList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
dailyInfoListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder getDailyInfoListBuilder(
|
|
int index) {
|
|
return getDailyInfoListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder getDailyInfoListOrBuilder(
|
|
int index) {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
return dailyInfoList_.get(index); } else {
|
|
return dailyInfoListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder>
|
|
getDailyInfoListOrBuilderList() {
|
|
if (dailyInfoListBuilder_ != null) {
|
|
return dailyInfoListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(dailyInfoList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder addDailyInfoListBuilder() {
|
|
return getDailyInfoListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder addDailyInfoListBuilder(
|
|
int index) {
|
|
return getDailyInfoListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .EffigyDailyInfo daily_info_list = 11;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder>
|
|
getDailyInfoListBuilderList() {
|
|
return getDailyInfoListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder>
|
|
getDailyInfoListFieldBuilder() {
|
|
if (dailyInfoListBuilder_ == null) {
|
|
dailyInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder, emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder>(
|
|
dailyInfoList_,
|
|
((bitField0_ & 0x00000002) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
dailyInfoList_ = null;
|
|
}
|
|
return dailyInfoListBuilder_;
|
|
}
|
|
|
|
private int curScore_ ;
|
|
/**
|
|
* <code>uint32 cur_score = 14;</code>
|
|
* @return The curScore.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurScore() {
|
|
return curScore_;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_score = 14;</code>
|
|
* @param value The curScore to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setCurScore(int value) {
|
|
|
|
curScore_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_score = 14;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearCurScore() {
|
|
|
|
curScore_ = 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:EffigyActivityDetailInfo)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:EffigyActivityDetailInfo)
|
|
private static final emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<EffigyActivityDetailInfo>
|
|
PARSER = new com.google.protobuf.AbstractParser<EffigyActivityDetailInfo>() {
|
|
@java.lang.Override
|
|
public EffigyActivityDetailInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new EffigyActivityDetailInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<EffigyActivityDetailInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<EffigyActivityDetailInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EffigyActivityDetailInfoOuterClass.EffigyActivityDetailInfo getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_EffigyActivityDetailInfo_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_EffigyActivityDetailInfo_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\036EffigyActivityDetailInfo.proto\032\025Effigy" +
|
|
"DailyInfo.proto\"\225\001\n\030EffigyActivityDetail" +
|
|
"Info\022\037\n\027taken_reward_index_list\030\n \003(\r\022\032\n" +
|
|
"\022last_difficulty_id\030\006 \001(\r\022)\n\017daily_info_" +
|
|
"list\030\013 \003(\0132\020.EffigyDailyInfo\022\021\n\tcur_scor" +
|
|
"e\030\016 \001(\rB\033\n\031emu.grasscutter.net.protob\006pr" +
|
|
"oto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_EffigyActivityDetailInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_EffigyActivityDetailInfo_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_EffigyActivityDetailInfo_descriptor,
|
|
new java.lang.String[] { "TakenRewardIndexList", "LastDifficultyId", "DailyInfoList", "CurScore", });
|
|
emu.grasscutter.net.proto.EffigyDailyInfoOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|