mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 02:13:39 +08:00
1382 lines
54 KiB
Java
1382 lines
54 KiB
Java
// 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 {
|
|
|
|
/**
|
|
* <code>uint32 choose_skill_no = 12;</code>
|
|
*
|
|
* @return The chooseSkillNo.
|
|
*/
|
|
int getChooseSkillNo();
|
|
|
|
/**
|
|
* <code>uint32 player_uid = 7;</code>
|
|
*
|
|
* @return The playerUid.
|
|
*/
|
|
int getPlayerUid();
|
|
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @return A list containing the avatarIdList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getAvatarIdListList();
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @return The count of avatarIdList.
|
|
*/
|
|
int getAvatarIdListCount();
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @param index The index of the element to return.
|
|
* @return The avatarIdList at the given index.
|
|
*/
|
|
int getAvatarIdList(int index);
|
|
|
|
/**
|
|
* <code>bool is_host = 15;</code>
|
|
*
|
|
* @return The isHost.
|
|
*/
|
|
boolean getIsHost();
|
|
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @return A list containing the lLOCMGDOEKD.
|
|
*/
|
|
java.util.List<java.lang.Integer> getLLOCMGDOEKDList();
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @return The count of lLOCMGDOEKD.
|
|
*/
|
|
int getLLOCMGDOEKDCount();
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @param index The index of the element to return.
|
|
* @return The lLOCMGDOEKD at the given index.
|
|
*/
|
|
int getLLOCMGDOEKD(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @return A list containing the hBDGIIILAFN.
|
|
*/
|
|
java.util.List<java.lang.Integer> getHBDGIIILAFNList();
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @return The count of hBDGIIILAFN.
|
|
*/
|
|
int getHBDGIIILAFNCount();
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @param index The index of the element to return.
|
|
* @return The hBDGIIILAFN at the given index.
|
|
*/
|
|
int getHBDGIIILAFN(int index);
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: HDHHCLBAMNI
|
|
* </pre>
|
|
*
|
|
* 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();
|
|
lLOCMGDOEKD_ = emptyIntList();
|
|
hBDGIIILAFN_ = 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 56:
|
|
{
|
|
playerUid_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 64:
|
|
{
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
avatarIdList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
avatarIdList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 66:
|
|
{
|
|
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 80:
|
|
{
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
lLOCMGDOEKD_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
lLOCMGDOEKD_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 82:
|
|
{
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
|
lLOCMGDOEKD_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
lLOCMGDOEKD_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 96:
|
|
{
|
|
chooseSkillNo_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 112:
|
|
{
|
|
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
|
|
hBDGIIILAFN_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000004;
|
|
}
|
|
hBDGIIILAFN_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 114:
|
|
{
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) {
|
|
hBDGIIILAFN_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000004;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
hBDGIIILAFN_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 120:
|
|
{
|
|
isHost_ = input.readBool();
|
|
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_ & 0x00000002) != 0)) {
|
|
lLOCMGDOEKD_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000004) != 0)) {
|
|
hBDGIIILAFN_.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 CHOOSE_SKILL_NO_FIELD_NUMBER = 12;
|
|
private int chooseSkillNo_;
|
|
/**
|
|
* <code>uint32 choose_skill_no = 12;</code>
|
|
*
|
|
* @return The chooseSkillNo.
|
|
*/
|
|
@java.lang.Override
|
|
public int getChooseSkillNo() {
|
|
return chooseSkillNo_;
|
|
}
|
|
|
|
public static final int PLAYER_UID_FIELD_NUMBER = 7;
|
|
private int playerUid_;
|
|
/**
|
|
* <code>uint32 player_uid = 7;</code>
|
|
*
|
|
* @return The playerUid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayerUid() {
|
|
return playerUid_;
|
|
}
|
|
|
|
public static final int AVATAR_ID_LIST_FIELD_NUMBER = 8;
|
|
private com.google.protobuf.Internal.IntList avatarIdList_;
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @return A list containing the avatarIdList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer> getAvatarIdListList() {
|
|
return avatarIdList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @return The count of avatarIdList.
|
|
*/
|
|
public int getAvatarIdListCount() {
|
|
return avatarIdList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @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 IS_HOST_FIELD_NUMBER = 15;
|
|
private boolean isHost_;
|
|
/**
|
|
* <code>bool is_host = 15;</code>
|
|
*
|
|
* @return The isHost.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsHost() {
|
|
return isHost_;
|
|
}
|
|
|
|
public static final int LLOCMGDOEKD_FIELD_NUMBER = 10;
|
|
private com.google.protobuf.Internal.IntList lLOCMGDOEKD_;
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @return A list containing the lLOCMGDOEKD.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer> getLLOCMGDOEKDList() {
|
|
return lLOCMGDOEKD_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @return The count of lLOCMGDOEKD.
|
|
*/
|
|
public int getLLOCMGDOEKDCount() {
|
|
return lLOCMGDOEKD_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @param index The index of the element to return.
|
|
* @return The lLOCMGDOEKD at the given index.
|
|
*/
|
|
public int getLLOCMGDOEKD(int index) {
|
|
return lLOCMGDOEKD_.getInt(index);
|
|
}
|
|
|
|
private int lLOCMGDOEKDMemoizedSerializedSize = -1;
|
|
|
|
public static final int HBDGIIILAFN_FIELD_NUMBER = 14;
|
|
private com.google.protobuf.Internal.IntList hBDGIIILAFN_;
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @return A list containing the hBDGIIILAFN.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer> getHBDGIIILAFNList() {
|
|
return hBDGIIILAFN_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @return The count of hBDGIIILAFN.
|
|
*/
|
|
public int getHBDGIIILAFNCount() {
|
|
return hBDGIIILAFN_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @param index The index of the element to return.
|
|
* @return The hBDGIIILAFN at the given index.
|
|
*/
|
|
public int getHBDGIIILAFN(int index) {
|
|
return hBDGIIILAFN_.getInt(index);
|
|
}
|
|
|
|
private int hBDGIIILAFNMemoizedSerializedSize = -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 (playerUid_ != 0) {
|
|
output.writeUInt32(7, playerUid_);
|
|
}
|
|
if (getAvatarIdListList().size() > 0) {
|
|
output.writeUInt32NoTag(66);
|
|
output.writeUInt32NoTag(avatarIdListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < avatarIdList_.size(); i++) {
|
|
output.writeUInt32NoTag(avatarIdList_.getInt(i));
|
|
}
|
|
if (getLLOCMGDOEKDList().size() > 0) {
|
|
output.writeUInt32NoTag(82);
|
|
output.writeUInt32NoTag(lLOCMGDOEKDMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < lLOCMGDOEKD_.size(); i++) {
|
|
output.writeUInt32NoTag(lLOCMGDOEKD_.getInt(i));
|
|
}
|
|
if (chooseSkillNo_ != 0) {
|
|
output.writeUInt32(12, chooseSkillNo_);
|
|
}
|
|
if (getHBDGIIILAFNList().size() > 0) {
|
|
output.writeUInt32NoTag(114);
|
|
output.writeUInt32NoTag(hBDGIIILAFNMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < hBDGIIILAFN_.size(); i++) {
|
|
output.writeUInt32NoTag(hBDGIIILAFN_.getInt(i));
|
|
}
|
|
if (isHost_ != false) {
|
|
output.writeBool(15, isHost_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (playerUid_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, playerUid_);
|
|
}
|
|
{
|
|
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 < lLOCMGDOEKD_.size(); i++) {
|
|
dataSize +=
|
|
com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(lLOCMGDOEKD_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getLLOCMGDOEKDList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
lLOCMGDOEKDMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (chooseSkillNo_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, chooseSkillNo_);
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < hBDGIIILAFN_.size(); i++) {
|
|
dataSize +=
|
|
com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(hBDGIIILAFN_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getHBDGIIILAFNList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
hBDGIIILAFNMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (isHost_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream.computeBoolSize(15, isHost_);
|
|
}
|
|
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 (getChooseSkillNo() != other.getChooseSkillNo()) return false;
|
|
if (getPlayerUid() != other.getPlayerUid()) return false;
|
|
if (!getAvatarIdListList().equals(other.getAvatarIdListList())) return false;
|
|
if (getIsHost() != other.getIsHost()) return false;
|
|
if (!getLLOCMGDOEKDList().equals(other.getLLOCMGDOEKDList())) return false;
|
|
if (!getHBDGIIILAFNList().equals(other.getHBDGIIILAFNList())) 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) + CHOOSE_SKILL_NO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getChooseSkillNo();
|
|
hash = (37 * hash) + PLAYER_UID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPlayerUid();
|
|
if (getAvatarIdListCount() > 0) {
|
|
hash = (37 * hash) + AVATAR_ID_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getAvatarIdListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + IS_HOST_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsHost());
|
|
if (getLLOCMGDOEKDCount() > 0) {
|
|
hash = (37 * hash) + LLOCMGDOEKD_FIELD_NUMBER;
|
|
hash = (53 * hash) + getLLOCMGDOEKDList().hashCode();
|
|
}
|
|
if (getHBDGIIILAFNCount() > 0) {
|
|
hash = (37 * hash) + HBDGIIILAFN_FIELD_NUMBER;
|
|
hash = (53 * hash) + getHBDGIIILAFNList().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;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: HDHHCLBAMNI
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code CoinCollectTeamInfoData}
|
|
*/
|
|
public static final class Builder
|
|
extends com.google.protobuf.GeneratedMessageV3.Builder<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();
|
|
chooseSkillNo_ = 0;
|
|
|
|
playerUid_ = 0;
|
|
|
|
avatarIdList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
isHost_ = false;
|
|
|
|
lLOCMGDOEKD_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
hBDGIIILAFN_ = 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_;
|
|
result.chooseSkillNo_ = chooseSkillNo_;
|
|
result.playerUid_ = playerUid_;
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
avatarIdList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.avatarIdList_ = avatarIdList_;
|
|
result.isHost_ = isHost_;
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
lLOCMGDOEKD_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.lLOCMGDOEKD_ = lLOCMGDOEKD_;
|
|
if (((bitField0_ & 0x00000004) != 0)) {
|
|
hBDGIIILAFN_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
}
|
|
result.hBDGIIILAFN_ = hBDGIIILAFN_;
|
|
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.getChooseSkillNo() != 0) {
|
|
setChooseSkillNo(other.getChooseSkillNo());
|
|
}
|
|
if (other.getPlayerUid() != 0) {
|
|
setPlayerUid(other.getPlayerUid());
|
|
}
|
|
if (!other.avatarIdList_.isEmpty()) {
|
|
if (avatarIdList_.isEmpty()) {
|
|
avatarIdList_ = other.avatarIdList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureAvatarIdListIsMutable();
|
|
avatarIdList_.addAll(other.avatarIdList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getIsHost() != false) {
|
|
setIsHost(other.getIsHost());
|
|
}
|
|
if (!other.lLOCMGDOEKD_.isEmpty()) {
|
|
if (lLOCMGDOEKD_.isEmpty()) {
|
|
lLOCMGDOEKD_ = other.lLOCMGDOEKD_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureLLOCMGDOEKDIsMutable();
|
|
lLOCMGDOEKD_.addAll(other.lLOCMGDOEKD_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.hBDGIIILAFN_.isEmpty()) {
|
|
if (hBDGIIILAFN_.isEmpty()) {
|
|
hBDGIIILAFN_ = other.hBDGIIILAFN_;
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
} else {
|
|
ensureHBDGIIILAFNIsMutable();
|
|
hBDGIIILAFN_.addAll(other.hBDGIIILAFN_);
|
|
}
|
|
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 int chooseSkillNo_;
|
|
/**
|
|
* <code>uint32 choose_skill_no = 12;</code>
|
|
*
|
|
* @return The chooseSkillNo.
|
|
*/
|
|
@java.lang.Override
|
|
public int getChooseSkillNo() {
|
|
return chooseSkillNo_;
|
|
}
|
|
/**
|
|
* <code>uint32 choose_skill_no = 12;</code>
|
|
*
|
|
* @param value The chooseSkillNo to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setChooseSkillNo(int value) {
|
|
|
|
chooseSkillNo_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 choose_skill_no = 12;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearChooseSkillNo() {
|
|
|
|
chooseSkillNo_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int playerUid_;
|
|
/**
|
|
* <code>uint32 player_uid = 7;</code>
|
|
*
|
|
* @return The playerUid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayerUid() {
|
|
return playerUid_;
|
|
}
|
|
/**
|
|
* <code>uint32 player_uid = 7;</code>
|
|
*
|
|
* @param value The playerUid to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPlayerUid(int value) {
|
|
|
|
playerUid_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 player_uid = 7;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearPlayerUid() {
|
|
|
|
playerUid_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList avatarIdList_ = emptyIntList();
|
|
|
|
private void ensureAvatarIdListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
avatarIdList_ = mutableCopy(avatarIdList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @return A list containing the avatarIdList.
|
|
*/
|
|
public java.util.List<java.lang.Integer> getAvatarIdListList() {
|
|
return ((bitField0_ & 0x00000001) != 0)
|
|
? java.util.Collections.unmodifiableList(avatarIdList_)
|
|
: avatarIdList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @return The count of avatarIdList.
|
|
*/
|
|
public int getAvatarIdListCount() {
|
|
return avatarIdList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @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);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @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;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @param value The avatarIdList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAvatarIdList(int value) {
|
|
ensureAvatarIdListIsMutable();
|
|
avatarIdList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @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;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 avatar_id_list = 8;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearAvatarIdList() {
|
|
avatarIdList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean isHost_;
|
|
/**
|
|
* <code>bool is_host = 15;</code>
|
|
*
|
|
* @return The isHost.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsHost() {
|
|
return isHost_;
|
|
}
|
|
/**
|
|
* <code>bool is_host = 15;</code>
|
|
*
|
|
* @param value The isHost to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsHost(boolean value) {
|
|
|
|
isHost_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_host = 15;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsHost() {
|
|
|
|
isHost_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList lLOCMGDOEKD_ = emptyIntList();
|
|
|
|
private void ensureLLOCMGDOEKDIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
lLOCMGDOEKD_ = mutableCopy(lLOCMGDOEKD_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @return A list containing the lLOCMGDOEKD.
|
|
*/
|
|
public java.util.List<java.lang.Integer> getLLOCMGDOEKDList() {
|
|
return ((bitField0_ & 0x00000002) != 0)
|
|
? java.util.Collections.unmodifiableList(lLOCMGDOEKD_)
|
|
: lLOCMGDOEKD_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @return The count of lLOCMGDOEKD.
|
|
*/
|
|
public int getLLOCMGDOEKDCount() {
|
|
return lLOCMGDOEKD_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @param index The index of the element to return.
|
|
* @return The lLOCMGDOEKD at the given index.
|
|
*/
|
|
public int getLLOCMGDOEKD(int index) {
|
|
return lLOCMGDOEKD_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @param index The index to set the value at.
|
|
* @param value The lLOCMGDOEKD to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setLLOCMGDOEKD(int index, int value) {
|
|
ensureLLOCMGDOEKDIsMutable();
|
|
lLOCMGDOEKD_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @param value The lLOCMGDOEKD to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addLLOCMGDOEKD(int value) {
|
|
ensureLLOCMGDOEKDIsMutable();
|
|
lLOCMGDOEKD_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @param values The lLOCMGDOEKD to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllLLOCMGDOEKD(java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureLLOCMGDOEKDIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, lLOCMGDOEKD_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 LLOCMGDOEKD = 10;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearLLOCMGDOEKD() {
|
|
lLOCMGDOEKD_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList hBDGIIILAFN_ = emptyIntList();
|
|
|
|
private void ensureHBDGIIILAFNIsMutable() {
|
|
if (!((bitField0_ & 0x00000004) != 0)) {
|
|
hBDGIIILAFN_ = mutableCopy(hBDGIIILAFN_);
|
|
bitField0_ |= 0x00000004;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @return A list containing the hBDGIIILAFN.
|
|
*/
|
|
public java.util.List<java.lang.Integer> getHBDGIIILAFNList() {
|
|
return ((bitField0_ & 0x00000004) != 0)
|
|
? java.util.Collections.unmodifiableList(hBDGIIILAFN_)
|
|
: hBDGIIILAFN_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @return The count of hBDGIIILAFN.
|
|
*/
|
|
public int getHBDGIIILAFNCount() {
|
|
return hBDGIIILAFN_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @param index The index of the element to return.
|
|
* @return The hBDGIIILAFN at the given index.
|
|
*/
|
|
public int getHBDGIIILAFN(int index) {
|
|
return hBDGIIILAFN_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @param index The index to set the value at.
|
|
* @param value The hBDGIIILAFN to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setHBDGIIILAFN(int index, int value) {
|
|
ensureHBDGIIILAFNIsMutable();
|
|
hBDGIIILAFN_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @param value The hBDGIIILAFN to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addHBDGIIILAFN(int value) {
|
|
ensureHBDGIIILAFNIsMutable();
|
|
hBDGIIILAFN_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @param values The hBDGIIILAFN to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllHBDGIIILAFN(java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureHBDGIIILAFNIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, hBDGIIILAFN_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 HBDGIIILAFN = 14;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearHBDGIIILAFN() {
|
|
hBDGIIILAFN_ = 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<CoinCollectTeamInfoData> PARSER =
|
|
new com.google.protobuf.AbstractParser<CoinCollectTeamInfoData>() {
|
|
@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<CoinCollectTeamInfoData> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<CoinCollectTeamInfoData> 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\027\n\017choose_skill_no\030\014"
|
|
+ " \001(\r\022\022\n\nplayer_uid\030\007 \001(\r\022\026\n\016avatar_id_li"
|
|
+ "st\030\010 \003(\r\022\017\n\007is_host\030\017 \001(\010\022\023\n\013LLOCMGDOEKD"
|
|
+ "\030\n \003(\r\022\023\n\013HBDGIIILAFN\030\016 \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[] {
|
|
"ChooseSkillNo", "PlayerUid", "AvatarIdList", "IsHost", "LLOCMGDOEKD", "HBDGIIILAFN",
|
|
});
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|