Make friends by fixing the protos (#2307)

This commit is contained in:
Nazrin 2023-08-24 17:47:58 -07:00 committed by GitHub
parent fd44933ec7
commit 873d190e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,10 +102,10 @@ public final class FriendBriefOuterClass {
getOnlineIdBytes(); getOnlineIdBytes();
/** /**
* <code>uint32 NHCJGKFNCFD = 12;</code> * <code>uint32 last_active_time = 12;</code>
* @return The nHCJGKFNCFD. * @return The lastActiveTime.
*/ */
int getNHCJGKFNCFD(); int getLastActiveTime();
/** /**
* <code>uint32 name_card_id = 13;</code> * <code>uint32 name_card_id = 13;</code>
@ -114,10 +114,10 @@ public final class FriendBriefOuterClass {
int getNameCardId(); int getNameCardId();
/** /**
* <code>uint32 last_active_time = 14;</code> * <code>uint32 mp_player_num = 14;</code>
* @return The lastActiveTime. * @return The mpPlayerNum.
*/ */
int getLastActiveTime(); int getMpPlayerNum();
/** /**
* <code>bool is_chat_no_disturb = 15;</code> * <code>bool is_chat_no_disturb = 15;</code>
@ -126,10 +126,10 @@ public final class FriendBriefOuterClass {
boolean getIsChatNoDisturb(); boolean getIsChatNoDisturb();
/** /**
* <code>uint32 EFMMMOPAPAK = 16;</code> * <code>uint32 chat_sequence = 16;</code>
* @return The eFMMMOPAPAK. * @return The chatSequence.
*/ */
int getEFMMMOPAPAK(); int getChatSequence();
/** /**
* <code>string remark_name = 17;</code> * <code>string remark_name = 17;</code>
@ -194,16 +194,16 @@ public final class FriendBriefOuterClass {
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder(); emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder();
/** /**
* <code>bool PBFEPMNHMPL = 25;</code> * <code>bool is_game_source = 25;</code>
* @return The pBFEPMNHMPL. * @return The isGameSource.
*/ */
boolean getPBFEPMNHMPL(); boolean getIsGameSource();
/** /**
* <code>bool FNCJLBGOBAE = 26;</code> * <code>bool is_psn_source = 26;</code>
* @return The fNCJLBGOBAE. * @return The isPsnSource.
*/ */
boolean getFNCJLBGOBAE(); boolean getIsPsnSource();
/** /**
* <code>.PlatformType platform_type = 27;</code> * <code>.PlatformType platform_type = 27;</code>
@ -217,10 +217,10 @@ public final class FriendBriefOuterClass {
emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType getPlatformType(); emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType getPlatformType();
/** /**
* <code>bool is_game_source = 28;</code> * <code>bool IEAHDCLDOEJ = 28;</code>
* @return The isGameSource. * @return The iEAHDCLDOEJ.
*/ */
boolean getIsGameSource(); boolean getIEAHDCLDOEJ();
/** /**
* <code>bool BJFJJMGENCH = 29;</code> * <code>bool BJFJJMGENCH = 29;</code>
@ -342,7 +342,7 @@ public final class FriendBriefOuterClass {
} }
case 96: { case 96: {
nHCJGKFNCFD_ = input.readUInt32(); lastActiveTime_ = input.readUInt32();
break; break;
} }
case 104: { case 104: {
@ -352,7 +352,7 @@ public final class FriendBriefOuterClass {
} }
case 112: { case 112: {
lastActiveTime_ = input.readUInt32(); mpPlayerNum_ = input.readUInt32();
break; break;
} }
case 120: { case 120: {
@ -362,7 +362,7 @@ public final class FriendBriefOuterClass {
} }
case 128: { case 128: {
eFMMMOPAPAK_ = input.readUInt32(); chatSequence_ = input.readUInt32();
break; break;
} }
case 138: { case 138: {
@ -401,12 +401,12 @@ public final class FriendBriefOuterClass {
} }
case 200: { case 200: {
pBFEPMNHMPL_ = input.readBool(); isGameSource_ = input.readBool();
break; break;
} }
case 208: { case 208: {
fNCJLBGOBAE_ = input.readBool(); isPsnSource_ = input.readBool();
break; break;
} }
case 216: { case 216: {
@ -417,7 +417,7 @@ public final class FriendBriefOuterClass {
} }
case 224: { case 224: {
isGameSource_ = input.readBool(); iEAHDCLDOEJ_ = input.readBool();
break; break;
} }
case 232: { case 232: {
@ -659,15 +659,15 @@ public final class FriendBriefOuterClass {
} }
} }
public static final int NHCJGKFNCFD_FIELD_NUMBER = 12; public static final int LAST_ACTIVE_TIME_FIELD_NUMBER = 12;
private int nHCJGKFNCFD_; private int lastActiveTime_;
/** /**
* <code>uint32 NHCJGKFNCFD = 12;</code> * <code>uint32 last_active_time = 12;</code>
* @return The nHCJGKFNCFD. * @return The lastActiveTime.
*/ */
@java.lang.Override @java.lang.Override
public int getNHCJGKFNCFD() { public int getLastActiveTime() {
return nHCJGKFNCFD_; return lastActiveTime_;
} }
public static final int NAME_CARD_ID_FIELD_NUMBER = 13; public static final int NAME_CARD_ID_FIELD_NUMBER = 13;
@ -681,15 +681,15 @@ public final class FriendBriefOuterClass {
return nameCardId_; return nameCardId_;
} }
public static final int LAST_ACTIVE_TIME_FIELD_NUMBER = 14; public static final int MP_PLAYER_NUM_FIELD_NUMBER = 14;
private int lastActiveTime_; private int mpPlayerNum_;
/** /**
* <code>uint32 last_active_time = 14;</code> * <code>uint32 mp_player_num = 14;</code>
* @return The lastActiveTime. * @return The mpPlayerNum.
*/ */
@java.lang.Override @java.lang.Override
public int getLastActiveTime() { public int getMpPlayerNum() {
return lastActiveTime_; return mpPlayerNum_;
} }
public static final int IS_CHAT_NO_DISTURB_FIELD_NUMBER = 15; public static final int IS_CHAT_NO_DISTURB_FIELD_NUMBER = 15;
@ -703,15 +703,15 @@ public final class FriendBriefOuterClass {
return isChatNoDisturb_; return isChatNoDisturb_;
} }
public static final int EFMMMOPAPAK_FIELD_NUMBER = 16; public static final int CHAT_SEQUENCE_FIELD_NUMBER = 16;
private int eFMMMOPAPAK_; private int chatSequence_;
/** /**
* <code>uint32 EFMMMOPAPAK = 16;</code> * <code>uint32 chat_sequence = 16;</code>
* @return The eFMMMOPAPAK. * @return The chatSequence.
*/ */
@java.lang.Override @java.lang.Override
public int getEFMMMOPAPAK() { public int getChatSequence() {
return eFMMMOPAPAK_; return chatSequence_;
} }
public static final int REMARK_NAME_FIELD_NUMBER = 17; public static final int REMARK_NAME_FIELD_NUMBER = 17;
@ -837,26 +837,26 @@ public final class FriendBriefOuterClass {
return getProfilePicture(); return getProfilePicture();
} }
public static final int PBFEPMNHMPL_FIELD_NUMBER = 25; public static final int IS_GAME_SOURCE_FIELD_NUMBER = 25;
private boolean pBFEPMNHMPL_; private boolean isGameSource_;
/** /**
* <code>bool PBFEPMNHMPL = 25;</code> * <code>bool is_game_source = 25;</code>
* @return The pBFEPMNHMPL. * @return The isGameSource.
*/ */
@java.lang.Override @java.lang.Override
public boolean getPBFEPMNHMPL() { public boolean getIsGameSource() {
return pBFEPMNHMPL_; return isGameSource_;
} }
public static final int FNCJLBGOBAE_FIELD_NUMBER = 26; public static final int IS_PSN_SOURCE_FIELD_NUMBER = 26;
private boolean fNCJLBGOBAE_; private boolean isPsnSource_;
/** /**
* <code>bool FNCJLBGOBAE = 26;</code> * <code>bool is_psn_source = 26;</code>
* @return The fNCJLBGOBAE. * @return The isPsnSource.
*/ */
@java.lang.Override @java.lang.Override
public boolean getFNCJLBGOBAE() { public boolean getIsPsnSource() {
return fNCJLBGOBAE_; return isPsnSource_;
} }
public static final int PLATFORM_TYPE_FIELD_NUMBER = 27; public static final int PLATFORM_TYPE_FIELD_NUMBER = 27;
@ -878,15 +878,15 @@ public final class FriendBriefOuterClass {
return result == null ? emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType.UNRECOGNIZED : result; return result == null ? emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType.UNRECOGNIZED : result;
} }
public static final int IS_GAME_SOURCE_FIELD_NUMBER = 28; public static final int IEAHDCLDOEJ_FIELD_NUMBER = 28;
private boolean isGameSource_; private boolean iEAHDCLDOEJ_;
/** /**
* <code>bool is_game_source = 28;</code> * <code>bool IEAHDCLDOEJ = 28;</code>
* @return The isGameSource. * @return The iEAHDCLDOEJ.
*/ */
@java.lang.Override @java.lang.Override
public boolean getIsGameSource() { public boolean getIEAHDCLDOEJ() {
return isGameSource_; return iEAHDCLDOEJ_;
} }
public static final int BJFJJMGENCH_FIELD_NUMBER = 29; public static final int BJFJJMGENCH_FIELD_NUMBER = 29;
@ -944,20 +944,20 @@ public final class FriendBriefOuterClass {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, onlineId_); com.google.protobuf.GeneratedMessageV3.writeString(output, 11, onlineId_);
} }
if (nHCJGKFNCFD_ != 0) { if (lastActiveTime_ != 0) {
output.writeUInt32(12, nHCJGKFNCFD_); output.writeUInt32(12, lastActiveTime_);
} }
if (nameCardId_ != 0) { if (nameCardId_ != 0) {
output.writeUInt32(13, nameCardId_); output.writeUInt32(13, nameCardId_);
} }
if (lastActiveTime_ != 0) { if (mpPlayerNum_ != 0) {
output.writeUInt32(14, lastActiveTime_); output.writeUInt32(14, mpPlayerNum_);
} }
if (isChatNoDisturb_ != false) { if (isChatNoDisturb_ != false) {
output.writeBool(15, isChatNoDisturb_); output.writeBool(15, isChatNoDisturb_);
} }
if (eFMMMOPAPAK_ != 0) { if (chatSequence_ != 0) {
output.writeUInt32(16, eFMMMOPAPAK_); output.writeUInt32(16, chatSequence_);
} }
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 17, remarkName_); com.google.protobuf.GeneratedMessageV3.writeString(output, 17, remarkName_);
@ -971,17 +971,17 @@ public final class FriendBriefOuterClass {
if (profilePicture_ != null) { if (profilePicture_ != null) {
output.writeMessage(24, getProfilePicture()); output.writeMessage(24, getProfilePicture());
} }
if (pBFEPMNHMPL_ != false) { if (isGameSource_ != false) {
output.writeBool(25, pBFEPMNHMPL_); output.writeBool(25, isGameSource_);
} }
if (fNCJLBGOBAE_ != false) { if (isPsnSource_ != false) {
output.writeBool(26, fNCJLBGOBAE_); output.writeBool(26, isPsnSource_);
} }
if (platformType_ != emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType.PLATFORM_TYPE_EDITOR.getNumber()) { if (platformType_ != emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType.PLATFORM_TYPE_EDITOR.getNumber()) {
output.writeEnum(27, platformType_); output.writeEnum(27, platformType_);
} }
if (isGameSource_ != false) { if (iEAHDCLDOEJ_ != false) {
output.writeBool(28, isGameSource_); output.writeBool(28, iEAHDCLDOEJ_);
} }
if (bJFJJMGENCH_ != false) { if (bJFJJMGENCH_ != false) {
output.writeBool(29, bJFJJMGENCH_); output.writeBool(29, bJFJJMGENCH_);
@ -1032,25 +1032,25 @@ public final class FriendBriefOuterClass {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, onlineId_); size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, onlineId_);
} }
if (nHCJGKFNCFD_ != 0) { if (lastActiveTime_ != 0) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(12, nHCJGKFNCFD_); .computeUInt32Size(12, lastActiveTime_);
} }
if (nameCardId_ != 0) { if (nameCardId_ != 0) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, nameCardId_); .computeUInt32Size(13, nameCardId_);
} }
if (lastActiveTime_ != 0) { if (mpPlayerNum_ != 0) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(14, lastActiveTime_); .computeUInt32Size(14, mpPlayerNum_);
} }
if (isChatNoDisturb_ != false) { if (isChatNoDisturb_ != false) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeBoolSize(15, isChatNoDisturb_); .computeBoolSize(15, isChatNoDisturb_);
} }
if (eFMMMOPAPAK_ != 0) { if (chatSequence_ != 0) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(16, eFMMMOPAPAK_); .computeUInt32Size(16, chatSequence_);
} }
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, remarkName_); size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, remarkName_);
@ -1067,21 +1067,21 @@ public final class FriendBriefOuterClass {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeMessageSize(24, getProfilePicture()); .computeMessageSize(24, getProfilePicture());
} }
if (pBFEPMNHMPL_ != false) { if (isGameSource_ != false) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeBoolSize(25, pBFEPMNHMPL_); .computeBoolSize(25, isGameSource_);
} }
if (fNCJLBGOBAE_ != false) { if (isPsnSource_ != false) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeBoolSize(26, fNCJLBGOBAE_); .computeBoolSize(26, isPsnSource_);
} }
if (platformType_ != emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType.PLATFORM_TYPE_EDITOR.getNumber()) { if (platformType_ != emu.grasscutter.net.proto.PlatformTypeOuterClass.PlatformType.PLATFORM_TYPE_EDITOR.getNumber()) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeEnumSize(27, platformType_); .computeEnumSize(27, platformType_);
} }
if (isGameSource_ != false) { if (iEAHDCLDOEJ_ != false) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
.computeBoolSize(28, isGameSource_); .computeBoolSize(28, iEAHDCLDOEJ_);
} }
if (bJFJJMGENCH_ != false) { if (bJFJJMGENCH_ != false) {
size += com.google.protobuf.CodedOutputStream size += com.google.protobuf.CodedOutputStream
@ -1121,16 +1121,16 @@ public final class FriendBriefOuterClass {
!= other.getIsMpModeAvailable()) return false; != other.getIsMpModeAvailable()) return false;
if (!getOnlineId() if (!getOnlineId()
.equals(other.getOnlineId())) return false; .equals(other.getOnlineId())) return false;
if (getNHCJGKFNCFD()
!= other.getNHCJGKFNCFD()) return false;
if (getNameCardId()
!= other.getNameCardId()) return false;
if (getLastActiveTime() if (getLastActiveTime()
!= other.getLastActiveTime()) return false; != other.getLastActiveTime()) return false;
if (getNameCardId()
!= other.getNameCardId()) return false;
if (getMpPlayerNum()
!= other.getMpPlayerNum()) return false;
if (getIsChatNoDisturb() if (getIsChatNoDisturb()
!= other.getIsChatNoDisturb()) return false; != other.getIsChatNoDisturb()) return false;
if (getEFMMMOPAPAK() if (getChatSequence()
!= other.getEFMMMOPAPAK()) return false; != other.getChatSequence()) return false;
if (!getRemarkName() if (!getRemarkName()
.equals(other.getRemarkName())) return false; .equals(other.getRemarkName())) return false;
if (!getShowAvatarInfoListList() if (!getShowAvatarInfoListList()
@ -1141,13 +1141,13 @@ public final class FriendBriefOuterClass {
if (!getProfilePicture() if (!getProfilePicture()
.equals(other.getProfilePicture())) return false; .equals(other.getProfilePicture())) return false;
} }
if (getPBFEPMNHMPL()
!= other.getPBFEPMNHMPL()) return false;
if (getFNCJLBGOBAE()
!= other.getFNCJLBGOBAE()) return false;
if (platformType_ != other.platformType_) return false;
if (getIsGameSource() if (getIsGameSource()
!= other.getIsGameSource()) return false; != other.getIsGameSource()) return false;
if (getIsPsnSource()
!= other.getIsPsnSource()) return false;
if (platformType_ != other.platformType_) return false;
if (getIEAHDCLDOEJ()
!= other.getIEAHDCLDOEJ()) return false;
if (getBJFJJMGENCH() if (getBJFJJMGENCH()
!= other.getBJFJJMGENCH()) return false; != other.getBJFJJMGENCH()) return false;
if (!unknownFields.equals(other.unknownFields)) return false; if (!unknownFields.equals(other.unknownFields)) return false;
@ -1182,17 +1182,17 @@ public final class FriendBriefOuterClass {
getIsMpModeAvailable()); getIsMpModeAvailable());
hash = (37 * hash) + ONLINE_ID_FIELD_NUMBER; hash = (37 * hash) + ONLINE_ID_FIELD_NUMBER;
hash = (53 * hash) + getOnlineId().hashCode(); hash = (53 * hash) + getOnlineId().hashCode();
hash = (37 * hash) + NHCJGKFNCFD_FIELD_NUMBER;
hash = (53 * hash) + getNHCJGKFNCFD();
hash = (37 * hash) + NAME_CARD_ID_FIELD_NUMBER;
hash = (53 * hash) + getNameCardId();
hash = (37 * hash) + LAST_ACTIVE_TIME_FIELD_NUMBER; hash = (37 * hash) + LAST_ACTIVE_TIME_FIELD_NUMBER;
hash = (53 * hash) + getLastActiveTime(); hash = (53 * hash) + getLastActiveTime();
hash = (37 * hash) + NAME_CARD_ID_FIELD_NUMBER;
hash = (53 * hash) + getNameCardId();
hash = (37 * hash) + MP_PLAYER_NUM_FIELD_NUMBER;
hash = (53 * hash) + getMpPlayerNum();
hash = (37 * hash) + IS_CHAT_NO_DISTURB_FIELD_NUMBER; hash = (37 * hash) + IS_CHAT_NO_DISTURB_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsChatNoDisturb()); getIsChatNoDisturb());
hash = (37 * hash) + EFMMMOPAPAK_FIELD_NUMBER; hash = (37 * hash) + CHAT_SEQUENCE_FIELD_NUMBER;
hash = (53 * hash) + getEFMMMOPAPAK(); hash = (53 * hash) + getChatSequence();
hash = (37 * hash) + REMARK_NAME_FIELD_NUMBER; hash = (37 * hash) + REMARK_NAME_FIELD_NUMBER;
hash = (53 * hash) + getRemarkName().hashCode(); hash = (53 * hash) + getRemarkName().hashCode();
if (getShowAvatarInfoListCount() > 0) { if (getShowAvatarInfoListCount() > 0) {
@ -1205,17 +1205,17 @@ public final class FriendBriefOuterClass {
hash = (37 * hash) + PROFILE_PICTURE_FIELD_NUMBER; hash = (37 * hash) + PROFILE_PICTURE_FIELD_NUMBER;
hash = (53 * hash) + getProfilePicture().hashCode(); hash = (53 * hash) + getProfilePicture().hashCode();
} }
hash = (37 * hash) + PBFEPMNHMPL_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getPBFEPMNHMPL());
hash = (37 * hash) + FNCJLBGOBAE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getFNCJLBGOBAE());
hash = (37 * hash) + PLATFORM_TYPE_FIELD_NUMBER;
hash = (53 * hash) + platformType_;
hash = (37 * hash) + IS_GAME_SOURCE_FIELD_NUMBER; hash = (37 * hash) + IS_GAME_SOURCE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsGameSource()); getIsGameSource());
hash = (37 * hash) + IS_PSN_SOURCE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsPsnSource());
hash = (37 * hash) + PLATFORM_TYPE_FIELD_NUMBER;
hash = (53 * hash) + platformType_;
hash = (37 * hash) + IEAHDCLDOEJ_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIEAHDCLDOEJ());
hash = (37 * hash) + BJFJJMGENCH_FIELD_NUMBER; hash = (37 * hash) + BJFJJMGENCH_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getBJFJJMGENCH()); getBJFJJMGENCH());
@ -1377,15 +1377,15 @@ public final class FriendBriefOuterClass {
onlineId_ = ""; onlineId_ = "";
nHCJGKFNCFD_ = 0; lastActiveTime_ = 0;
nameCardId_ = 0; nameCardId_ = 0;
lastActiveTime_ = 0; mpPlayerNum_ = 0;
isChatNoDisturb_ = false; isChatNoDisturb_ = false;
eFMMMOPAPAK_ = 0; chatSequence_ = 0;
remarkName_ = ""; remarkName_ = "";
@ -1403,13 +1403,13 @@ public final class FriendBriefOuterClass {
profilePicture_ = null; profilePicture_ = null;
profilePictureBuilder_ = null; profilePictureBuilder_ = null;
} }
pBFEPMNHMPL_ = false; isGameSource_ = false;
fNCJLBGOBAE_ = false; isPsnSource_ = false;
platformType_ = 0; platformType_ = 0;
isGameSource_ = false; iEAHDCLDOEJ_ = false;
bJFJJMGENCH_ = false; bJFJJMGENCH_ = false;
@ -1450,11 +1450,11 @@ public final class FriendBriefOuterClass {
result.param_ = param_; result.param_ = param_;
result.isMpModeAvailable_ = isMpModeAvailable_; result.isMpModeAvailable_ = isMpModeAvailable_;
result.onlineId_ = onlineId_; result.onlineId_ = onlineId_;
result.nHCJGKFNCFD_ = nHCJGKFNCFD_;
result.nameCardId_ = nameCardId_;
result.lastActiveTime_ = lastActiveTime_; result.lastActiveTime_ = lastActiveTime_;
result.nameCardId_ = nameCardId_;
result.mpPlayerNum_ = mpPlayerNum_;
result.isChatNoDisturb_ = isChatNoDisturb_; result.isChatNoDisturb_ = isChatNoDisturb_;
result.eFMMMOPAPAK_ = eFMMMOPAPAK_; result.chatSequence_ = chatSequence_;
result.remarkName_ = remarkName_; result.remarkName_ = remarkName_;
if (showAvatarInfoListBuilder_ == null) { if (showAvatarInfoListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) { if (((bitField0_ & 0x00000001) != 0)) {
@ -1471,10 +1471,10 @@ public final class FriendBriefOuterClass {
} else { } else {
result.profilePicture_ = profilePictureBuilder_.build(); result.profilePicture_ = profilePictureBuilder_.build();
} }
result.pBFEPMNHMPL_ = pBFEPMNHMPL_;
result.fNCJLBGOBAE_ = fNCJLBGOBAE_;
result.platformType_ = platformType_;
result.isGameSource_ = isGameSource_; result.isGameSource_ = isGameSource_;
result.isPsnSource_ = isPsnSource_;
result.platformType_ = platformType_;
result.iEAHDCLDOEJ_ = iEAHDCLDOEJ_;
result.bJFJJMGENCH_ = bJFJJMGENCH_; result.bJFJJMGENCH_ = bJFJJMGENCH_;
onBuilt(); onBuilt();
return result; return result;
@ -1557,20 +1557,20 @@ public final class FriendBriefOuterClass {
onlineId_ = other.onlineId_; onlineId_ = other.onlineId_;
onChanged(); onChanged();
} }
if (other.getNHCJGKFNCFD() != 0) { if (other.getLastActiveTime() != 0) {
setNHCJGKFNCFD(other.getNHCJGKFNCFD()); setLastActiveTime(other.getLastActiveTime());
} }
if (other.getNameCardId() != 0) { if (other.getNameCardId() != 0) {
setNameCardId(other.getNameCardId()); setNameCardId(other.getNameCardId());
} }
if (other.getLastActiveTime() != 0) { if (other.getMpPlayerNum() != 0) {
setLastActiveTime(other.getLastActiveTime()); setMpPlayerNum(other.getMpPlayerNum());
} }
if (other.getIsChatNoDisturb() != false) { if (other.getIsChatNoDisturb() != false) {
setIsChatNoDisturb(other.getIsChatNoDisturb()); setIsChatNoDisturb(other.getIsChatNoDisturb());
} }
if (other.getEFMMMOPAPAK() != 0) { if (other.getChatSequence() != 0) {
setEFMMMOPAPAK(other.getEFMMMOPAPAK()); setChatSequence(other.getChatSequence());
} }
if (!other.getRemarkName().isEmpty()) { if (!other.getRemarkName().isEmpty()) {
remarkName_ = other.remarkName_; remarkName_ = other.remarkName_;
@ -1608,17 +1608,17 @@ public final class FriendBriefOuterClass {
if (other.hasProfilePicture()) { if (other.hasProfilePicture()) {
mergeProfilePicture(other.getProfilePicture()); mergeProfilePicture(other.getProfilePicture());
} }
if (other.getPBFEPMNHMPL() != false) { if (other.getIsGameSource() != false) {
setPBFEPMNHMPL(other.getPBFEPMNHMPL()); setIsGameSource(other.getIsGameSource());
} }
if (other.getFNCJLBGOBAE() != false) { if (other.getIsPsnSource() != false) {
setFNCJLBGOBAE(other.getFNCJLBGOBAE()); setIsPsnSource(other.getIsPsnSource());
} }
if (other.platformType_ != 0) { if (other.platformType_ != 0) {
setPlatformTypeValue(other.getPlatformTypeValue()); setPlatformTypeValue(other.getPlatformTypeValue());
} }
if (other.getIsGameSource() != false) { if (other.getIEAHDCLDOEJ() != false) {
setIsGameSource(other.getIsGameSource()); setIEAHDCLDOEJ(other.getIEAHDCLDOEJ());
} }
if (other.getBJFJJMGENCH() != false) { if (other.getBJFJJMGENCH() != false) {
setBJFJJMGENCH(other.getBJFJJMGENCH()); setBJFJJMGENCH(other.getBJFJJMGENCH());
@ -2121,33 +2121,33 @@ public final class FriendBriefOuterClass {
return this; return this;
} }
private int nHCJGKFNCFD_ ; private int lastActiveTime_ ;
/** /**
* <code>uint32 NHCJGKFNCFD = 12;</code> * <code>uint32 last_active_time = 12;</code>
* @return The nHCJGKFNCFD. * @return The lastActiveTime.
*/ */
@java.lang.Override @java.lang.Override
public int getNHCJGKFNCFD() { public int getLastActiveTime() {
return nHCJGKFNCFD_; return lastActiveTime_;
} }
/** /**
* <code>uint32 NHCJGKFNCFD = 12;</code> * <code>uint32 last_active_time = 12;</code>
* @param value The nHCJGKFNCFD to set. * @param value The lastActiveTime to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setNHCJGKFNCFD(int value) { public Builder setLastActiveTime(int value) {
nHCJGKFNCFD_ = value; lastActiveTime_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* <code>uint32 NHCJGKFNCFD = 12;</code> * <code>uint32 last_active_time = 12;</code>
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearNHCJGKFNCFD() { public Builder clearLastActiveTime() {
nHCJGKFNCFD_ = 0; lastActiveTime_ = 0;
onChanged(); onChanged();
return this; return this;
} }
@ -2183,33 +2183,33 @@ public final class FriendBriefOuterClass {
return this; return this;
} }
private int lastActiveTime_ ; private int mpPlayerNum_ ;
/** /**
* <code>uint32 last_active_time = 14;</code> * <code>uint32 mp_player_num = 14;</code>
* @return The lastActiveTime. * @return The mpPlayerNum.
*/ */
@java.lang.Override @java.lang.Override
public int getLastActiveTime() { public int getMpPlayerNum() {
return lastActiveTime_; return mpPlayerNum_;
} }
/** /**
* <code>uint32 last_active_time = 14;</code> * <code>uint32 mp_player_num = 14;</code>
* @param value The lastActiveTime to set. * @param value The mpPlayerNum to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setLastActiveTime(int value) { public Builder setMpPlayerNum(int value) {
lastActiveTime_ = value; mpPlayerNum_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* <code>uint32 last_active_time = 14;</code> * <code>uint32 mp_player_num = 14;</code>
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearLastActiveTime() { public Builder clearMpPlayerNum() {
lastActiveTime_ = 0; mpPlayerNum_ = 0;
onChanged(); onChanged();
return this; return this;
} }
@ -2245,33 +2245,33 @@ public final class FriendBriefOuterClass {
return this; return this;
} }
private int eFMMMOPAPAK_ ; private int chatSequence_ ;
/** /**
* <code>uint32 EFMMMOPAPAK = 16;</code> * <code>uint32 chat_sequence = 16;</code>
* @return The eFMMMOPAPAK. * @return The chatSequence.
*/ */
@java.lang.Override @java.lang.Override
public int getEFMMMOPAPAK() { public int getChatSequence() {
return eFMMMOPAPAK_; return chatSequence_;
} }
/** /**
* <code>uint32 EFMMMOPAPAK = 16;</code> * <code>uint32 chat_sequence = 16;</code>
* @param value The eFMMMOPAPAK to set. * @param value The chatSequence to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setEFMMMOPAPAK(int value) { public Builder setChatSequence(int value) {
eFMMMOPAPAK_ = value; chatSequence_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* <code>uint32 EFMMMOPAPAK = 16;</code> * <code>uint32 chat_sequence = 16;</code>
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearEFMMMOPAPAK() { public Builder clearChatSequence() {
eFMMMOPAPAK_ = 0; chatSequence_ = 0;
onChanged(); onChanged();
return this; return this;
} }
@ -2765,64 +2765,64 @@ public final class FriendBriefOuterClass {
return profilePictureBuilder_; return profilePictureBuilder_;
} }
private boolean pBFEPMNHMPL_ ; private boolean isGameSource_ ;
/** /**
* <code>bool PBFEPMNHMPL = 25;</code> * <code>bool is_game_source = 25;</code>
* @return The pBFEPMNHMPL. * @return The isGameSource.
*/ */
@java.lang.Override @java.lang.Override
public boolean getPBFEPMNHMPL() { public boolean getIsGameSource() {
return pBFEPMNHMPL_; return isGameSource_;
} }
/** /**
* <code>bool PBFEPMNHMPL = 25;</code> * <code>bool is_game_source = 25;</code>
* @param value The pBFEPMNHMPL to set. * @param value The isGameSource to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setPBFEPMNHMPL(boolean value) { public Builder setIsGameSource(boolean value) {
pBFEPMNHMPL_ = value; isGameSource_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* <code>bool PBFEPMNHMPL = 25;</code> * <code>bool is_game_source = 25;</code>
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearPBFEPMNHMPL() { public Builder clearIsGameSource() {
pBFEPMNHMPL_ = false; isGameSource_ = false;
onChanged(); onChanged();
return this; return this;
} }
private boolean fNCJLBGOBAE_ ; private boolean isPsnSource_ ;
/** /**
* <code>bool FNCJLBGOBAE = 26;</code> * <code>bool is_psn_source = 26;</code>
* @return The fNCJLBGOBAE. * @return The isPsnSource.
*/ */
@java.lang.Override @java.lang.Override
public boolean getFNCJLBGOBAE() { public boolean getIsPsnSource() {
return fNCJLBGOBAE_; return isPsnSource_;
} }
/** /**
* <code>bool FNCJLBGOBAE = 26;</code> * <code>bool is_psn_source = 26;</code>
* @param value The fNCJLBGOBAE to set. * @param value The isPsnSource to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setFNCJLBGOBAE(boolean value) { public Builder setIsPsnSource(boolean value) {
fNCJLBGOBAE_ = value; isPsnSource_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* <code>bool FNCJLBGOBAE = 26;</code> * <code>bool is_psn_source = 26;</code>
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearFNCJLBGOBAE() { public Builder clearIsPsnSource() {
fNCJLBGOBAE_ = false; isPsnSource_ = false;
onChanged(); onChanged();
return this; return this;
} }
@ -2881,33 +2881,33 @@ public final class FriendBriefOuterClass {
return this; return this;
} }
private boolean isGameSource_ ; private boolean iEAHDCLDOEJ_ ;
/** /**
* <code>bool is_game_source = 28;</code> * <code>bool IEAHDCLDOEJ = 28;</code>
* @return The isGameSource. * @return The iEAHDCLDOEJ.
*/ */
@java.lang.Override @java.lang.Override
public boolean getIsGameSource() { public boolean getIEAHDCLDOEJ() {
return isGameSource_; return iEAHDCLDOEJ_;
} }
/** /**
* <code>bool is_game_source = 28;</code> * <code>bool IEAHDCLDOEJ = 28;</code>
* @param value The isGameSource to set. * @param value The iEAHDCLDOEJ to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setIsGameSource(boolean value) { public Builder setIEAHDCLDOEJ(boolean value) {
isGameSource_ = value; iEAHDCLDOEJ_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* <code>bool is_game_source = 28;</code> * <code>bool IEAHDCLDOEJ = 28;</code>
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearIsGameSource() { public Builder clearIEAHDCLDOEJ() {
isGameSource_ = false; iEAHDCLDOEJ_ = false;
onChanged(); onChanged();
return this; return this;
} }
@ -3012,24 +3012,24 @@ public final class FriendBriefOuterClass {
"\n\021FriendBrief.proto\032\027FriendOnlineState.p" + "\n\021FriendBrief.proto\032\027FriendOnlineState.p" +
"roto\032\032SocialShowAvatarInfo.proto\032\033Friend" + "roto\032\032SocialShowAvatarInfo.proto\032\033Friend" +
"EnterHomeOption.proto\032\024ProfilePicture.pr" + "EnterHomeOption.proto\032\024ProfilePicture.pr" +
"oto\032\022PlatformType.proto\"\202\005\n\013FriendBrief\022" + "oto\032\022PlatformType.proto\"\210\005\n\013FriendBrief\022" +
"\013\n\003uid\030\001 \001(\r\022\020\n\010nickname\030\002 \001(\t\022\r\n\005level\030" + "\013\n\003uid\030\001 \001(\r\022\020\n\010nickname\030\002 \001(\t\022\r\n\005level\030" +
"\003 \001(\r\022\021\n\tavatar_id\030\004 \001(\r\022\023\n\013world_level\030" + "\003 \001(\r\022\021\n\tavatar_id\030\004 \001(\r\022\023\n\013world_level\030" +
"\005 \001(\r\022\021\n\tsignature\030\006 \001(\t\022(\n\014online_state" + "\005 \001(\r\022\021\n\tsignature\030\006 \001(\t\022(\n\014online_state" +
"\030\007 \001(\0162\022.FriendOnlineState\022\r\n\005param\030\010 \001(" + "\030\007 \001(\0162\022.FriendOnlineState\022\r\n\005param\030\010 \001(" +
"\r\022\034\n\024is_mp_mode_available\030\n \001(\010\022\021\n\tonlin" + "\r\022\034\n\024is_mp_mode_available\030\n \001(\010\022\021\n\tonlin" +
"e_id\030\013 \001(\t\022\023\n\013NHCJGKFNCFD\030\014 \001(\r\022\024\n\014name_" + "e_id\030\013 \001(\t\022\030\n\020last_active_time\030\014 \001(\r\022\024\n\014" +
"card_id\030\r \001(\r\022\030\n\020last_active_time\030\016 \001(\r\022" + "name_card_id\030\r \001(\r\022\025\n\rmp_player_num\030\016 \001(" +
"\032\n\022is_chat_no_disturb\030\017 \001(\010\022\023\n\013EFMMMOPAP" + "\r\022\032\n\022is_chat_no_disturb\030\017 \001(\010\022\025\n\rchat_se" +
"AK\030\020 \001(\r\022\023\n\013remark_name\030\021 \001(\t\0224\n\025show_av" + "quence\030\020 \001(\r\022\023\n\013remark_name\030\021 \001(\t\0224\n\025sho" +
"atar_info_list\030\026 \003(\0132\025.SocialShowAvatarI" + "w_avatar_info_list\030\026 \003(\0132\025.SocialShowAva" +
"nfo\0228\n\030friend_enter_home_option\030\027 \001(\0162\026." + "tarInfo\0228\n\030friend_enter_home_option\030\027 \001(" +
"FriendEnterHomeOption\022(\n\017profile_picture" + "\0162\026.FriendEnterHomeOption\022(\n\017profile_pic" +
"\030\030 \001(\0132\017.ProfilePicture\022\023\n\013PBFEPMNHMPL\030\031" + "ture\030\030 \001(\0132\017.ProfilePicture\022\026\n\016is_game_s" +
" \001(\010\022\023\n\013FNCJLBGOBAE\030\032 \001(\010\022$\n\rplatform_ty" + "ource\030\031 \001(\010\022\025\n\ris_psn_source\030\032 \001(\010\022$\n\rpl" +
"pe\030\033 \001(\0162\r.PlatformType\022\026\n\016is_game_sourc" + "atform_type\030\033 \001(\0162\r.PlatformType\022\023\n\013IEAH" +
"e\030\034 \001(\010\022\023\n\013BJFJJMGENCH\030\035 \001(\010B\033\n\031emu.gras" + "DCLDOEJ\030\034 \001(\010\022\023\n\013BJFJJMGENCH\030\035 \001(\010B\033\n\031em" +
"scutter.net.protob\006proto3" "u.grasscutter.net.protob\006proto3"
}; };
descriptor = com.google.protobuf.Descriptors.FileDescriptor descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData, .internalBuildGeneratedFileFrom(descriptorData,
@ -3045,7 +3045,7 @@ public final class FriendBriefOuterClass {
internal_static_FriendBrief_fieldAccessorTable = new internal_static_FriendBrief_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_FriendBrief_descriptor, internal_static_FriendBrief_descriptor,
new java.lang.String[] { "Uid", "Nickname", "Level", "AvatarId", "WorldLevel", "Signature", "OnlineState", "Param", "IsMpModeAvailable", "OnlineId", "NHCJGKFNCFD", "NameCardId", "LastActiveTime", "IsChatNoDisturb", "EFMMMOPAPAK", "RemarkName", "ShowAvatarInfoList", "FriendEnterHomeOption", "ProfilePicture", "PBFEPMNHMPL", "FNCJLBGOBAE", "PlatformType", "IsGameSource", "BJFJJMGENCH", }); new java.lang.String[] { "Uid", "Nickname", "Level", "AvatarId", "WorldLevel", "Signature", "OnlineState", "Param", "IsMpModeAvailable", "OnlineId", "LastActiveTime", "NameCardId", "MpPlayerNum", "IsChatNoDisturb", "ChatSequence", "RemarkName", "ShowAvatarInfoList", "FriendEnterHomeOption", "ProfilePicture", "IsGameSource", "IsPsnSource", "PlatformType", "IEAHDCLDOEJ", "BJFJJMGENCH", });
emu.grasscutter.net.proto.FriendOnlineStateOuterClass.getDescriptor(); emu.grasscutter.net.proto.FriendOnlineStateOuterClass.getDescriptor();
emu.grasscutter.net.proto.SocialShowAvatarInfoOuterClass.getDescriptor(); emu.grasscutter.net.proto.SocialShowAvatarInfoOuterClass.getDescriptor();
emu.grasscutter.net.proto.FriendEnterHomeOptionOuterClass.getDescriptor(); emu.grasscutter.net.proto.FriendEnterHomeOptionOuterClass.getDescriptor();