mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 06:13:37 +08:00
1264 lines
42 KiB
Java
1264 lines
42 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: FleurFairPlayerStatInfo.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class FleurFairPlayerStatInfoOuterClass {
|
|
private FleurFairPlayerStatInfoOuterClass() {}
|
|
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 FleurFairPlayerStatInfoOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:FleurFairPlayerStatInfo)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @return The nickName.
|
|
*/
|
|
java.lang.String getNickName();
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @return The bytes for nickName.
|
|
*/
|
|
com.google.protobuf.ByteString
|
|
getNickNameBytes();
|
|
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
* @return Whether the profilePicture field is set.
|
|
*/
|
|
boolean hasProfilePicture();
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
* @return The profilePicture.
|
|
*/
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture();
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder();
|
|
|
|
/**
|
|
* <code>uint32 uid = 1;</code>
|
|
* @return The uid.
|
|
*/
|
|
int getUid();
|
|
|
|
/**
|
|
* <code>int32 param = 11;</code>
|
|
* @return The param.
|
|
*/
|
|
int getParam();
|
|
|
|
/**
|
|
* <code>uint32 head_image = 5;</code>
|
|
* @return The headImage.
|
|
*/
|
|
int getHeadImage();
|
|
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @return The onlineId.
|
|
*/
|
|
java.lang.String getOnlineId();
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @return The bytes for onlineId.
|
|
*/
|
|
com.google.protobuf.ByteString
|
|
getOnlineIdBytes();
|
|
|
|
/**
|
|
* <code>uint32 stat_id = 3;</code>
|
|
* @return The statId.
|
|
*/
|
|
int getStatId();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: BCAIOJNHPHN
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code FleurFairPlayerStatInfo}
|
|
*/
|
|
public static final class FleurFairPlayerStatInfo extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:FleurFairPlayerStatInfo)
|
|
FleurFairPlayerStatInfoOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use FleurFairPlayerStatInfo.newBuilder() to construct.
|
|
private FleurFairPlayerStatInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private FleurFairPlayerStatInfo() {
|
|
nickName_ = "";
|
|
onlineId_ = "";
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new FleurFairPlayerStatInfo();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private FleurFairPlayerStatInfo(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
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 8: {
|
|
|
|
uid_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
|
|
statId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
|
|
headImage_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder subBuilder = null;
|
|
if (profilePicture_ != null) {
|
|
subBuilder = profilePicture_.toBuilder();
|
|
}
|
|
profilePicture_ = input.readMessage(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(profilePicture_);
|
|
profilePicture_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 88: {
|
|
|
|
param_ = input.readInt32();
|
|
break;
|
|
}
|
|
case 98: {
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
onlineId_ = s;
|
|
break;
|
|
}
|
|
case 106: {
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
nickName_ = s;
|
|
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 {
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.internal_static_FleurFairPlayerStatInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.internal_static_FleurFairPlayerStatInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.class, emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.Builder.class);
|
|
}
|
|
|
|
public static final int NICK_NAME_FIELD_NUMBER = 13;
|
|
private volatile java.lang.Object nickName_;
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @return The nickName.
|
|
*/
|
|
@java.lang.Override
|
|
public java.lang.String getNickName() {
|
|
java.lang.Object ref = nickName_;
|
|
if (ref instanceof java.lang.String) {
|
|
return (java.lang.String) ref;
|
|
} else {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
nickName_ = s;
|
|
return s;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @return The bytes for nickName.
|
|
*/
|
|
@java.lang.Override
|
|
public com.google.protobuf.ByteString
|
|
getNickNameBytes() {
|
|
java.lang.Object ref = nickName_;
|
|
if (ref instanceof java.lang.String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
nickName_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
|
|
public static final int PROFILE_PICTURE_FIELD_NUMBER = 9;
|
|
private emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture profilePicture_;
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
* @return Whether the profilePicture field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasProfilePicture() {
|
|
return profilePicture_ != null;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
* @return The profilePicture.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture() {
|
|
return profilePicture_ == null ? emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder() {
|
|
return getProfilePicture();
|
|
}
|
|
|
|
public static final int UID_FIELD_NUMBER = 1;
|
|
private int uid_;
|
|
/**
|
|
* <code>uint32 uid = 1;</code>
|
|
* @return The uid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getUid() {
|
|
return uid_;
|
|
}
|
|
|
|
public static final int PARAM_FIELD_NUMBER = 11;
|
|
private int param_;
|
|
/**
|
|
* <code>int32 param = 11;</code>
|
|
* @return The param.
|
|
*/
|
|
@java.lang.Override
|
|
public int getParam() {
|
|
return param_;
|
|
}
|
|
|
|
public static final int HEAD_IMAGE_FIELD_NUMBER = 5;
|
|
private int headImage_;
|
|
/**
|
|
* <code>uint32 head_image = 5;</code>
|
|
* @return The headImage.
|
|
*/
|
|
@java.lang.Override
|
|
public int getHeadImage() {
|
|
return headImage_;
|
|
}
|
|
|
|
public static final int ONLINE_ID_FIELD_NUMBER = 12;
|
|
private volatile java.lang.Object onlineId_;
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @return The onlineId.
|
|
*/
|
|
@java.lang.Override
|
|
public java.lang.String getOnlineId() {
|
|
java.lang.Object ref = onlineId_;
|
|
if (ref instanceof java.lang.String) {
|
|
return (java.lang.String) ref;
|
|
} else {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
onlineId_ = s;
|
|
return s;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @return The bytes for onlineId.
|
|
*/
|
|
@java.lang.Override
|
|
public com.google.protobuf.ByteString
|
|
getOnlineIdBytes() {
|
|
java.lang.Object ref = onlineId_;
|
|
if (ref instanceof java.lang.String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
onlineId_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
|
|
public static final int STAT_ID_FIELD_NUMBER = 3;
|
|
private int statId_;
|
|
/**
|
|
* <code>uint32 stat_id = 3;</code>
|
|
* @return The statId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getStatId() {
|
|
return statId_;
|
|
}
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
byte isInitialized = memoizedIsInitialized;
|
|
if (isInitialized == 1) return true;
|
|
if (isInitialized == 0) return false;
|
|
|
|
memoizedIsInitialized = 1;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
throws java.io.IOException {
|
|
if (uid_ != 0) {
|
|
output.writeUInt32(1, uid_);
|
|
}
|
|
if (statId_ != 0) {
|
|
output.writeUInt32(3, statId_);
|
|
}
|
|
if (headImage_ != 0) {
|
|
output.writeUInt32(5, headImage_);
|
|
}
|
|
if (profilePicture_ != null) {
|
|
output.writeMessage(9, getProfilePicture());
|
|
}
|
|
if (param_ != 0) {
|
|
output.writeInt32(11, param_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, onlineId_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickName_)) {
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, nickName_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (uid_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(1, uid_);
|
|
}
|
|
if (statId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(3, statId_);
|
|
}
|
|
if (headImage_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(5, headImage_);
|
|
}
|
|
if (profilePicture_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(9, getProfilePicture());
|
|
}
|
|
if (param_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32Size(11, param_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, onlineId_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickName_)) {
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, nickName_);
|
|
}
|
|
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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo other = (emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo) obj;
|
|
|
|
if (!getNickName()
|
|
.equals(other.getNickName())) return false;
|
|
if (hasProfilePicture() != other.hasProfilePicture()) return false;
|
|
if (hasProfilePicture()) {
|
|
if (!getProfilePicture()
|
|
.equals(other.getProfilePicture())) return false;
|
|
}
|
|
if (getUid()
|
|
!= other.getUid()) return false;
|
|
if (getParam()
|
|
!= other.getParam()) return false;
|
|
if (getHeadImage()
|
|
!= other.getHeadImage()) return false;
|
|
if (!getOnlineId()
|
|
.equals(other.getOnlineId())) return false;
|
|
if (getStatId()
|
|
!= other.getStatId()) 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) + NICK_NAME_FIELD_NUMBER;
|
|
hash = (53 * hash) + getNickName().hashCode();
|
|
if (hasProfilePicture()) {
|
|
hash = (37 * hash) + PROFILE_PICTURE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getProfilePicture().hashCode();
|
|
}
|
|
hash = (37 * hash) + UID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUid();
|
|
hash = (37 * hash) + PARAM_FIELD_NUMBER;
|
|
hash = (53 * hash) + getParam();
|
|
hash = (37 * hash) + HEAD_IMAGE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getHeadImage();
|
|
hash = (37 * hash) + ONLINE_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getOnlineId().hashCode();
|
|
hash = (37 * hash) + STAT_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getStatId();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo prototype) {
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
}
|
|
@java.lang.Override
|
|
public Builder toBuilder() {
|
|
return this == DEFAULT_INSTANCE
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected Builder newBuilderForType(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
Builder builder = new Builder(parent);
|
|
return builder;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: BCAIOJNHPHN
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code FleurFairPlayerStatInfo}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:FleurFairPlayerStatInfo)
|
|
emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfoOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.internal_static_FleurFairPlayerStatInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.internal_static_FleurFairPlayerStatInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.class, emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.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();
|
|
nickName_ = "";
|
|
|
|
if (profilePictureBuilder_ == null) {
|
|
profilePicture_ = null;
|
|
} else {
|
|
profilePicture_ = null;
|
|
profilePictureBuilder_ = null;
|
|
}
|
|
uid_ = 0;
|
|
|
|
param_ = 0;
|
|
|
|
headImage_ = 0;
|
|
|
|
onlineId_ = "";
|
|
|
|
statId_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.internal_static_FleurFairPlayerStatInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo build() {
|
|
emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo buildPartial() {
|
|
emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo result = new emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo(this);
|
|
result.nickName_ = nickName_;
|
|
if (profilePictureBuilder_ == null) {
|
|
result.profilePicture_ = profilePicture_;
|
|
} else {
|
|
result.profilePicture_ = profilePictureBuilder_.build();
|
|
}
|
|
result.uid_ = uid_;
|
|
result.param_ = param_;
|
|
result.headImage_ = headImage_;
|
|
result.onlineId_ = onlineId_;
|
|
result.statId_ = statId_;
|
|
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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo) {
|
|
return mergeFrom((emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo other) {
|
|
if (other == emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.getDefaultInstance()) return this;
|
|
if (!other.getNickName().isEmpty()) {
|
|
nickName_ = other.nickName_;
|
|
onChanged();
|
|
}
|
|
if (other.hasProfilePicture()) {
|
|
mergeProfilePicture(other.getProfilePicture());
|
|
}
|
|
if (other.getUid() != 0) {
|
|
setUid(other.getUid());
|
|
}
|
|
if (other.getParam() != 0) {
|
|
setParam(other.getParam());
|
|
}
|
|
if (other.getHeadImage() != 0) {
|
|
setHeadImage(other.getHeadImage());
|
|
}
|
|
if (!other.getOnlineId().isEmpty()) {
|
|
onlineId_ = other.onlineId_;
|
|
onChanged();
|
|
}
|
|
if (other.getStatId() != 0) {
|
|
setStatId(other.getStatId());
|
|
}
|
|
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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private java.lang.Object nickName_ = "";
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @return The nickName.
|
|
*/
|
|
public java.lang.String getNickName() {
|
|
java.lang.Object ref = nickName_;
|
|
if (!(ref instanceof java.lang.String)) {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
nickName_ = s;
|
|
return s;
|
|
} else {
|
|
return (java.lang.String) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @return The bytes for nickName.
|
|
*/
|
|
public com.google.protobuf.ByteString
|
|
getNickNameBytes() {
|
|
java.lang.Object ref = nickName_;
|
|
if (ref instanceof String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
nickName_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @param value The nickName to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setNickName(
|
|
java.lang.String value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
nickName_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearNickName() {
|
|
|
|
nickName_ = getDefaultInstance().getNickName();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string nick_name = 13;</code>
|
|
* @param value The bytes for nickName to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setNickNameBytes(
|
|
com.google.protobuf.ByteString value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
checkByteStringIsUtf8(value);
|
|
|
|
nickName_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture profilePicture_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder> profilePictureBuilder_;
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
* @return Whether the profilePicture field is set.
|
|
*/
|
|
public boolean hasProfilePicture() {
|
|
return profilePictureBuilder_ != null || profilePicture_ != null;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
* @return The profilePicture.
|
|
*/
|
|
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture() {
|
|
if (profilePictureBuilder_ == null) {
|
|
return profilePicture_ == null ? emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_;
|
|
} else {
|
|
return profilePictureBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
public Builder setProfilePicture(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture value) {
|
|
if (profilePictureBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
profilePicture_ = value;
|
|
onChanged();
|
|
} else {
|
|
profilePictureBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
public Builder setProfilePicture(
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder builderForValue) {
|
|
if (profilePictureBuilder_ == null) {
|
|
profilePicture_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
profilePictureBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
public Builder mergeProfilePicture(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture value) {
|
|
if (profilePictureBuilder_ == null) {
|
|
if (profilePicture_ != null) {
|
|
profilePicture_ =
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.newBuilder(profilePicture_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
profilePicture_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
profilePictureBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
public Builder clearProfilePicture() {
|
|
if (profilePictureBuilder_ == null) {
|
|
profilePicture_ = null;
|
|
onChanged();
|
|
} else {
|
|
profilePicture_ = null;
|
|
profilePictureBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder getProfilePictureBuilder() {
|
|
|
|
onChanged();
|
|
return getProfilePictureFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder() {
|
|
if (profilePictureBuilder_ != null) {
|
|
return profilePictureBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return profilePicture_ == null ?
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 9;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder>
|
|
getProfilePictureFieldBuilder() {
|
|
if (profilePictureBuilder_ == null) {
|
|
profilePictureBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder>(
|
|
getProfilePicture(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
profilePicture_ = null;
|
|
}
|
|
return profilePictureBuilder_;
|
|
}
|
|
|
|
private int uid_ ;
|
|
/**
|
|
* <code>uint32 uid = 1;</code>
|
|
* @return The uid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getUid() {
|
|
return uid_;
|
|
}
|
|
/**
|
|
* <code>uint32 uid = 1;</code>
|
|
* @param value The uid to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setUid(int value) {
|
|
|
|
uid_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 uid = 1;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearUid() {
|
|
|
|
uid_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int param_ ;
|
|
/**
|
|
* <code>int32 param = 11;</code>
|
|
* @return The param.
|
|
*/
|
|
@java.lang.Override
|
|
public int getParam() {
|
|
return param_;
|
|
}
|
|
/**
|
|
* <code>int32 param = 11;</code>
|
|
* @param value The param to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setParam(int value) {
|
|
|
|
param_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>int32 param = 11;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearParam() {
|
|
|
|
param_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int headImage_ ;
|
|
/**
|
|
* <code>uint32 head_image = 5;</code>
|
|
* @return The headImage.
|
|
*/
|
|
@java.lang.Override
|
|
public int getHeadImage() {
|
|
return headImage_;
|
|
}
|
|
/**
|
|
* <code>uint32 head_image = 5;</code>
|
|
* @param value The headImage to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setHeadImage(int value) {
|
|
|
|
headImage_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 head_image = 5;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearHeadImage() {
|
|
|
|
headImage_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.lang.Object onlineId_ = "";
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @return The onlineId.
|
|
*/
|
|
public java.lang.String getOnlineId() {
|
|
java.lang.Object ref = onlineId_;
|
|
if (!(ref instanceof java.lang.String)) {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
onlineId_ = s;
|
|
return s;
|
|
} else {
|
|
return (java.lang.String) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @return The bytes for onlineId.
|
|
*/
|
|
public com.google.protobuf.ByteString
|
|
getOnlineIdBytes() {
|
|
java.lang.Object ref = onlineId_;
|
|
if (ref instanceof String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
onlineId_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @param value The onlineId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setOnlineId(
|
|
java.lang.String value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
onlineId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearOnlineId() {
|
|
|
|
onlineId_ = getDefaultInstance().getOnlineId();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string online_id = 12;</code>
|
|
* @param value The bytes for onlineId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setOnlineIdBytes(
|
|
com.google.protobuf.ByteString value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
checkByteStringIsUtf8(value);
|
|
|
|
onlineId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int statId_ ;
|
|
/**
|
|
* <code>uint32 stat_id = 3;</code>
|
|
* @return The statId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getStatId() {
|
|
return statId_;
|
|
}
|
|
/**
|
|
* <code>uint32 stat_id = 3;</code>
|
|
* @param value The statId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setStatId(int value) {
|
|
|
|
statId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 stat_id = 3;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearStatId() {
|
|
|
|
statId_ = 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:FleurFairPlayerStatInfo)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:FleurFairPlayerStatInfo)
|
|
private static final emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<FleurFairPlayerStatInfo>
|
|
PARSER = new com.google.protobuf.AbstractParser<FleurFairPlayerStatInfo>() {
|
|
@java.lang.Override
|
|
public FleurFairPlayerStatInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new FleurFairPlayerStatInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<FleurFairPlayerStatInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<FleurFairPlayerStatInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_FleurFairPlayerStatInfo_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_FleurFairPlayerStatInfo_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\035FleurFairPlayerStatInfo.proto\032\024Profile" +
|
|
"Picture.proto\"\252\001\n\027FleurFairPlayerStatInf" +
|
|
"o\022\021\n\tnick_name\030\r \001(\t\022(\n\017profile_picture\030" +
|
|
"\t \001(\0132\017.ProfilePicture\022\013\n\003uid\030\001 \001(\r\022\r\n\005p" +
|
|
"aram\030\013 \001(\005\022\022\n\nhead_image\030\005 \001(\r\022\021\n\tonline" +
|
|
"_id\030\014 \001(\t\022\017\n\007stat_id\030\003 \001(\rB\033\n\031emu.grassc" +
|
|
"utter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_FleurFairPlayerStatInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_FleurFairPlayerStatInfo_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_FleurFairPlayerStatInfo_descriptor,
|
|
new java.lang.String[] { "NickName", "ProfilePicture", "Uid", "Param", "HeadImage", "OnlineId", "StatId", });
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|