emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grasscutter Show documentation
Show all versions of grasscutter Show documentation
A server software reimplementation for an anime game.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CoinCollectTeamInfoData.proto
package emu.grasscutter.net.proto;
public final class CoinCollectTeamInfoDataOuterClass {
private CoinCollectTeamInfoDataOuterClass() {}
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 CoinCollectTeamInfoDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:CoinCollectTeamInfoData)
com.google.protobuf.MessageOrBuilder {
/**
* repeated uint32 avatar_id_list = 4;
* @return A list containing the avatarIdList.
*/
java.util.List getAvatarIdListList();
/**
* repeated uint32 avatar_id_list = 4;
* @return The count of avatarIdList.
*/
int getAvatarIdListCount();
/**
* repeated uint32 avatar_id_list = 4;
* @param index The index of the element to return.
* @return The avatarIdList at the given index.
*/
int getAvatarIdList(int index);
/**
* uint32 player_uid = 13;
* @return The playerUid.
*/
int getPlayerUid();
/**
* bool is_host = 8;
* @return The isHost.
*/
boolean getIsHost();
/**
* uint32 choose_skill_no = 15;
* @return The chooseSkillNo.
*/
int getChooseSkillNo();
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @return A list containing the pLDBCFMDGLP.
*/
java.util.List getPLDBCFMDGLPList();
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @return The count of pLDBCFMDGLP.
*/
int getPLDBCFMDGLPCount();
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @param index The index of the element to return.
* @return The pLDBCFMDGLP at the given index.
*/
int getPLDBCFMDGLP(int index);
/**
* repeated uint32 DIDCPEELBFN = 5;
* @return A list containing the dIDCPEELBFN.
*/
java.util.List getDIDCPEELBFNList();
/**
* repeated uint32 DIDCPEELBFN = 5;
* @return The count of dIDCPEELBFN.
*/
int getDIDCPEELBFNCount();
/**
* repeated uint32 DIDCPEELBFN = 5;
* @param index The index of the element to return.
* @return The dIDCPEELBFN at the given index.
*/
int getDIDCPEELBFN(int index);
}
/**
*
* Obf: NHCKJHAHCFJ
*
*
* Protobuf type {@code CoinCollectTeamInfoData}
*/
public static final class CoinCollectTeamInfoData extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:CoinCollectTeamInfoData)
CoinCollectTeamInfoDataOrBuilder {
private static final long serialVersionUID = 0L;
// Use CoinCollectTeamInfoData.newBuilder() to construct.
private CoinCollectTeamInfoData(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CoinCollectTeamInfoData() {
avatarIdList_ = emptyIntList();
pLDBCFMDGLP_ = emptyIntList();
dIDCPEELBFN_ = emptyIntList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CoinCollectTeamInfoData();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CoinCollectTeamInfoData(
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 32: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
avatarIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
avatarIdList_.addInt(input.readUInt32());
break;
}
case 34: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
avatarIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
while (input.getBytesUntilLimit() > 0) {
avatarIdList_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 40: {
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
dIDCPEELBFN_ = newIntList();
mutable_bitField0_ |= 0x00000004;
}
dIDCPEELBFN_.addInt(input.readUInt32());
break;
}
case 42: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) {
dIDCPEELBFN_ = newIntList();
mutable_bitField0_ |= 0x00000004;
}
while (input.getBytesUntilLimit() > 0) {
dIDCPEELBFN_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 64: {
isHost_ = input.readBool();
break;
}
case 96: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
pLDBCFMDGLP_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
pLDBCFMDGLP_.addInt(input.readUInt32());
break;
}
case 98: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
pLDBCFMDGLP_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
while (input.getBytesUntilLimit() > 0) {
pLDBCFMDGLP_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 104: {
playerUid_ = input.readUInt32();
break;
}
case 120: {
chooseSkillNo_ = 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)) {
avatarIdList_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000004) != 0)) {
dIDCPEELBFN_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
pLDBCFMDGLP_.makeImmutable(); // C
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.internal_static_CoinCollectTeamInfoData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.internal_static_CoinCollectTeamInfoData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.class, emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.Builder.class);
}
public static final int AVATAR_ID_LIST_FIELD_NUMBER = 4;
private com.google.protobuf.Internal.IntList avatarIdList_;
/**
* repeated uint32 avatar_id_list = 4;
* @return A list containing the avatarIdList.
*/
@java.lang.Override
public java.util.List
getAvatarIdListList() {
return avatarIdList_;
}
/**
* repeated uint32 avatar_id_list = 4;
* @return The count of avatarIdList.
*/
public int getAvatarIdListCount() {
return avatarIdList_.size();
}
/**
* repeated uint32 avatar_id_list = 4;
* @param index The index of the element to return.
* @return The avatarIdList at the given index.
*/
public int getAvatarIdList(int index) {
return avatarIdList_.getInt(index);
}
private int avatarIdListMemoizedSerializedSize = -1;
public static final int PLAYER_UID_FIELD_NUMBER = 13;
private int playerUid_;
/**
* uint32 player_uid = 13;
* @return The playerUid.
*/
@java.lang.Override
public int getPlayerUid() {
return playerUid_;
}
public static final int IS_HOST_FIELD_NUMBER = 8;
private boolean isHost_;
/**
* bool is_host = 8;
* @return The isHost.
*/
@java.lang.Override
public boolean getIsHost() {
return isHost_;
}
public static final int CHOOSE_SKILL_NO_FIELD_NUMBER = 15;
private int chooseSkillNo_;
/**
* uint32 choose_skill_no = 15;
* @return The chooseSkillNo.
*/
@java.lang.Override
public int getChooseSkillNo() {
return chooseSkillNo_;
}
public static final int PLDBCFMDGLP_FIELD_NUMBER = 12;
private com.google.protobuf.Internal.IntList pLDBCFMDGLP_;
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @return A list containing the pLDBCFMDGLP.
*/
@java.lang.Override
public java.util.List
getPLDBCFMDGLPList() {
return pLDBCFMDGLP_;
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @return The count of pLDBCFMDGLP.
*/
public int getPLDBCFMDGLPCount() {
return pLDBCFMDGLP_.size();
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @param index The index of the element to return.
* @return The pLDBCFMDGLP at the given index.
*/
public int getPLDBCFMDGLP(int index) {
return pLDBCFMDGLP_.getInt(index);
}
private int pLDBCFMDGLPMemoizedSerializedSize = -1;
public static final int DIDCPEELBFN_FIELD_NUMBER = 5;
private com.google.protobuf.Internal.IntList dIDCPEELBFN_;
/**
* repeated uint32 DIDCPEELBFN = 5;
* @return A list containing the dIDCPEELBFN.
*/
@java.lang.Override
public java.util.List
getDIDCPEELBFNList() {
return dIDCPEELBFN_;
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @return The count of dIDCPEELBFN.
*/
public int getDIDCPEELBFNCount() {
return dIDCPEELBFN_.size();
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @param index The index of the element to return.
* @return The dIDCPEELBFN at the given index.
*/
public int getDIDCPEELBFN(int index) {
return dIDCPEELBFN_.getInt(index);
}
private int dIDCPEELBFNMemoizedSerializedSize = -1;
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 (getAvatarIdListList().size() > 0) {
output.writeUInt32NoTag(34);
output.writeUInt32NoTag(avatarIdListMemoizedSerializedSize);
}
for (int i = 0; i < avatarIdList_.size(); i++) {
output.writeUInt32NoTag(avatarIdList_.getInt(i));
}
if (getDIDCPEELBFNList().size() > 0) {
output.writeUInt32NoTag(42);
output.writeUInt32NoTag(dIDCPEELBFNMemoizedSerializedSize);
}
for (int i = 0; i < dIDCPEELBFN_.size(); i++) {
output.writeUInt32NoTag(dIDCPEELBFN_.getInt(i));
}
if (isHost_ != false) {
output.writeBool(8, isHost_);
}
if (getPLDBCFMDGLPList().size() > 0) {
output.writeUInt32NoTag(98);
output.writeUInt32NoTag(pLDBCFMDGLPMemoizedSerializedSize);
}
for (int i = 0; i < pLDBCFMDGLP_.size(); i++) {
output.writeUInt32NoTag(pLDBCFMDGLP_.getInt(i));
}
if (playerUid_ != 0) {
output.writeUInt32(13, playerUid_);
}
if (chooseSkillNo_ != 0) {
output.writeUInt32(15, chooseSkillNo_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < avatarIdList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(avatarIdList_.getInt(i));
}
size += dataSize;
if (!getAvatarIdListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
avatarIdListMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < dIDCPEELBFN_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(dIDCPEELBFN_.getInt(i));
}
size += dataSize;
if (!getDIDCPEELBFNList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
dIDCPEELBFNMemoizedSerializedSize = dataSize;
}
if (isHost_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(8, isHost_);
}
{
int dataSize = 0;
for (int i = 0; i < pLDBCFMDGLP_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(pLDBCFMDGLP_.getInt(i));
}
size += dataSize;
if (!getPLDBCFMDGLPList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
pLDBCFMDGLPMemoizedSerializedSize = dataSize;
}
if (playerUid_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, playerUid_);
}
if (chooseSkillNo_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(15, chooseSkillNo_);
}
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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData other = (emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData) obj;
if (!getAvatarIdListList()
.equals(other.getAvatarIdListList())) return false;
if (getPlayerUid()
!= other.getPlayerUid()) return false;
if (getIsHost()
!= other.getIsHost()) return false;
if (getChooseSkillNo()
!= other.getChooseSkillNo()) return false;
if (!getPLDBCFMDGLPList()
.equals(other.getPLDBCFMDGLPList())) return false;
if (!getDIDCPEELBFNList()
.equals(other.getDIDCPEELBFNList())) 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 (getAvatarIdListCount() > 0) {
hash = (37 * hash) + AVATAR_ID_LIST_FIELD_NUMBER;
hash = (53 * hash) + getAvatarIdListList().hashCode();
}
hash = (37 * hash) + PLAYER_UID_FIELD_NUMBER;
hash = (53 * hash) + getPlayerUid();
hash = (37 * hash) + IS_HOST_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsHost());
hash = (37 * hash) + CHOOSE_SKILL_NO_FIELD_NUMBER;
hash = (53 * hash) + getChooseSkillNo();
if (getPLDBCFMDGLPCount() > 0) {
hash = (37 * hash) + PLDBCFMDGLP_FIELD_NUMBER;
hash = (53 * hash) + getPLDBCFMDGLPList().hashCode();
}
if (getDIDCPEELBFNCount() > 0) {
hash = (37 * hash) + DIDCPEELBFN_FIELD_NUMBER;
hash = (53 * hash) + getDIDCPEELBFNList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData 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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData 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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData 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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData 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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData 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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData 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;
}
/**
*
* Obf: NHCKJHAHCFJ
*
*
* Protobuf type {@code CoinCollectTeamInfoData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:CoinCollectTeamInfoData)
emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoDataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.internal_static_CoinCollectTeamInfoData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.internal_static_CoinCollectTeamInfoData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.class, emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.Builder.class);
}
// Construct using emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
avatarIdList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
playerUid_ = 0;
isHost_ = false;
chooseSkillNo_ = 0;
pLDBCFMDGLP_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
dIDCPEELBFN_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.internal_static_CoinCollectTeamInfoData_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData getDefaultInstanceForType() {
return emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData build() {
emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData buildPartial() {
emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData result = new emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) != 0)) {
avatarIdList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.avatarIdList_ = avatarIdList_;
result.playerUid_ = playerUid_;
result.isHost_ = isHost_;
result.chooseSkillNo_ = chooseSkillNo_;
if (((bitField0_ & 0x00000002) != 0)) {
pLDBCFMDGLP_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.pLDBCFMDGLP_ = pLDBCFMDGLP_;
if (((bitField0_ & 0x00000004) != 0)) {
dIDCPEELBFN_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000004);
}
result.dIDCPEELBFN_ = dIDCPEELBFN_;
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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData) {
return mergeFrom((emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData other) {
if (other == emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.getDefaultInstance()) return this;
if (!other.avatarIdList_.isEmpty()) {
if (avatarIdList_.isEmpty()) {
avatarIdList_ = other.avatarIdList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureAvatarIdListIsMutable();
avatarIdList_.addAll(other.avatarIdList_);
}
onChanged();
}
if (other.getPlayerUid() != 0) {
setPlayerUid(other.getPlayerUid());
}
if (other.getIsHost() != false) {
setIsHost(other.getIsHost());
}
if (other.getChooseSkillNo() != 0) {
setChooseSkillNo(other.getChooseSkillNo());
}
if (!other.pLDBCFMDGLP_.isEmpty()) {
if (pLDBCFMDGLP_.isEmpty()) {
pLDBCFMDGLP_ = other.pLDBCFMDGLP_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensurePLDBCFMDGLPIsMutable();
pLDBCFMDGLP_.addAll(other.pLDBCFMDGLP_);
}
onChanged();
}
if (!other.dIDCPEELBFN_.isEmpty()) {
if (dIDCPEELBFN_.isEmpty()) {
dIDCPEELBFN_ = other.dIDCPEELBFN_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureDIDCPEELBFNIsMutable();
dIDCPEELBFN_.addAll(other.dIDCPEELBFN_);
}
onChanged();
}
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.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.Internal.IntList avatarIdList_ = emptyIntList();
private void ensureAvatarIdListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
avatarIdList_ = mutableCopy(avatarIdList_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated uint32 avatar_id_list = 4;
* @return A list containing the avatarIdList.
*/
public java.util.List
getAvatarIdListList() {
return ((bitField0_ & 0x00000001) != 0) ?
java.util.Collections.unmodifiableList(avatarIdList_) : avatarIdList_;
}
/**
* repeated uint32 avatar_id_list = 4;
* @return The count of avatarIdList.
*/
public int getAvatarIdListCount() {
return avatarIdList_.size();
}
/**
* repeated uint32 avatar_id_list = 4;
* @param index The index of the element to return.
* @return The avatarIdList at the given index.
*/
public int getAvatarIdList(int index) {
return avatarIdList_.getInt(index);
}
/**
* repeated uint32 avatar_id_list = 4;
* @param index The index to set the value at.
* @param value The avatarIdList to set.
* @return This builder for chaining.
*/
public Builder setAvatarIdList(
int index, int value) {
ensureAvatarIdListIsMutable();
avatarIdList_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 avatar_id_list = 4;
* @param value The avatarIdList to add.
* @return This builder for chaining.
*/
public Builder addAvatarIdList(int value) {
ensureAvatarIdListIsMutable();
avatarIdList_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 avatar_id_list = 4;
* @param values The avatarIdList to add.
* @return This builder for chaining.
*/
public Builder addAllAvatarIdList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureAvatarIdListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, avatarIdList_);
onChanged();
return this;
}
/**
* repeated uint32 avatar_id_list = 4;
* @return This builder for chaining.
*/
public Builder clearAvatarIdList() {
avatarIdList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private int playerUid_ ;
/**
* uint32 player_uid = 13;
* @return The playerUid.
*/
@java.lang.Override
public int getPlayerUid() {
return playerUid_;
}
/**
* uint32 player_uid = 13;
* @param value The playerUid to set.
* @return This builder for chaining.
*/
public Builder setPlayerUid(int value) {
playerUid_ = value;
onChanged();
return this;
}
/**
* uint32 player_uid = 13;
* @return This builder for chaining.
*/
public Builder clearPlayerUid() {
playerUid_ = 0;
onChanged();
return this;
}
private boolean isHost_ ;
/**
* bool is_host = 8;
* @return The isHost.
*/
@java.lang.Override
public boolean getIsHost() {
return isHost_;
}
/**
* bool is_host = 8;
* @param value The isHost to set.
* @return This builder for chaining.
*/
public Builder setIsHost(boolean value) {
isHost_ = value;
onChanged();
return this;
}
/**
* bool is_host = 8;
* @return This builder for chaining.
*/
public Builder clearIsHost() {
isHost_ = false;
onChanged();
return this;
}
private int chooseSkillNo_ ;
/**
* uint32 choose_skill_no = 15;
* @return The chooseSkillNo.
*/
@java.lang.Override
public int getChooseSkillNo() {
return chooseSkillNo_;
}
/**
* uint32 choose_skill_no = 15;
* @param value The chooseSkillNo to set.
* @return This builder for chaining.
*/
public Builder setChooseSkillNo(int value) {
chooseSkillNo_ = value;
onChanged();
return this;
}
/**
* uint32 choose_skill_no = 15;
* @return This builder for chaining.
*/
public Builder clearChooseSkillNo() {
chooseSkillNo_ = 0;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList pLDBCFMDGLP_ = emptyIntList();
private void ensurePLDBCFMDGLPIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
pLDBCFMDGLP_ = mutableCopy(pLDBCFMDGLP_);
bitField0_ |= 0x00000002;
}
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @return A list containing the pLDBCFMDGLP.
*/
public java.util.List
getPLDBCFMDGLPList() {
return ((bitField0_ & 0x00000002) != 0) ?
java.util.Collections.unmodifiableList(pLDBCFMDGLP_) : pLDBCFMDGLP_;
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @return The count of pLDBCFMDGLP.
*/
public int getPLDBCFMDGLPCount() {
return pLDBCFMDGLP_.size();
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @param index The index of the element to return.
* @return The pLDBCFMDGLP at the given index.
*/
public int getPLDBCFMDGLP(int index) {
return pLDBCFMDGLP_.getInt(index);
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @param index The index to set the value at.
* @param value The pLDBCFMDGLP to set.
* @return This builder for chaining.
*/
public Builder setPLDBCFMDGLP(
int index, int value) {
ensurePLDBCFMDGLPIsMutable();
pLDBCFMDGLP_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @param value The pLDBCFMDGLP to add.
* @return This builder for chaining.
*/
public Builder addPLDBCFMDGLP(int value) {
ensurePLDBCFMDGLPIsMutable();
pLDBCFMDGLP_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @param values The pLDBCFMDGLP to add.
* @return This builder for chaining.
*/
public Builder addAllPLDBCFMDGLP(
java.lang.Iterable extends java.lang.Integer> values) {
ensurePLDBCFMDGLPIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, pLDBCFMDGLP_);
onChanged();
return this;
}
/**
* repeated uint32 PLDBCFMDGLP = 12;
* @return This builder for chaining.
*/
public Builder clearPLDBCFMDGLP() {
pLDBCFMDGLP_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList dIDCPEELBFN_ = emptyIntList();
private void ensureDIDCPEELBFNIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
dIDCPEELBFN_ = mutableCopy(dIDCPEELBFN_);
bitField0_ |= 0x00000004;
}
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @return A list containing the dIDCPEELBFN.
*/
public java.util.List
getDIDCPEELBFNList() {
return ((bitField0_ & 0x00000004) != 0) ?
java.util.Collections.unmodifiableList(dIDCPEELBFN_) : dIDCPEELBFN_;
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @return The count of dIDCPEELBFN.
*/
public int getDIDCPEELBFNCount() {
return dIDCPEELBFN_.size();
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @param index The index of the element to return.
* @return The dIDCPEELBFN at the given index.
*/
public int getDIDCPEELBFN(int index) {
return dIDCPEELBFN_.getInt(index);
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @param index The index to set the value at.
* @param value The dIDCPEELBFN to set.
* @return This builder for chaining.
*/
public Builder setDIDCPEELBFN(
int index, int value) {
ensureDIDCPEELBFNIsMutable();
dIDCPEELBFN_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @param value The dIDCPEELBFN to add.
* @return This builder for chaining.
*/
public Builder addDIDCPEELBFN(int value) {
ensureDIDCPEELBFNIsMutable();
dIDCPEELBFN_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @param values The dIDCPEELBFN to add.
* @return This builder for chaining.
*/
public Builder addAllDIDCPEELBFN(
java.lang.Iterable extends java.lang.Integer> values) {
ensureDIDCPEELBFNIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, dIDCPEELBFN_);
onChanged();
return this;
}
/**
* repeated uint32 DIDCPEELBFN = 5;
* @return This builder for chaining.
*/
public Builder clearDIDCPEELBFN() {
dIDCPEELBFN_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000004);
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:CoinCollectTeamInfoData)
}
// @@protoc_insertion_point(class_scope:CoinCollectTeamInfoData)
private static final emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData();
}
public static emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public CoinCollectTeamInfoData parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CoinCollectTeamInfoData(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CoinCollectTeamInfoData_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_CoinCollectTeamInfoData_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\035CoinCollectTeamInfoData.proto\"\231\001\n\027Coin" +
"CollectTeamInfoData\022\026\n\016avatar_id_list\030\004 " +
"\003(\r\022\022\n\nplayer_uid\030\r \001(\r\022\017\n\007is_host\030\010 \001(\010" +
"\022\027\n\017choose_skill_no\030\017 \001(\r\022\023\n\013PLDBCFMDGLP" +
"\030\014 \003(\r\022\023\n\013DIDCPEELBFN\030\005 \003(\rB\033\n\031emu.grass" +
"cutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_CoinCollectTeamInfoData_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_CoinCollectTeamInfoData_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_CoinCollectTeamInfoData_descriptor,
new java.lang.String[] { "AvatarIdList", "PlayerUid", "IsHost", "ChooseSkillNo", "PLDBCFMDGLP", "DIDCPEELBFN", });
}
// @@protoc_insertion_point(outer_class_scope)
}