mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 23:51:25 +08:00
c4f1208f45
* Update to game version `3.6.0` (pt. 1) not complete! * Update to game version `3.6.0` (pt. 2) not complete! * Update compiled definitions
2014 lines
66 KiB
Java
2014 lines
66 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: OnlinePlayerInfo.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class OnlinePlayerInfoOuterClass {
|
|
private OnlinePlayerInfoOuterClass() {}
|
|
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 OnlinePlayerInfoOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:OnlinePlayerInfo)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>uint32 uid = 1;</code>
|
|
* @return The uid.
|
|
*/
|
|
int getUid();
|
|
|
|
/**
|
|
* <code>string nickname = 2;</code>
|
|
* @return The nickname.
|
|
*/
|
|
java.lang.String getNickname();
|
|
/**
|
|
* <code>string nickname = 2;</code>
|
|
* @return The bytes for nickname.
|
|
*/
|
|
com.google.protobuf.ByteString
|
|
getNicknameBytes();
|
|
|
|
/**
|
|
* <code>uint32 player_level = 3;</code>
|
|
* @return The playerLevel.
|
|
*/
|
|
int getPlayerLevel();
|
|
|
|
/**
|
|
* <code>uint32 avatar_id = 4;</code>
|
|
* @return The avatarId.
|
|
*/
|
|
int getAvatarId();
|
|
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @return The enum numeric value on the wire for mpSettingType.
|
|
*/
|
|
int getMpSettingTypeValue();
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @return The mpSettingType.
|
|
*/
|
|
emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType getMpSettingType();
|
|
|
|
/**
|
|
* <code>uint32 cur_player_num_in_world = 6;</code>
|
|
* @return The curPlayerNumInWorld.
|
|
*/
|
|
int getCurPlayerNumInWorld();
|
|
|
|
/**
|
|
* <code>uint32 world_level = 7;</code>
|
|
* @return The worldLevel.
|
|
*/
|
|
int getWorldLevel();
|
|
|
|
/**
|
|
* <code>string online_id = 8;</code>
|
|
* @return The onlineId.
|
|
*/
|
|
java.lang.String getOnlineId();
|
|
/**
|
|
* <code>string online_id = 8;</code>
|
|
* @return The bytes for onlineId.
|
|
*/
|
|
com.google.protobuf.ByteString
|
|
getOnlineIdBytes();
|
|
|
|
/**
|
|
* <code>uint32 name_card_id = 9;</code>
|
|
* @return The nameCardId.
|
|
*/
|
|
int getNameCardId();
|
|
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @return A list containing the blacklistUidList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getBlacklistUidListList();
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @return The count of blacklistUidList.
|
|
*/
|
|
int getBlacklistUidListCount();
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The blacklistUidList at the given index.
|
|
*/
|
|
int getBlacklistUidList(int index);
|
|
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @return The signature.
|
|
*/
|
|
java.lang.String getSignature();
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @return The bytes for signature.
|
|
*/
|
|
com.google.protobuf.ByteString
|
|
getSignatureBytes();
|
|
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</code>
|
|
* @return Whether the profilePicture field is set.
|
|
*/
|
|
boolean hasProfilePicture();
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</code>
|
|
* @return The profilePicture.
|
|
*/
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture();
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder();
|
|
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @return The psnId.
|
|
*/
|
|
java.lang.String getPsnId();
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @return The bytes for psnId.
|
|
*/
|
|
com.google.protobuf.ByteString
|
|
getPsnIdBytes();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Name: GEKCCHCJMPC
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code OnlinePlayerInfo}
|
|
*/
|
|
public static final class OnlinePlayerInfo extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:OnlinePlayerInfo)
|
|
OnlinePlayerInfoOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use OnlinePlayerInfo.newBuilder() to construct.
|
|
private OnlinePlayerInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private OnlinePlayerInfo() {
|
|
nickname_ = "";
|
|
mpSettingType_ = 0;
|
|
onlineId_ = "";
|
|
blacklistUidList_ = emptyIntList();
|
|
signature_ = "";
|
|
psnId_ = "";
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new OnlinePlayerInfo();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private OnlinePlayerInfo(
|
|
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 8: {
|
|
|
|
uid_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
nickname_ = s;
|
|
break;
|
|
}
|
|
case 24: {
|
|
|
|
playerLevel_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
|
|
avatarId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
int rawValue = input.readEnum();
|
|
|
|
mpSettingType_ = rawValue;
|
|
break;
|
|
}
|
|
case 48: {
|
|
|
|
curPlayerNumInWorld_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
|
|
worldLevel_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
onlineId_ = s;
|
|
break;
|
|
}
|
|
case 72: {
|
|
|
|
nameCardId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
blacklistUidList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
blacklistUidList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 82: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
|
blacklistUidList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
blacklistUidList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 90: {
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
signature_ = s;
|
|
break;
|
|
}
|
|
case 98: {
|
|
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 106: {
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
psnId_ = 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 {
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
blacklistUidList_.makeImmutable(); // C
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.internal_static_OnlinePlayerInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.internal_static_OnlinePlayerInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.class, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder.class);
|
|
}
|
|
|
|
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 NICKNAME_FIELD_NUMBER = 2;
|
|
private volatile java.lang.Object nickname_;
|
|
/**
|
|
* <code>string nickname = 2;</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 nickname = 2;</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 PLAYER_LEVEL_FIELD_NUMBER = 3;
|
|
private int playerLevel_;
|
|
/**
|
|
* <code>uint32 player_level = 3;</code>
|
|
* @return The playerLevel.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayerLevel() {
|
|
return playerLevel_;
|
|
}
|
|
|
|
public static final int AVATAR_ID_FIELD_NUMBER = 4;
|
|
private int avatarId_;
|
|
/**
|
|
* <code>uint32 avatar_id = 4;</code>
|
|
* @return The avatarId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getAvatarId() {
|
|
return avatarId_;
|
|
}
|
|
|
|
public static final int MP_SETTING_TYPE_FIELD_NUMBER = 5;
|
|
private int mpSettingType_;
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @return The enum numeric value on the wire for mpSettingType.
|
|
*/
|
|
@java.lang.Override public int getMpSettingTypeValue() {
|
|
return mpSettingType_;
|
|
}
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @return The mpSettingType.
|
|
*/
|
|
@java.lang.Override public emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType getMpSettingType() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType result = emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType.valueOf(mpSettingType_);
|
|
return result == null ? emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType.UNRECOGNIZED : result;
|
|
}
|
|
|
|
public static final int CUR_PLAYER_NUM_IN_WORLD_FIELD_NUMBER = 6;
|
|
private int curPlayerNumInWorld_;
|
|
/**
|
|
* <code>uint32 cur_player_num_in_world = 6;</code>
|
|
* @return The curPlayerNumInWorld.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurPlayerNumInWorld() {
|
|
return curPlayerNumInWorld_;
|
|
}
|
|
|
|
public static final int WORLD_LEVEL_FIELD_NUMBER = 7;
|
|
private int worldLevel_;
|
|
/**
|
|
* <code>uint32 world_level = 7;</code>
|
|
* @return The worldLevel.
|
|
*/
|
|
@java.lang.Override
|
|
public int getWorldLevel() {
|
|
return worldLevel_;
|
|
}
|
|
|
|
public static final int ONLINE_ID_FIELD_NUMBER = 8;
|
|
private volatile java.lang.Object onlineId_;
|
|
/**
|
|
* <code>string online_id = 8;</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 = 8;</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 NAME_CARD_ID_FIELD_NUMBER = 9;
|
|
private int nameCardId_;
|
|
/**
|
|
* <code>uint32 name_card_id = 9;</code>
|
|
* @return The nameCardId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNameCardId() {
|
|
return nameCardId_;
|
|
}
|
|
|
|
public static final int BLACKLIST_UID_LIST_FIELD_NUMBER = 10;
|
|
private com.google.protobuf.Internal.IntList blacklistUidList_;
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @return A list containing the blacklistUidList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getBlacklistUidListList() {
|
|
return blacklistUidList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @return The count of blacklistUidList.
|
|
*/
|
|
public int getBlacklistUidListCount() {
|
|
return blacklistUidList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The blacklistUidList at the given index.
|
|
*/
|
|
public int getBlacklistUidList(int index) {
|
|
return blacklistUidList_.getInt(index);
|
|
}
|
|
private int blacklistUidListMemoizedSerializedSize = -1;
|
|
|
|
public static final int SIGNATURE_FIELD_NUMBER = 11;
|
|
private volatile java.lang.Object signature_;
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @return The signature.
|
|
*/
|
|
@java.lang.Override
|
|
public java.lang.String getSignature() {
|
|
java.lang.Object ref = signature_;
|
|
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();
|
|
signature_ = s;
|
|
return s;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @return The bytes for signature.
|
|
*/
|
|
@java.lang.Override
|
|
public com.google.protobuf.ByteString
|
|
getSignatureBytes() {
|
|
java.lang.Object ref = signature_;
|
|
if (ref instanceof java.lang.String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
signature_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
|
|
public static final int PROFILE_PICTURE_FIELD_NUMBER = 12;
|
|
private emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture profilePicture_;
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</code>
|
|
* @return Whether the profilePicture field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasProfilePicture() {
|
|
return profilePicture_ != null;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</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 = 12;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder() {
|
|
return getProfilePicture();
|
|
}
|
|
|
|
public static final int PSN_ID_FIELD_NUMBER = 13;
|
|
private volatile java.lang.Object psnId_;
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @return The psnId.
|
|
*/
|
|
@java.lang.Override
|
|
public java.lang.String getPsnId() {
|
|
java.lang.Object ref = psnId_;
|
|
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();
|
|
psnId_ = s;
|
|
return s;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @return The bytes for psnId.
|
|
*/
|
|
@java.lang.Override
|
|
public com.google.protobuf.ByteString
|
|
getPsnIdBytes() {
|
|
java.lang.Object ref = psnId_;
|
|
if (ref instanceof java.lang.String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
psnId_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
|
|
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 (uid_ != 0) {
|
|
output.writeUInt32(1, uid_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickname_)) {
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nickname_);
|
|
}
|
|
if (playerLevel_ != 0) {
|
|
output.writeUInt32(3, playerLevel_);
|
|
}
|
|
if (avatarId_ != 0) {
|
|
output.writeUInt32(4, avatarId_);
|
|
}
|
|
if (mpSettingType_ != emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType.MP_SETTING_TYPE_NO_ENTER.getNumber()) {
|
|
output.writeEnum(5, mpSettingType_);
|
|
}
|
|
if (curPlayerNumInWorld_ != 0) {
|
|
output.writeUInt32(6, curPlayerNumInWorld_);
|
|
}
|
|
if (worldLevel_ != 0) {
|
|
output.writeUInt32(7, worldLevel_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, onlineId_);
|
|
}
|
|
if (nameCardId_ != 0) {
|
|
output.writeUInt32(9, nameCardId_);
|
|
}
|
|
if (getBlacklistUidListList().size() > 0) {
|
|
output.writeUInt32NoTag(82);
|
|
output.writeUInt32NoTag(blacklistUidListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < blacklistUidList_.size(); i++) {
|
|
output.writeUInt32NoTag(blacklistUidList_.getInt(i));
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(signature_)) {
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, signature_);
|
|
}
|
|
if (profilePicture_ != null) {
|
|
output.writeMessage(12, getProfilePicture());
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(psnId_)) {
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, psnId_);
|
|
}
|
|
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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickname_)) {
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nickname_);
|
|
}
|
|
if (playerLevel_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(3, playerLevel_);
|
|
}
|
|
if (avatarId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(4, avatarId_);
|
|
}
|
|
if (mpSettingType_ != emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType.MP_SETTING_TYPE_NO_ENTER.getNumber()) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeEnumSize(5, mpSettingType_);
|
|
}
|
|
if (curPlayerNumInWorld_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(6, curPlayerNumInWorld_);
|
|
}
|
|
if (worldLevel_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(7, worldLevel_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, onlineId_);
|
|
}
|
|
if (nameCardId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(9, nameCardId_);
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < blacklistUidList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(blacklistUidList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getBlacklistUidListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
blacklistUidListMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(signature_)) {
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, signature_);
|
|
}
|
|
if (profilePicture_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(12, getProfilePicture());
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(psnId_)) {
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, psnId_);
|
|
}
|
|
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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo other = (emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo) obj;
|
|
|
|
if (getUid()
|
|
!= other.getUid()) return false;
|
|
if (!getNickname()
|
|
.equals(other.getNickname())) return false;
|
|
if (getPlayerLevel()
|
|
!= other.getPlayerLevel()) return false;
|
|
if (getAvatarId()
|
|
!= other.getAvatarId()) return false;
|
|
if (mpSettingType_ != other.mpSettingType_) return false;
|
|
if (getCurPlayerNumInWorld()
|
|
!= other.getCurPlayerNumInWorld()) return false;
|
|
if (getWorldLevel()
|
|
!= other.getWorldLevel()) return false;
|
|
if (!getOnlineId()
|
|
.equals(other.getOnlineId())) return false;
|
|
if (getNameCardId()
|
|
!= other.getNameCardId()) return false;
|
|
if (!getBlacklistUidListList()
|
|
.equals(other.getBlacklistUidListList())) return false;
|
|
if (!getSignature()
|
|
.equals(other.getSignature())) return false;
|
|
if (hasProfilePicture() != other.hasProfilePicture()) return false;
|
|
if (hasProfilePicture()) {
|
|
if (!getProfilePicture()
|
|
.equals(other.getProfilePicture())) return false;
|
|
}
|
|
if (!getPsnId()
|
|
.equals(other.getPsnId())) 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) + UID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUid();
|
|
hash = (37 * hash) + NICKNAME_FIELD_NUMBER;
|
|
hash = (53 * hash) + getNickname().hashCode();
|
|
hash = (37 * hash) + PLAYER_LEVEL_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPlayerLevel();
|
|
hash = (37 * hash) + AVATAR_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getAvatarId();
|
|
hash = (37 * hash) + MP_SETTING_TYPE_FIELD_NUMBER;
|
|
hash = (53 * hash) + mpSettingType_;
|
|
hash = (37 * hash) + CUR_PLAYER_NUM_IN_WORLD_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCurPlayerNumInWorld();
|
|
hash = (37 * hash) + WORLD_LEVEL_FIELD_NUMBER;
|
|
hash = (53 * hash) + getWorldLevel();
|
|
hash = (37 * hash) + ONLINE_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getOnlineId().hashCode();
|
|
hash = (37 * hash) + NAME_CARD_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getNameCardId();
|
|
if (getBlacklistUidListCount() > 0) {
|
|
hash = (37 * hash) + BLACKLIST_UID_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getBlacklistUidListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + SIGNATURE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getSignature().hashCode();
|
|
if (hasProfilePicture()) {
|
|
hash = (37 * hash) + PROFILE_PICTURE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getProfilePicture().hashCode();
|
|
}
|
|
hash = (37 * hash) + PSN_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPsnId().hashCode();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo 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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo 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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo 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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo 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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo 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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo 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: GEKCCHCJMPC
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code OnlinePlayerInfo}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:OnlinePlayerInfo)
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.internal_static_OnlinePlayerInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.internal_static_OnlinePlayerInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.class, emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.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();
|
|
uid_ = 0;
|
|
|
|
nickname_ = "";
|
|
|
|
playerLevel_ = 0;
|
|
|
|
avatarId_ = 0;
|
|
|
|
mpSettingType_ = 0;
|
|
|
|
curPlayerNumInWorld_ = 0;
|
|
|
|
worldLevel_ = 0;
|
|
|
|
onlineId_ = "";
|
|
|
|
nameCardId_ = 0;
|
|
|
|
blacklistUidList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
signature_ = "";
|
|
|
|
if (profilePictureBuilder_ == null) {
|
|
profilePicture_ = null;
|
|
} else {
|
|
profilePicture_ = null;
|
|
profilePictureBuilder_ = null;
|
|
}
|
|
psnId_ = "";
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.internal_static_OnlinePlayerInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo build() {
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo buildPartial() {
|
|
emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo result = new emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo(this);
|
|
int from_bitField0_ = bitField0_;
|
|
result.uid_ = uid_;
|
|
result.nickname_ = nickname_;
|
|
result.playerLevel_ = playerLevel_;
|
|
result.avatarId_ = avatarId_;
|
|
result.mpSettingType_ = mpSettingType_;
|
|
result.curPlayerNumInWorld_ = curPlayerNumInWorld_;
|
|
result.worldLevel_ = worldLevel_;
|
|
result.onlineId_ = onlineId_;
|
|
result.nameCardId_ = nameCardId_;
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
blacklistUidList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.blacklistUidList_ = blacklistUidList_;
|
|
result.signature_ = signature_;
|
|
if (profilePictureBuilder_ == null) {
|
|
result.profilePicture_ = profilePicture_;
|
|
} else {
|
|
result.profilePicture_ = profilePictureBuilder_.build();
|
|
}
|
|
result.psnId_ = psnId_;
|
|
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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo) {
|
|
return mergeFrom((emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo other) {
|
|
if (other == emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo.getDefaultInstance()) return this;
|
|
if (other.getUid() != 0) {
|
|
setUid(other.getUid());
|
|
}
|
|
if (!other.getNickname().isEmpty()) {
|
|
nickname_ = other.nickname_;
|
|
onChanged();
|
|
}
|
|
if (other.getPlayerLevel() != 0) {
|
|
setPlayerLevel(other.getPlayerLevel());
|
|
}
|
|
if (other.getAvatarId() != 0) {
|
|
setAvatarId(other.getAvatarId());
|
|
}
|
|
if (other.mpSettingType_ != 0) {
|
|
setMpSettingTypeValue(other.getMpSettingTypeValue());
|
|
}
|
|
if (other.getCurPlayerNumInWorld() != 0) {
|
|
setCurPlayerNumInWorld(other.getCurPlayerNumInWorld());
|
|
}
|
|
if (other.getWorldLevel() != 0) {
|
|
setWorldLevel(other.getWorldLevel());
|
|
}
|
|
if (!other.getOnlineId().isEmpty()) {
|
|
onlineId_ = other.onlineId_;
|
|
onChanged();
|
|
}
|
|
if (other.getNameCardId() != 0) {
|
|
setNameCardId(other.getNameCardId());
|
|
}
|
|
if (!other.blacklistUidList_.isEmpty()) {
|
|
if (blacklistUidList_.isEmpty()) {
|
|
blacklistUidList_ = other.blacklistUidList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureBlacklistUidListIsMutable();
|
|
blacklistUidList_.addAll(other.blacklistUidList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.getSignature().isEmpty()) {
|
|
signature_ = other.signature_;
|
|
onChanged();
|
|
}
|
|
if (other.hasProfilePicture()) {
|
|
mergeProfilePicture(other.getProfilePicture());
|
|
}
|
|
if (!other.getPsnId().isEmpty()) {
|
|
psnId_ = other.psnId_;
|
|
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.OnlinePlayerInfoOuterClass.OnlinePlayerInfo parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
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 java.lang.Object nickname_ = "";
|
|
/**
|
|
* <code>string nickname = 2;</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 nickname = 2;</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 nickname = 2;</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 nickname = 2;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearNickname() {
|
|
|
|
nickname_ = getDefaultInstance().getNickname();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string nickname = 2;</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 int playerLevel_ ;
|
|
/**
|
|
* <code>uint32 player_level = 3;</code>
|
|
* @return The playerLevel.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayerLevel() {
|
|
return playerLevel_;
|
|
}
|
|
/**
|
|
* <code>uint32 player_level = 3;</code>
|
|
* @param value The playerLevel to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPlayerLevel(int value) {
|
|
|
|
playerLevel_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 player_level = 3;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearPlayerLevel() {
|
|
|
|
playerLevel_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int avatarId_ ;
|
|
/**
|
|
* <code>uint32 avatar_id = 4;</code>
|
|
* @return The avatarId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getAvatarId() {
|
|
return avatarId_;
|
|
}
|
|
/**
|
|
* <code>uint32 avatar_id = 4;</code>
|
|
* @param value The avatarId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setAvatarId(int value) {
|
|
|
|
avatarId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 avatar_id = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearAvatarId() {
|
|
|
|
avatarId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int mpSettingType_ = 0;
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @return The enum numeric value on the wire for mpSettingType.
|
|
*/
|
|
@java.lang.Override public int getMpSettingTypeValue() {
|
|
return mpSettingType_;
|
|
}
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @param value The enum numeric value on the wire for mpSettingType to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setMpSettingTypeValue(int value) {
|
|
|
|
mpSettingType_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @return The mpSettingType.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType getMpSettingType() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType result = emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType.valueOf(mpSettingType_);
|
|
return result == null ? emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType.UNRECOGNIZED : result;
|
|
}
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @param value The mpSettingType to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setMpSettingType(emu.grasscutter.net.proto.MpSettingTypeOuterClass.MpSettingType value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
mpSettingType_ = value.getNumber();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.MpSettingType mp_setting_type = 5;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearMpSettingType() {
|
|
|
|
mpSettingType_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int curPlayerNumInWorld_ ;
|
|
/**
|
|
* <code>uint32 cur_player_num_in_world = 6;</code>
|
|
* @return The curPlayerNumInWorld.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurPlayerNumInWorld() {
|
|
return curPlayerNumInWorld_;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_player_num_in_world = 6;</code>
|
|
* @param value The curPlayerNumInWorld to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setCurPlayerNumInWorld(int value) {
|
|
|
|
curPlayerNumInWorld_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_player_num_in_world = 6;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearCurPlayerNumInWorld() {
|
|
|
|
curPlayerNumInWorld_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int worldLevel_ ;
|
|
/**
|
|
* <code>uint32 world_level = 7;</code>
|
|
* @return The worldLevel.
|
|
*/
|
|
@java.lang.Override
|
|
public int getWorldLevel() {
|
|
return worldLevel_;
|
|
}
|
|
/**
|
|
* <code>uint32 world_level = 7;</code>
|
|
* @param value The worldLevel to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setWorldLevel(int value) {
|
|
|
|
worldLevel_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 world_level = 7;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearWorldLevel() {
|
|
|
|
worldLevel_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.lang.Object onlineId_ = "";
|
|
/**
|
|
* <code>string online_id = 8;</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 = 8;</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 = 8;</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 = 8;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearOnlineId() {
|
|
|
|
onlineId_ = getDefaultInstance().getOnlineId();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string online_id = 8;</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 nameCardId_ ;
|
|
/**
|
|
* <code>uint32 name_card_id = 9;</code>
|
|
* @return The nameCardId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNameCardId() {
|
|
return nameCardId_;
|
|
}
|
|
/**
|
|
* <code>uint32 name_card_id = 9;</code>
|
|
* @param value The nameCardId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setNameCardId(int value) {
|
|
|
|
nameCardId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 name_card_id = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearNameCardId() {
|
|
|
|
nameCardId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList blacklistUidList_ = emptyIntList();
|
|
private void ensureBlacklistUidListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
blacklistUidList_ = mutableCopy(blacklistUidList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @return A list containing the blacklistUidList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getBlacklistUidListList() {
|
|
return ((bitField0_ & 0x00000001) != 0) ?
|
|
java.util.Collections.unmodifiableList(blacklistUidList_) : blacklistUidList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @return The count of blacklistUidList.
|
|
*/
|
|
public int getBlacklistUidListCount() {
|
|
return blacklistUidList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The blacklistUidList at the given index.
|
|
*/
|
|
public int getBlacklistUidList(int index) {
|
|
return blacklistUidList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The blacklistUidList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setBlacklistUidList(
|
|
int index, int value) {
|
|
ensureBlacklistUidListIsMutable();
|
|
blacklistUidList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @param value The blacklistUidList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addBlacklistUidList(int value) {
|
|
ensureBlacklistUidListIsMutable();
|
|
blacklistUidList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @param values The blacklistUidList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllBlacklistUidList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureBlacklistUidListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, blacklistUidList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 blacklist_uid_list = 10;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearBlacklistUidList() {
|
|
blacklistUidList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.lang.Object signature_ = "";
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @return The signature.
|
|
*/
|
|
public java.lang.String getSignature() {
|
|
java.lang.Object ref = signature_;
|
|
if (!(ref instanceof java.lang.String)) {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
signature_ = s;
|
|
return s;
|
|
} else {
|
|
return (java.lang.String) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @return The bytes for signature.
|
|
*/
|
|
public com.google.protobuf.ByteString
|
|
getSignatureBytes() {
|
|
java.lang.Object ref = signature_;
|
|
if (ref instanceof String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
signature_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @param value The signature to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setSignature(
|
|
java.lang.String value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
signature_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearSignature() {
|
|
|
|
signature_ = getDefaultInstance().getSignature();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string signature = 11;</code>
|
|
* @param value The bytes for signature to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setSignatureBytes(
|
|
com.google.protobuf.ByteString value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
checkByteStringIsUtf8(value);
|
|
|
|
signature_ = 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 = 12;</code>
|
|
* @return Whether the profilePicture field is set.
|
|
*/
|
|
public boolean hasProfilePicture() {
|
|
return profilePictureBuilder_ != null || profilePicture_ != null;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</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 = 12;</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 = 12;</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 = 12;</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 = 12;</code>
|
|
*/
|
|
public Builder clearProfilePicture() {
|
|
if (profilePictureBuilder_ == null) {
|
|
profilePicture_ = null;
|
|
onChanged();
|
|
} else {
|
|
profilePicture_ = null;
|
|
profilePictureBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder getProfilePictureBuilder() {
|
|
|
|
onChanged();
|
|
return getProfilePictureFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.ProfilePicture profile_picture = 12;</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 = 12;</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 java.lang.Object psnId_ = "";
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @return The psnId.
|
|
*/
|
|
public java.lang.String getPsnId() {
|
|
java.lang.Object ref = psnId_;
|
|
if (!(ref instanceof java.lang.String)) {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
psnId_ = s;
|
|
return s;
|
|
} else {
|
|
return (java.lang.String) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @return The bytes for psnId.
|
|
*/
|
|
public com.google.protobuf.ByteString
|
|
getPsnIdBytes() {
|
|
java.lang.Object ref = psnId_;
|
|
if (ref instanceof String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
psnId_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @param value The psnId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPsnId(
|
|
java.lang.String value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
psnId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearPsnId() {
|
|
|
|
psnId_ = getDefaultInstance().getPsnId();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string psn_id = 13;</code>
|
|
* @param value The bytes for psnId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPsnIdBytes(
|
|
com.google.protobuf.ByteString value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
checkByteStringIsUtf8(value);
|
|
|
|
psnId_ = value;
|
|
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:OnlinePlayerInfo)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:OnlinePlayerInfo)
|
|
private static final emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<OnlinePlayerInfo>
|
|
PARSER = new com.google.protobuf.AbstractParser<OnlinePlayerInfo>() {
|
|
@java.lang.Override
|
|
public OnlinePlayerInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new OnlinePlayerInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<OnlinePlayerInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<OnlinePlayerInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.OnlinePlayerInfoOuterClass.OnlinePlayerInfo getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_OnlinePlayerInfo_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_OnlinePlayerInfo_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\026OnlinePlayerInfo.proto\032\023MpSettingType." +
|
|
"proto\032\024ProfilePicture.proto\"\313\002\n\020OnlinePl" +
|
|
"ayerInfo\022\013\n\003uid\030\001 \001(\r\022\020\n\010nickname\030\002 \001(\t\022" +
|
|
"\024\n\014player_level\030\003 \001(\r\022\021\n\tavatar_id\030\004 \001(\r" +
|
|
"\022\'\n\017mp_setting_type\030\005 \001(\0162\016.MpSettingTyp" +
|
|
"e\022\037\n\027cur_player_num_in_world\030\006 \001(\r\022\023\n\013wo" +
|
|
"rld_level\030\007 \001(\r\022\021\n\tonline_id\030\010 \001(\t\022\024\n\014na" +
|
|
"me_card_id\030\t \001(\r\022\032\n\022blacklist_uid_list\030\n" +
|
|
" \003(\r\022\021\n\tsignature\030\013 \001(\t\022(\n\017profile_pictu" +
|
|
"re\030\014 \001(\0132\017.ProfilePicture\022\016\n\006psn_id\030\r \001(" +
|
|
"\tB\033\n\031emu.grasscutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.MpSettingTypeOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_OnlinePlayerInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_OnlinePlayerInfo_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_OnlinePlayerInfo_descriptor,
|
|
new java.lang.String[] { "Uid", "Nickname", "PlayerLevel", "AvatarId", "MpSettingType", "CurPlayerNumInWorld", "WorldLevel", "OnlineId", "NameCardId", "BlacklistUidList", "Signature", "ProfilePicture", "PsnId", });
|
|
emu.grasscutter.net.proto.MpSettingTypeOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.ProfilePictureOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|