mirror of
https://github.com/Grasscutters/Grasscutter
synced 2025-08-27 20:37:25 +00:00
1484 lines
58 KiB
Java
1484 lines
58 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: IslandPartySettleNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class IslandPartySettleNotifyOuterClass {
|
|
private IslandPartySettleNotifyOuterClass() {}
|
|
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 IslandPartySettleNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:IslandPartySettleNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>bool is_new_record = 12;</code>
|
|
* @return The isNewRecord.
|
|
*/
|
|
boolean getIsNewRecord();
|
|
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo>
|
|
getSettleInfoListList();
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo getSettleInfoList(int index);
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
int getSettleInfoListCount();
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder>
|
|
getSettleInfoListOrBuilderList();
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder getSettleInfoListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>uint32 time_remain = 6;</code>
|
|
* @return The timeRemain.
|
|
*/
|
|
int getTimeRemain();
|
|
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo>
|
|
getScoreListList();
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getScoreList(int index);
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
int getScoreListCount();
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>
|
|
getScoreListOrBuilderList();
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getScoreListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @return The enum numeric value on the wire for reason.
|
|
*/
|
|
int getReasonValue();
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @return The reason.
|
|
*/
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 23083
|
|
* Obf: HJBCADIELAO
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code IslandPartySettleNotify}
|
|
*/
|
|
public static final class IslandPartySettleNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:IslandPartySettleNotify)
|
|
IslandPartySettleNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use IslandPartySettleNotify.newBuilder() to construct.
|
|
private IslandPartySettleNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private IslandPartySettleNotify() {
|
|
settleInfoList_ = java.util.Collections.emptyList();
|
|
scoreList_ = java.util.Collections.emptyList();
|
|
reason_ = 0;
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new IslandPartySettleNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private IslandPartySettleNotify(
|
|
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 34: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
settleInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
settleInfoList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 48: {
|
|
|
|
timeRemain_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
scoreList_ = new java.util.ArrayList<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo>();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
scoreList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 96: {
|
|
|
|
isNewRecord_ = input.readBool();
|
|
break;
|
|
}
|
|
case 120: {
|
|
int rawValue = input.readEnum();
|
|
|
|
reason_ = rawValue;
|
|
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)) {
|
|
settleInfoList_ = java.util.Collections.unmodifiableList(settleInfoList_);
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
scoreList_ = java.util.Collections.unmodifiableList(scoreList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.class, emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.Builder.class);
|
|
}
|
|
|
|
public static final int IS_NEW_RECORD_FIELD_NUMBER = 12;
|
|
private boolean isNewRecord_;
|
|
/**
|
|
* <code>bool is_new_record = 12;</code>
|
|
* @return The isNewRecord.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsNewRecord() {
|
|
return isNewRecord_;
|
|
}
|
|
|
|
public static final int SETTLE_INFO_LIST_FIELD_NUMBER = 4;
|
|
private java.util.List<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo> settleInfoList_;
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo> getSettleInfoListList() {
|
|
return settleInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder>
|
|
getSettleInfoListOrBuilderList() {
|
|
return settleInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getSettleInfoListCount() {
|
|
return settleInfoList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo getSettleInfoList(int index) {
|
|
return settleInfoList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder getSettleInfoListOrBuilder(
|
|
int index) {
|
|
return settleInfoList_.get(index);
|
|
}
|
|
|
|
public static final int TIME_REMAIN_FIELD_NUMBER = 6;
|
|
private int timeRemain_;
|
|
/**
|
|
* <code>uint32 time_remain = 6;</code>
|
|
* @return The timeRemain.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTimeRemain() {
|
|
return timeRemain_;
|
|
}
|
|
|
|
public static final int SCORE_LIST_FIELD_NUMBER = 9;
|
|
private java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> scoreList_;
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getScoreListList() {
|
|
return scoreList_;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>
|
|
getScoreListOrBuilderList() {
|
|
return scoreList_;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getScoreListCount() {
|
|
return scoreList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getScoreList(int index) {
|
|
return scoreList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getScoreListOrBuilder(
|
|
int index) {
|
|
return scoreList_.get(index);
|
|
}
|
|
|
|
public static final int REASON_FIELD_NUMBER = 15;
|
|
private int reason_;
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @return The enum numeric value on the wire for reason.
|
|
*/
|
|
@java.lang.Override public int getReasonValue() {
|
|
return reason_;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @return The reason.
|
|
*/
|
|
@java.lang.Override public emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM result = emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.valueOf(reason_);
|
|
return result == null ? emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.UNRECOGNIZED : result;
|
|
}
|
|
|
|
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 < settleInfoList_.size(); i++) {
|
|
output.writeMessage(4, settleInfoList_.get(i));
|
|
}
|
|
if (timeRemain_ != 0) {
|
|
output.writeUInt32(6, timeRemain_);
|
|
}
|
|
for (int i = 0; i < scoreList_.size(); i++) {
|
|
output.writeMessage(9, scoreList_.get(i));
|
|
}
|
|
if (isNewRecord_ != false) {
|
|
output.writeBool(12, isNewRecord_);
|
|
}
|
|
if (reason_ != emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.KDHIAEFLGFM_GalleryStopNone.getNumber()) {
|
|
output.writeEnum(15, reason_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
for (int i = 0; i < settleInfoList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(4, settleInfoList_.get(i));
|
|
}
|
|
if (timeRemain_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(6, timeRemain_);
|
|
}
|
|
for (int i = 0; i < scoreList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(9, scoreList_.get(i));
|
|
}
|
|
if (isNewRecord_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(12, isNewRecord_);
|
|
}
|
|
if (reason_ != emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.KDHIAEFLGFM_GalleryStopNone.getNumber()) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeEnumSize(15, reason_);
|
|
}
|
|
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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify other = (emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify) obj;
|
|
|
|
if (getIsNewRecord()
|
|
!= other.getIsNewRecord()) return false;
|
|
if (!getSettleInfoListList()
|
|
.equals(other.getSettleInfoListList())) return false;
|
|
if (getTimeRemain()
|
|
!= other.getTimeRemain()) return false;
|
|
if (!getScoreListList()
|
|
.equals(other.getScoreListList())) return false;
|
|
if (reason_ != other.reason_) 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) + IS_NEW_RECORD_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getIsNewRecord());
|
|
if (getSettleInfoListCount() > 0) {
|
|
hash = (37 * hash) + SETTLE_INFO_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getSettleInfoListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + TIME_REMAIN_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTimeRemain();
|
|
if (getScoreListCount() > 0) {
|
|
hash = (37 * hash) + SCORE_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getScoreListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + REASON_FIELD_NUMBER;
|
|
hash = (53 * hash) + reason_;
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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: 23083
|
|
* Obf: HJBCADIELAO
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code IslandPartySettleNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:IslandPartySettleNotify)
|
|
emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.class, emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getSettleInfoListFieldBuilder();
|
|
getScoreListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
isNewRecord_ = false;
|
|
|
|
if (settleInfoListBuilder_ == null) {
|
|
settleInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
settleInfoListBuilder_.clear();
|
|
}
|
|
timeRemain_ = 0;
|
|
|
|
if (scoreListBuilder_ == null) {
|
|
scoreList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
scoreListBuilder_.clear();
|
|
}
|
|
reason_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify build() {
|
|
emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify buildPartial() {
|
|
emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify result = new emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify(this);
|
|
int from_bitField0_ = bitField0_;
|
|
result.isNewRecord_ = isNewRecord_;
|
|
if (settleInfoListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
settleInfoList_ = java.util.Collections.unmodifiableList(settleInfoList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.settleInfoList_ = settleInfoList_;
|
|
} else {
|
|
result.settleInfoList_ = settleInfoListBuilder_.build();
|
|
}
|
|
result.timeRemain_ = timeRemain_;
|
|
if (scoreListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
scoreList_ = java.util.Collections.unmodifiableList(scoreList_);
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.scoreList_ = scoreList_;
|
|
} else {
|
|
result.scoreList_ = scoreListBuilder_.build();
|
|
}
|
|
result.reason_ = reason_;
|
|
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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify other) {
|
|
if (other == emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.getDefaultInstance()) return this;
|
|
if (other.getIsNewRecord() != false) {
|
|
setIsNewRecord(other.getIsNewRecord());
|
|
}
|
|
if (settleInfoListBuilder_ == null) {
|
|
if (!other.settleInfoList_.isEmpty()) {
|
|
if (settleInfoList_.isEmpty()) {
|
|
settleInfoList_ = other.settleInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.addAll(other.settleInfoList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.settleInfoList_.isEmpty()) {
|
|
if (settleInfoListBuilder_.isEmpty()) {
|
|
settleInfoListBuilder_.dispose();
|
|
settleInfoListBuilder_ = null;
|
|
settleInfoList_ = other.settleInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
settleInfoListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getSettleInfoListFieldBuilder() : null;
|
|
} else {
|
|
settleInfoListBuilder_.addAllMessages(other.settleInfoList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.getTimeRemain() != 0) {
|
|
setTimeRemain(other.getTimeRemain());
|
|
}
|
|
if (scoreListBuilder_ == null) {
|
|
if (!other.scoreList_.isEmpty()) {
|
|
if (scoreList_.isEmpty()) {
|
|
scoreList_ = other.scoreList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureScoreListIsMutable();
|
|
scoreList_.addAll(other.scoreList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.scoreList_.isEmpty()) {
|
|
if (scoreListBuilder_.isEmpty()) {
|
|
scoreListBuilder_.dispose();
|
|
scoreListBuilder_ = null;
|
|
scoreList_ = other.scoreList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
scoreListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getScoreListFieldBuilder() : null;
|
|
} else {
|
|
scoreListBuilder_.addAllMessages(other.scoreList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.reason_ != 0) {
|
|
setReasonValue(other.getReasonValue());
|
|
}
|
|
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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private boolean isNewRecord_ ;
|
|
/**
|
|
* <code>bool is_new_record = 12;</code>
|
|
* @return The isNewRecord.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsNewRecord() {
|
|
return isNewRecord_;
|
|
}
|
|
/**
|
|
* <code>bool is_new_record = 12;</code>
|
|
* @param value The isNewRecord to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsNewRecord(boolean value) {
|
|
|
|
isNewRecord_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_new_record = 12;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsNewRecord() {
|
|
|
|
isNewRecord_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo> settleInfoList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureSettleInfoListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
settleInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo>(settleInfoList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder> settleInfoListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo> getSettleInfoListList() {
|
|
if (settleInfoListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(settleInfoList_);
|
|
} else {
|
|
return settleInfoListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public int getSettleInfoListCount() {
|
|
if (settleInfoListBuilder_ == null) {
|
|
return settleInfoList_.size();
|
|
} else {
|
|
return settleInfoListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo getSettleInfoList(int index) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
return settleInfoList_.get(index);
|
|
} else {
|
|
return settleInfoListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder setSettleInfoList(
|
|
int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo value) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder setSettleInfoList(
|
|
int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder builderForValue) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder addSettleInfoList(emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo value) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder addSettleInfoList(
|
|
int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo value) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder addSettleInfoList(
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder builderForValue) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder addSettleInfoList(
|
|
int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder builderForValue) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder addAllSettleInfoList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo> values) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
ensureSettleInfoListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, settleInfoList_);
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder clearSettleInfoList() {
|
|
if (settleInfoListBuilder_ == null) {
|
|
settleInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public Builder removeSettleInfoList(int index) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
ensureSettleInfoListIsMutable();
|
|
settleInfoList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
settleInfoListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder getSettleInfoListBuilder(
|
|
int index) {
|
|
return getSettleInfoListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder getSettleInfoListOrBuilder(
|
|
int index) {
|
|
if (settleInfoListBuilder_ == null) {
|
|
return settleInfoList_.get(index); } else {
|
|
return settleInfoListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder>
|
|
getSettleInfoListOrBuilderList() {
|
|
if (settleInfoListBuilder_ != null) {
|
|
return settleInfoListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(settleInfoList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder addSettleInfoListBuilder() {
|
|
return getSettleInfoListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder addSettleInfoListBuilder(
|
|
int index) {
|
|
return getSettleInfoListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .IslandPartyGallerySettleInfo settle_info_list = 4;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder>
|
|
getSettleInfoListBuilderList() {
|
|
return getSettleInfoListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder>
|
|
getSettleInfoListFieldBuilder() {
|
|
if (settleInfoListBuilder_ == null) {
|
|
settleInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder>(
|
|
settleInfoList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
settleInfoList_ = null;
|
|
}
|
|
return settleInfoListBuilder_;
|
|
}
|
|
|
|
private int timeRemain_ ;
|
|
/**
|
|
* <code>uint32 time_remain = 6;</code>
|
|
* @return The timeRemain.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTimeRemain() {
|
|
return timeRemain_;
|
|
}
|
|
/**
|
|
* <code>uint32 time_remain = 6;</code>
|
|
* @param value The timeRemain to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setTimeRemain(int value) {
|
|
|
|
timeRemain_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 time_remain = 6;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearTimeRemain() {
|
|
|
|
timeRemain_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> scoreList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureScoreListIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
scoreList_ = new java.util.ArrayList<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo>(scoreList_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> scoreListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getScoreListList() {
|
|
if (scoreListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(scoreList_);
|
|
} else {
|
|
return scoreListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public int getScoreListCount() {
|
|
if (scoreListBuilder_ == null) {
|
|
return scoreList_.size();
|
|
} else {
|
|
return scoreListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getScoreList(int index) {
|
|
if (scoreListBuilder_ == null) {
|
|
return scoreList_.get(index);
|
|
} else {
|
|
return scoreListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder setScoreList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) {
|
|
if (scoreListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureScoreListIsMutable();
|
|
scoreList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder setScoreList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) {
|
|
if (scoreListBuilder_ == null) {
|
|
ensureScoreListIsMutable();
|
|
scoreList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder addScoreList(emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) {
|
|
if (scoreListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureScoreListIsMutable();
|
|
scoreList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder addScoreList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) {
|
|
if (scoreListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureScoreListIsMutable();
|
|
scoreList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder addScoreList(
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) {
|
|
if (scoreListBuilder_ == null) {
|
|
ensureScoreListIsMutable();
|
|
scoreList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder addScoreList(
|
|
int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) {
|
|
if (scoreListBuilder_ == null) {
|
|
ensureScoreListIsMutable();
|
|
scoreList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder addAllScoreList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> values) {
|
|
if (scoreListBuilder_ == null) {
|
|
ensureScoreListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, scoreList_);
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder clearScoreList() {
|
|
if (scoreListBuilder_ == null) {
|
|
scoreList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public Builder removeScoreList(int index) {
|
|
if (scoreListBuilder_ == null) {
|
|
ensureScoreListIsMutable();
|
|
scoreList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
scoreListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder getScoreListBuilder(
|
|
int index) {
|
|
return getScoreListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getScoreListOrBuilder(
|
|
int index) {
|
|
if (scoreListBuilder_ == null) {
|
|
return scoreList_.get(index); } else {
|
|
return scoreListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>
|
|
getScoreListOrBuilderList() {
|
|
if (scoreListBuilder_ != null) {
|
|
return scoreListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(scoreList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder addScoreListBuilder() {
|
|
return getScoreListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder addScoreListBuilder(
|
|
int index) {
|
|
return getScoreListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .ExhibitionDisplayInfo score_list = 9;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder>
|
|
getScoreListBuilderList() {
|
|
return getScoreListFieldBuilder().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>
|
|
getScoreListFieldBuilder() {
|
|
if (scoreListBuilder_ == null) {
|
|
scoreListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>(
|
|
scoreList_,
|
|
((bitField0_ & 0x00000002) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
scoreList_ = null;
|
|
}
|
|
return scoreListBuilder_;
|
|
}
|
|
|
|
private int reason_ = 0;
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @return The enum numeric value on the wire for reason.
|
|
*/
|
|
@java.lang.Override public int getReasonValue() {
|
|
return reason_;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @param value The enum numeric value on the wire for reason to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setReasonValue(int value) {
|
|
|
|
reason_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @return The reason.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM result = emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.valueOf(reason_);
|
|
return result == null ? emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.UNRECOGNIZED : result;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @param value The reason to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setReason(emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
reason_ = value.getNumber();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 15;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearReason() {
|
|
|
|
reason_ = 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:IslandPartySettleNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:IslandPartySettleNotify)
|
|
private static final emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<IslandPartySettleNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<IslandPartySettleNotify>() {
|
|
@java.lang.Override
|
|
public IslandPartySettleNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new IslandPartySettleNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<IslandPartySettleNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<IslandPartySettleNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_IslandPartySettleNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_IslandPartySettleNotify_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\035IslandPartySettleNotify.proto\032\"IslandP" +
|
|
"artyGallerySettleInfo.proto\032\033ExhibitionD" +
|
|
"isplayInfo.proto\032\021KDHIAEFLGFM.proto\"\310\001\n\027" +
|
|
"IslandPartySettleNotify\022\025\n\ris_new_record" +
|
|
"\030\014 \001(\010\0227\n\020settle_info_list\030\004 \003(\0132\035.Islan" +
|
|
"dPartyGallerySettleInfo\022\023\n\013time_remain\030\006" +
|
|
" \001(\r\022*\n\nscore_list\030\t \003(\0132\026.ExhibitionDis" +
|
|
"playInfo\022\034\n\006reason\030\017 \001(\0162\014.KDHIAEFLGFMB\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.IslandPartyGallerySettleInfoOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_IslandPartySettleNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_IslandPartySettleNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_IslandPartySettleNotify_descriptor,
|
|
new java.lang.String[] { "IsNewRecord", "SettleInfoList", "TimeRemain", "ScoreList", "Reason", });
|
|
emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|