diff --git a/src/generated/main/java/emu/grasscutter/net/proto/ActivityInfoOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/ActivityInfoOuterClass.java
index d12b1f89e..26d9d99f5 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/ActivityInfoOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/ActivityInfoOuterClass.java
@@ -340,33 +340,51 @@ public final class ActivityInfoOuterClass {
* event gc
*
*
+ * .TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ *
+ * @return Whether the trialAvatarInfo field is set.
+ */
+ boolean hasTrialAvatarInfo();
+ /**
+ *
+ *
+ *
+ * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ *
+ * @return The trialAvatarInfo.
+ */
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass.TrialAvatarActivityDetailInfo
+ getTrialAvatarInfo();
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfoOrBuilder
+ getTrialAvatarInfoOrBuilder();
+
+ /**
* .MusicGameActivityDetailInfo music_game_info = 1966;
*
* @return Whether the musicGameInfo field is set.
*/
boolean hasMusicGameInfo();
/**
- *
- *
- * - * event gc - *- * *
.MusicGameActivityDetailInfo music_game_info = 1966;
*
* @return The musicGameInfo.
*/
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass.MusicGameActivityDetailInfo
getMusicGameInfo();
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfoOrBuilder
getMusicGameInfoOrBuilder();
@@ -500,6 +518,33 @@ public final class ActivityInfoOuterClass {
cJDFLBKBNPL_ = input.readBool();
break;
}
+ case 98:
+ {
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.Builder
+ subBuilder = null;
+ if (detailCase_ == 12) {
+ subBuilder =
+ ((emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_)
+ .toBuilder();
+ }
+ detail_ =
+ input.readMessage(
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.parser(),
+ extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(
+ (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_);
+ detail_ = subBuilder.buildPartial();
+ }
+ detailCase_ = 12;
+ break;
+ }
case 104:
{
if (!((mutable_bitField0_ & 0x00000008) != 0)) {
@@ -771,6 +816,7 @@ public final class ActivityInfoOuterClass {
implements
com.google.protobuf.Internal.EnumLite,
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
+ TRIAL_AVATAR_INFO(12),
MUSIC_GAME_INFO(1966),
DETAIL_NOT_SET(0);
private final int value;
@@ -790,6 +836,8 @@ public final class ActivityInfoOuterClass {
public static DetailCase forNumber(int value) {
switch (value) {
+ case 12:
+ return TRIAL_AVATAR_INFO;
case 1966:
return MUSIC_GAME_INFO;
case 0:
@@ -1388,7 +1436,7 @@ public final class ActivityInfoOuterClass {
return eFJOLIOFLBG_;
}
- public static final int MUSIC_GAME_INFO_FIELD_NUMBER = 1966;
+ public static final int TRIAL_AVATAR_INFO_FIELD_NUMBER = 12;
/**
*
*
@@ -1396,6 +1444,61 @@ public final class ActivityInfoOuterClass {
* event gc
*
*
+ * .TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ *
+ * @return Whether the trialAvatarInfo field is set.
+ */
+ @java.lang.Override
+ public boolean hasTrialAvatarInfo() {
+ return detailCase_ == 12;
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ *
+ * @return The trialAvatarInfo.
+ */
+ @java.lang.Override
+ public emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo
+ getTrialAvatarInfo() {
+ if (detailCase_ == 12) {
+ return (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_;
+ }
+ return emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.getDefaultInstance();
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ @java.lang.Override
+ public emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfoOrBuilder
+ getTrialAvatarInfoOrBuilder() {
+ if (detailCase_ == 12) {
+ return (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_;
+ }
+ return emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.getDefaultInstance();
+ }
+
+ public static final int MUSIC_GAME_INFO_FIELD_NUMBER = 1966;
+ /**
* .MusicGameActivityDetailInfo music_game_info = 1966;
*
* @return Whether the musicGameInfo field is set.
@@ -1405,12 +1508,6 @@ public final class ActivityInfoOuterClass {
return detailCase_ == 1966;
}
/**
- *
- *
- * - * event gc - *- * *
.MusicGameActivityDetailInfo music_game_info = 1966;
*
* @return The musicGameInfo.
@@ -1427,15 +1524,7 @@ public final class ActivityInfoOuterClass {
return emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfo.getDefaultInstance();
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
@java.lang.Override
public emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfoOrBuilder
@@ -1492,6 +1581,13 @@ public final class ActivityInfoOuterClass {
if (cJDFLBKBNPL_ != false) {
output.writeBool(10, cJDFLBKBNPL_);
}
+ if (detailCase_ == 12) {
+ output.writeMessage(
+ 12,
+ (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_);
+ }
if (getExpireCondListList().size() > 0) {
output.writeUInt32NoTag(106);
output.writeUInt32NoTag(expireCondListMemoizedSerializedSize);
@@ -1604,6 +1700,14 @@ public final class ActivityInfoOuterClass {
if (cJDFLBKBNPL_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(10, cJDFLBKBNPL_);
}
+ if (detailCase_ == 12) {
+ size +=
+ com.google.protobuf.CodedOutputStream.computeMessageSize(
+ 12,
+ (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_);
+ }
{
int dataSize = 0;
for (int i = 0; i < expireCondList_.size(); i++) {
@@ -1751,6 +1855,9 @@ public final class ActivityInfoOuterClass {
if (getEFJOLIOFLBG() != other.getEFJOLIOFLBG()) return false;
if (!getDetailCase().equals(other.getDetailCase())) return false;
switch (detailCase_) {
+ case 12:
+ if (!getTrialAvatarInfo().equals(other.getTrialAvatarInfo())) return false;
+ break;
case 1966:
if (!getMusicGameInfo().equals(other.getMusicGameInfo())) return false;
break;
@@ -1833,6 +1940,10 @@ public final class ActivityInfoOuterClass {
hash = (37 * hash) + EFJOLIOFLBG_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEFJOLIOFLBG());
switch (detailCase_) {
+ case 12:
+ hash = (37 * hash) + TRIAL_AVATAR_INFO_FIELD_NUMBER;
+ hash = (53 * hash) + getTrialAvatarInfo().hashCode();
+ break;
case 1966:
hash = (37 * hash) + MUSIC_GAME_INFO_FIELD_NUMBER;
hash = (53 * hash) + getMusicGameInfo().hashCode();
@@ -2159,6 +2270,13 @@ public final class ActivityInfoOuterClass {
result.firstDayStartTime_ = firstDayStartTime_;
result.curScore_ = curScore_;
result.eFJOLIOFLBG_ = eFJOLIOFLBG_;
+ if (detailCase_ == 12) {
+ if (trialAvatarInfoBuilder_ == null) {
+ result.detail_ = detail_;
+ } else {
+ result.detail_ = trialAvatarInfoBuilder_.build();
+ }
+ }
if (detailCase_ == 1966) {
if (musicGameInfoBuilder_ == null) {
result.detail_ = detail_;
@@ -2366,6 +2484,11 @@ public final class ActivityInfoOuterClass {
setEFJOLIOFLBG(other.getEFJOLIOFLBG());
}
switch (other.getDetailCase()) {
+ case TRIAL_AVATAR_INFO:
+ {
+ mergeTrialAvatarInfo(other.getTrialAvatarInfo());
+ break;
+ }
case MUSIC_GAME_INFO:
{
mergeMusicGameInfo(other.getMusicGameInfo());
@@ -4125,6 +4248,254 @@ public final class ActivityInfoOuterClass {
return this;
}
+ private com.google.protobuf.SingleFieldBuilderV3<
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo,
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.Builder,
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfoOrBuilder>
+ trialAvatarInfoBuilder_;
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ *
+ * @return Whether the trialAvatarInfo field is set.
+ */
+ @java.lang.Override
+ public boolean hasTrialAvatarInfo() {
+ return detailCase_ == 12;
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ *
+ * @return The trialAvatarInfo.
+ */
+ @java.lang.Override
+ public emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo
+ getTrialAvatarInfo() {
+ if (trialAvatarInfoBuilder_ == null) {
+ if (detailCase_ == 12) {
+ return (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_;
+ }
+ return emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.getDefaultInstance();
+ } else {
+ if (detailCase_ == 12) {
+ return trialAvatarInfoBuilder_.getMessage();
+ }
+ return emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.getDefaultInstance();
+ }
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ public Builder setTrialAvatarInfo(
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo
+ value) {
+ if (trialAvatarInfoBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ detail_ = value;
+ onChanged();
+ } else {
+ trialAvatarInfoBuilder_.setMessage(value);
+ }
+ detailCase_ = 12;
+ return this;
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ public Builder setTrialAvatarInfo(
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.Builder
+ builderForValue) {
+ if (trialAvatarInfoBuilder_ == null) {
+ detail_ = builderForValue.build();
+ onChanged();
+ } else {
+ trialAvatarInfoBuilder_.setMessage(builderForValue.build());
+ }
+ detailCase_ = 12;
+ return this;
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ public Builder mergeTrialAvatarInfo(
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo
+ value) {
+ if (trialAvatarInfoBuilder_ == null) {
+ if (detailCase_ == 12
+ && detail_
+ != emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.getDefaultInstance()) {
+ detail_ =
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.newBuilder(
+ (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_)
+ .mergeFrom(value)
+ .buildPartial();
+ } else {
+ detail_ = value;
+ }
+ onChanged();
+ } else {
+ if (detailCase_ == 12) {
+ trialAvatarInfoBuilder_.mergeFrom(value);
+ }
+ trialAvatarInfoBuilder_.setMessage(value);
+ }
+ detailCase_ = 12;
+ return this;
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ public Builder clearTrialAvatarInfo() {
+ if (trialAvatarInfoBuilder_ == null) {
+ if (detailCase_ == 12) {
+ detailCase_ = 0;
+ detail_ = null;
+ onChanged();
+ }
+ } else {
+ if (detailCase_ == 12) {
+ detailCase_ = 0;
+ detail_ = null;
+ }
+ trialAvatarInfoBuilder_.clear();
+ }
+ return this;
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ public emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.Builder
+ getTrialAvatarInfoBuilder() {
+ return getTrialAvatarInfoFieldBuilder().getBuilder();
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ @java.lang.Override
+ public emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfoOrBuilder
+ getTrialAvatarInfoOrBuilder() {
+ if ((detailCase_ == 12) && (trialAvatarInfoBuilder_ != null)) {
+ return trialAvatarInfoBuilder_.getMessageOrBuilder();
+ } else {
+ if (detailCase_ == 12) {
+ return (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_;
+ }
+ return emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.getDefaultInstance();
+ }
+ }
+ /**
+ *
+ *
+ * + * event gc + *+ * + *
.TrialAvatarActivityDetailInfo trial_avatar_info = 12;
+ */
+ private com.google.protobuf.SingleFieldBuilderV3<
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo,
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.Builder,
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfoOrBuilder>
+ getTrialAvatarInfoFieldBuilder() {
+ if (trialAvatarInfoBuilder_ == null) {
+ if (!(detailCase_ == 12)) {
+ detail_ =
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.getDefaultInstance();
+ }
+ trialAvatarInfoBuilder_ =
+ new com.google.protobuf.SingleFieldBuilderV3<
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo,
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo.Builder,
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfoOrBuilder>(
+ (emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass
+ .TrialAvatarActivityDetailInfo)
+ detail_,
+ getParentForChildren(),
+ isClean());
+ detail_ = null;
+ }
+ detailCase_ = 12;
+ onChanged();
+ ;
+ return trialAvatarInfoBuilder_;
+ }
+
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfo,
@@ -4134,12 +4505,6 @@ public final class ActivityInfoOuterClass {
.MusicGameActivityDetailInfoOrBuilder>
musicGameInfoBuilder_;
/**
- *
- *
- * - * event gc - *- * *
.MusicGameActivityDetailInfo music_game_info = 1966;
*
* @return Whether the musicGameInfo field is set.
@@ -4149,12 +4514,6 @@ public final class ActivityInfoOuterClass {
return detailCase_ == 1966;
}
/**
- *
- *
- * - * event gc - *- * *
.MusicGameActivityDetailInfo music_game_info = 1966;
*
* @return The musicGameInfo.
@@ -4179,15 +4538,7 @@ public final class ActivityInfoOuterClass {
.MusicGameActivityDetailInfo.getDefaultInstance();
}
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
public Builder setMusicGameInfo(
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfo
@@ -4204,15 +4555,7 @@ public final class ActivityInfoOuterClass {
detailCase_ = 1966;
return this;
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
public Builder setMusicGameInfo(
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfo.Builder
@@ -4226,15 +4569,7 @@ public final class ActivityInfoOuterClass {
detailCase_ = 1966;
return this;
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
public Builder mergeMusicGameInfo(
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfo
@@ -4265,15 +4600,7 @@ public final class ActivityInfoOuterClass {
detailCase_ = 1966;
return this;
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
public Builder clearMusicGameInfo() {
if (musicGameInfoBuilder_ == null) {
if (detailCase_ == 1966) {
@@ -4290,29 +4617,13 @@ public final class ActivityInfoOuterClass {
}
return this;
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
public emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfo.Builder
getMusicGameInfoBuilder() {
return getMusicGameInfoFieldBuilder().getBuilder();
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
@java.lang.Override
public emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfoOrBuilder
@@ -4329,15 +4640,7 @@ public final class ActivityInfoOuterClass {
.MusicGameActivityDetailInfo.getDefaultInstance();
}
}
- /**
- *
- *
- * - * event gc - *- * - *
.MusicGameActivityDetailInfo music_game_info = 1966;
- */
+ /** .MusicGameActivityDetailInfo music_game_info = 1966;
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass
.MusicGameActivityDetailInfo,
@@ -4451,30 +4754,33 @@ public final class ActivityInfoOuterClass {
java.lang.String[] descriptorData = {
"\n\022ActivityInfo.proto\032\032ActivityPushTipsDa"
+ "ta.proto\032\031ActivityWatcherInfo.proto\032!Mus"
- + "icGameActivityDetailInfo.proto\"\360\006\n\014Activ"
- + "ityInfo\022\024\n\013ANGGLPJEBLE\030\266\003 \001(\r\022\023\n\013schedul"
- + "e_id\030\016 \001(\r\022\023\n\013FLFGIDFALEK\030\017 \001(\010\022\024\n\013LPOCN"
- + "CICJHM\030\345\003 \001(\r\022>\n\021activity_coin_map\030\277\005 \003("
- + "\0132\".ActivityInfo.ActivityCoinMapEntry\022\026\n"
- + "\016meet_cond_list\030\002 \003(\r\022\020\n\010end_time\030\004 \001(\r\022"
- + "\024\n\013GLOONPBGOHM\030\263\n \001(\010\022<\n\034activity_push_t"
- + "ips_data_list\030\243\016 \003(\0132\025.ActivityPushTipsD"
- + "ata\022\030\n\020expire_cond_list\030\r \003(\r\022\023\n\013is_fini"
- + "shed\030\006 \001(\010\022\032\n\021taken_reward_list\030\376\006 \003(\r\022/"
- + "\n\021watcher_info_list\030\010 \003(\0132\024.ActivityWatc"
- + "herInfo\022\025\n\ractivity_type\030\005 \001(\r\022\023\n\013activi"
- + "ty_id\030\007 \001(\r\022\023\n\013CJDFLBKBNPL\030\n \001(\010\022=\n\021wish"
- + "_gift_num_map\030\263\013 \003(\0132!.ActivityInfo.Wish"
- + "GiftNumMapEntry\022\024\n\013OEBHLKFBCOG\030\270\005 \001(\010\022\024\n"
- + "\013LGKOJCGDGBH\030\310\r \001(\010\022\022\n\nbegin_time\030\t \001(\r\022"
- + "\024\n\013DDBJAKPEPLC\030\212\006 \003(\r\022\035\n\024first_day_start"
- + "_time\030\215\r \001(\r\022\022\n\tcur_score\030\355\007 \001(\r\022\024\n\013EFJO"
- + "LIOFLBG\030\202\004 \001(\010\0228\n\017music_game_info\030\256\017 \001(\013"
- + "2\034.MusicGameActivityDetailInfoH\000\0326\n\024Acti"
- + "vityCoinMapEntry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002"
- + " \001(\r:\0028\001\0325\n\023WishGiftNumMapEntry\022\013\n\003key\030\001"
- + " \001(\r\022\r\n\005value\030\002 \001(\r:\0028\001B\010\n\006detailB\033\n\031emu"
- + ".grasscutter.net.protob\006proto3"
+ + "icGameActivityDetailInfo.proto\032#TrialAva"
+ + "tarActivityDetailInfo.proto\"\255\007\n\014Activity"
+ + "Info\022\024\n\013ANGGLPJEBLE\030\266\003 \001(\r\022\023\n\013schedule_i"
+ + "d\030\016 \001(\r\022\023\n\013FLFGIDFALEK\030\017 \001(\010\022\024\n\013LPOCNCIC"
+ + "JHM\030\345\003 \001(\r\022>\n\021activity_coin_map\030\277\005 \003(\0132\""
+ + ".ActivityInfo.ActivityCoinMapEntry\022\026\n\016me"
+ + "et_cond_list\030\002 \003(\r\022\020\n\010end_time\030\004 \001(\r\022\024\n\013"
+ + "GLOONPBGOHM\030\263\n \001(\010\022<\n\034activity_push_tips"
+ + "_data_list\030\243\016 \003(\0132\025.ActivityPushTipsData"
+ + "\022\030\n\020expire_cond_list\030\r \003(\r\022\023\n\013is_finishe"
+ + "d\030\006 \001(\010\022\032\n\021taken_reward_list\030\376\006 \003(\r\022/\n\021w"
+ + "atcher_info_list\030\010 \003(\0132\024.ActivityWatcher"
+ + "Info\022\025\n\ractivity_type\030\005 \001(\r\022\023\n\013activity_"
+ + "id\030\007 \001(\r\022\023\n\013CJDFLBKBNPL\030\n \001(\010\022=\n\021wish_gi"
+ + "ft_num_map\030\263\013 \003(\0132!.ActivityInfo.WishGif"
+ + "tNumMapEntry\022\024\n\013OEBHLKFBCOG\030\270\005 \001(\010\022\024\n\013LG"
+ + "KOJCGDGBH\030\310\r \001(\010\022\022\n\nbegin_time\030\t \001(\r\022\024\n\013"
+ + "DDBJAKPEPLC\030\212\006 \003(\r\022\035\n\024first_day_start_ti"
+ + "me\030\215\r \001(\r\022\022\n\tcur_score\030\355\007 \001(\r\022\024\n\013EFJOLIO"
+ + "FLBG\030\202\004 \001(\010\022;\n\021trial_avatar_info\030\014 \001(\0132\036"
+ + ".TrialAvatarActivityDetailInfoH\000\0228\n\017musi"
+ + "c_game_info\030\256\017 \001(\0132\034.MusicGameActivityDe"
+ + "tailInfoH\000\0326\n\024ActivityCoinMapEntry\022\013\n\003ke"
+ + "y\030\001 \001(\r\022\r\n\005value\030\002 \001(\r:\0028\001\0325\n\023WishGiftNu"
+ + "mMapEntry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\r:\0028"
+ + "\001B\010\n\006detailB\033\n\031emu.grasscutter.net.proto"
+ + "b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -4483,6 +4789,7 @@ public final class ActivityInfoOuterClass {
emu.grasscutter.net.proto.ActivityPushTipsDataOuterClass.getDescriptor(),
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.getDescriptor(),
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass.getDescriptor(),
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass.getDescriptor(),
});
internal_static_ActivityInfo_descriptor = getDescriptor().getMessageTypes().get(0);
internal_static_ActivityInfo_fieldAccessorTable =
@@ -4513,6 +4820,7 @@ public final class ActivityInfoOuterClass {
"FirstDayStartTime",
"CurScore",
"EFJOLIOFLBG",
+ "TrialAvatarInfo",
"MusicGameInfo",
"Detail",
});
@@ -4535,6 +4843,7 @@ public final class ActivityInfoOuterClass {
emu.grasscutter.net.proto.ActivityPushTipsDataOuterClass.getDescriptor();
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.getDescriptor();
emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass.getDescriptor();
+ emu.grasscutter.net.proto.TrialAvatarActivityDetailInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameActivityDetailInfoOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameActivityDetailInfoOuterClass.java
index 9ecb27c3a..a3716a798 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameActivityDetailInfoOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameActivityDetailInfoOuterClass.java
@@ -17,59 +17,59 @@ public final class MusicGameActivityDetailInfoOuterClass {
// @@protoc_insertion_point(interface_extends:MusicGameActivityDetailInfo)
com.google.protobuf.MessageOrBuilder {
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
java.util.Listrepeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getOMGGIPLOILH(
+ getUgcRecordListList();
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getUgcRecordList(
int index);
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- int getOMGGIPLOILHCount();
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ int getUgcRecordListCount();
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
java.util.List<
? extends
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getOMGGIPLOILHOrBuilderList();
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ getUgcRecordListOrBuilderList();
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder
- getOMGGIPLOILHOrBuilder(int index);
+ getUgcRecordListOrBuilder(int index);
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
java.util.Listrepeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getJJMBELIDNLN(
+ getUgcSearchListList();
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getUgcSearchList(
int index);
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- int getJJMBELIDNLNCount();
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ int getUgcSearchListCount();
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
java.util.List<
? extends
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getJJMBELIDNLNOrBuilderList();
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ getUgcSearchListOrBuilderList();
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder
- getJJMBELIDNLNOrBuilder(int index);
+ getUgcSearchListOrBuilder(int index);
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
int getMusicGameRecordMapCount();
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
boolean containsMusicGameRecordMap(int key);
/** Use {@link #getMusicGameRecordMapMap()} instead. */
@java.lang.Deprecated
java.util.Map<
java.lang.Integer, emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord>
getMusicGameRecordMap();
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
java.util.Map<
java.lang.Integer, emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord>
getMusicGameRecordMapMap();
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord
getMusicGameRecordMapOrDefault(
int key,
emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord defaultValue);
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord
getMusicGameRecordMapOrThrow(int key);
}
@@ -77,7 +77,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
*
*
* - * Name: CJNEENHAPEE + * 3.2 ** * Protobuf type {@code MusicGameActivityDetailInfo} @@ -94,8 +94,8 @@ public final class MusicGameActivityDetailInfoOuterClass { } private MusicGameActivityDetailInfo() { - oMGGIPLOILH_ = java.util.Collections.emptyList(); - jJMBELIDNLN_ = java.util.Collections.emptyList(); + ugcRecordList_ = java.util.Collections.emptyList(); + ugcSearchList_ = java.util.Collections.emptyList(); } @java.lang.Override @@ -128,39 +128,39 @@ public final class MusicGameActivityDetailInfoOuterClass { case 0: done = true; break; - case 10: - { - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - jJMBELIDNLN_ = - new java.util.ArrayList< - emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass - .UgcMusicBriefInfo>(); - mutable_bitField0_ |= 0x00000002; - } - jJMBELIDNLN_.add( - input.readMessage( - emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo - .parser(), - extensionRegistry)); - break; - } - case 74: + case 34: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { - oMGGIPLOILH_ = + ugcRecordList_ = new java.util.ArrayList< emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass .UgcMusicBriefInfo>(); mutable_bitField0_ |= 0x00000001; } - oMGGIPLOILH_.add( + ugcRecordList_.add( input.readMessage( emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo .parser(), extensionRegistry)); break; } - case 106: + case 58: + { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + ugcSearchList_ = + new java.util.ArrayList< + emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass + .UgcMusicBriefInfo>(); + mutable_bitField0_ |= 0x00000002; + } + ugcSearchList_.add( + input.readMessage( + emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo + .parser(), + extensionRegistry)); + break; + } + case 66: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { musicGameRecordMap_ = @@ -194,11 +194,11 @@ public final class MusicGameActivityDetailInfoOuterClass { } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { - if (((mutable_bitField0_ & 0x00000002) != 0)) { - jJMBELIDNLN_ = java.util.Collections.unmodifiableList(jJMBELIDNLN_); - } if (((mutable_bitField0_ & 0x00000001) != 0)) { - oMGGIPLOILH_ = java.util.Collections.unmodifiableList(oMGGIPLOILH_); + ugcRecordList_ = java.util.Collections.unmodifiableList(ugcRecordList_); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + ugcSearchList_ = java.util.Collections.unmodifiableList(ugcSearchList_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); @@ -214,7 +214,7 @@ public final class MusicGameActivityDetailInfoOuterClass { @java.lang.Override protected com.google.protobuf.MapField internalGetMapField(int number) { switch (number) { - case 13: + case 8: return internalGetMusicGameRecordMap(); default: throw new RuntimeException("Invalid map field number: " + number); @@ -233,77 +233,77 @@ public final class MusicGameActivityDetailInfoOuterClass { .MusicGameActivityDetailInfo.Builder.class); } - public static final int OMGGIPLOILH_FIELD_NUMBER = 9; + public static final int UGC_RECORD_LIST_FIELD_NUMBER = 4; private java.util.List
repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ ugcRecordList_;
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
@java.lang.Override
public java.util.Listrepeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
@java.lang.Override
public java.util.List<
? extends
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getOMGGIPLOILHOrBuilderList() {
- return oMGGIPLOILH_;
+ getUgcRecordListOrBuilderList() {
+ return ugcRecordList_;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
@java.lang.Override
- public int getOMGGIPLOILHCount() {
- return oMGGIPLOILH_.size();
+ public int getUgcRecordListCount() {
+ return ugcRecordList_.size();
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
@java.lang.Override
- public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getOMGGIPLOILH(
+ public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getUgcRecordList(
int index) {
- return oMGGIPLOILH_.get(index);
+ return ugcRecordList_.get(index);
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
@java.lang.Override
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder
- getOMGGIPLOILHOrBuilder(int index) {
- return oMGGIPLOILH_.get(index);
+ getUgcRecordListOrBuilder(int index) {
+ return ugcRecordList_.get(index);
}
- public static final int JJMBELIDNLN_FIELD_NUMBER = 1;
+ public static final int UGC_SEARCH_LIST_FIELD_NUMBER = 7;
private java.util.Listrepeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ ugcSearchList_;
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
@java.lang.Override
public java.util.Listrepeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
@java.lang.Override
public java.util.List<
? extends
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getJJMBELIDNLNOrBuilderList() {
- return jJMBELIDNLN_;
+ getUgcSearchListOrBuilderList() {
+ return ugcSearchList_;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
@java.lang.Override
- public int getJJMBELIDNLNCount() {
- return jJMBELIDNLN_.size();
+ public int getUgcSearchListCount() {
+ return ugcSearchList_.size();
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
@java.lang.Override
- public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getJJMBELIDNLN(
+ public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getUgcSearchList(
int index) {
- return jJMBELIDNLN_.get(index);
+ return ugcSearchList_.get(index);
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
@java.lang.Override
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder
- getJJMBELIDNLNOrBuilder(int index) {
- return jJMBELIDNLN_.get(index);
+ getUgcSearchListOrBuilder(int index) {
+ return ugcSearchList_.get(index);
}
- public static final int MUSIC_GAME_RECORD_MAP_FIELD_NUMBER = 13;
+ public static final int MUSIC_GAME_RECORD_MAP_FIELD_NUMBER = 8;
private static final class MusicGameRecordMapDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
@@ -340,7 +340,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
public int getMusicGameRecordMapCount() {
return internalGetMusicGameRecordMap().getMap().size();
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public boolean containsMusicGameRecordMap(int key) {
@@ -354,14 +354,14 @@ public final class MusicGameActivityDetailInfoOuterClass {
getMusicGameRecordMap() {
return getMusicGameRecordMapMap();
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public java.util.Map<
java.lang.Integer, emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord>
getMusicGameRecordMapMap() {
return internalGetMusicGameRecordMap().getMap();
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord
getMusicGameRecordMapOrDefault(
@@ -374,7 +374,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
map = internalGetMusicGameRecordMap().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord
getMusicGameRecordMapOrThrow(int key) {
@@ -403,17 +403,17 @@ public final class MusicGameActivityDetailInfoOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- for (int i = 0; i < jJMBELIDNLN_.size(); i++) {
- output.writeMessage(1, jJMBELIDNLN_.get(i));
+ for (int i = 0; i < ugcRecordList_.size(); i++) {
+ output.writeMessage(4, ugcRecordList_.get(i));
}
- for (int i = 0; i < oMGGIPLOILH_.size(); i++) {
- output.writeMessage(9, oMGGIPLOILH_.get(i));
+ for (int i = 0; i < ugcSearchList_.size(); i++) {
+ output.writeMessage(7, ugcSearchList_.get(i));
}
com.google.protobuf.GeneratedMessageV3.serializeIntegerMapTo(
output,
internalGetMusicGameRecordMap(),
MusicGameRecordMapDefaultEntryHolder.defaultEntry,
- 13);
+ 8);
unknownFields.writeTo(output);
}
@@ -423,11 +423,11 @@ public final class MusicGameActivityDetailInfoOuterClass {
if (size != -1) return size;
size = 0;
- for (int i = 0; i < jJMBELIDNLN_.size(); i++) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, jJMBELIDNLN_.get(i));
+ for (int i = 0; i < ugcRecordList_.size(); i++) {
+ size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, ugcRecordList_.get(i));
}
- for (int i = 0; i < oMGGIPLOILH_.size(); i++) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, oMGGIPLOILH_.get(i));
+ for (int i = 0; i < ugcSearchList_.size(); i++) {
+ size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, ugcSearchList_.get(i));
}
for (java.util.Map.Entry<
java.lang.Integer,
@@ -442,7 +442,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(13, musicGameRecordMap__);
+ size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, musicGameRecordMap__);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -466,8 +466,8 @@ public final class MusicGameActivityDetailInfoOuterClass {
.MusicGameActivityDetailInfo)
obj;
- if (!getOMGGIPLOILHList().equals(other.getOMGGIPLOILHList())) return false;
- if (!getJJMBELIDNLNList().equals(other.getJJMBELIDNLNList())) return false;
+ if (!getUgcRecordListList().equals(other.getUgcRecordListList())) return false;
+ if (!getUgcSearchListList().equals(other.getUgcSearchListList())) return false;
if (!internalGetMusicGameRecordMap().equals(other.internalGetMusicGameRecordMap()))
return false;
if (!unknownFields.equals(other.unknownFields)) return false;
@@ -481,13 +481,13 @@ public final class MusicGameActivityDetailInfoOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- if (getOMGGIPLOILHCount() > 0) {
- hash = (37 * hash) + OMGGIPLOILH_FIELD_NUMBER;
- hash = (53 * hash) + getOMGGIPLOILHList().hashCode();
+ if (getUgcRecordListCount() > 0) {
+ hash = (37 * hash) + UGC_RECORD_LIST_FIELD_NUMBER;
+ hash = (53 * hash) + getUgcRecordListList().hashCode();
}
- if (getJJMBELIDNLNCount() > 0) {
- hash = (37 * hash) + JJMBELIDNLN_FIELD_NUMBER;
- hash = (53 * hash) + getJJMBELIDNLNList().hashCode();
+ if (getUgcSearchListCount() > 0) {
+ hash = (37 * hash) + UGC_SEARCH_LIST_FIELD_NUMBER;
+ hash = (53 * hash) + getUgcSearchListList().hashCode();
}
if (!internalGetMusicGameRecordMap().getMap().isEmpty()) {
hash = (37 * hash) + MUSIC_GAME_RECORD_MAP_FIELD_NUMBER;
@@ -618,7 +618,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
*
*
* - * Name: CJNEENHAPEE + * 3.2 ** * Protobuf type {@code MusicGameActivityDetailInfo} @@ -637,7 +637,7 @@ public final class MusicGameActivityDetailInfoOuterClass { @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMapField(int number) { switch (number) { - case 13: + case 8: return internalGetMusicGameRecordMap(); default: throw new RuntimeException("Invalid map field number: " + number); @@ -647,7 +647,7 @@ public final class MusicGameActivityDetailInfoOuterClass { @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMutableMapField(int number) { switch (number) { - case 13: + case 8: return internalGetMutableMusicGameRecordMap(); default: throw new RuntimeException("Invalid map field number: " + number); @@ -679,25 +679,25 @@ public final class MusicGameActivityDetailInfoOuterClass { private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { - getOMGGIPLOILHFieldBuilder(); - getJJMBELIDNLNFieldBuilder(); + getUgcRecordListFieldBuilder(); + getUgcSearchListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); - if (oMGGIPLOILHBuilder_ == null) { - oMGGIPLOILH_ = java.util.Collections.emptyList(); + if (ugcRecordListBuilder_ == null) { + ugcRecordList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { - oMGGIPLOILHBuilder_.clear(); + ugcRecordListBuilder_.clear(); } - if (jJMBELIDNLNBuilder_ == null) { - jJMBELIDNLN_ = java.util.Collections.emptyList(); + if (ugcSearchListBuilder_ == null) { + ugcSearchList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { - jJMBELIDNLNBuilder_.clear(); + ugcSearchListBuilder_.clear(); } internalGetMutableMusicGameRecordMap().clear(); return this; @@ -738,23 +738,23 @@ public final class MusicGameActivityDetailInfoOuterClass { new emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass .MusicGameActivityDetailInfo(this); int from_bitField0_ = bitField0_; - if (oMGGIPLOILHBuilder_ == null) { + if (ugcRecordListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { - oMGGIPLOILH_ = java.util.Collections.unmodifiableList(oMGGIPLOILH_); + ugcRecordList_ = java.util.Collections.unmodifiableList(ugcRecordList_); bitField0_ = (bitField0_ & ~0x00000001); } - result.oMGGIPLOILH_ = oMGGIPLOILH_; + result.ugcRecordList_ = ugcRecordList_; } else { - result.oMGGIPLOILH_ = oMGGIPLOILHBuilder_.build(); + result.ugcRecordList_ = ugcRecordListBuilder_.build(); } - if (jJMBELIDNLNBuilder_ == null) { + if (ugcSearchListBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { - jJMBELIDNLN_ = java.util.Collections.unmodifiableList(jJMBELIDNLN_); + ugcSearchList_ = java.util.Collections.unmodifiableList(ugcSearchList_); bitField0_ = (bitField0_ & ~0x00000002); } - result.jJMBELIDNLN_ = jJMBELIDNLN_; + result.ugcSearchList_ = ugcSearchList_; } else { - result.jJMBELIDNLN_ = jJMBELIDNLNBuilder_.build(); + result.ugcSearchList_ = ugcSearchListBuilder_.build(); } result.musicGameRecordMap_ = internalGetMusicGameRecordMap(); result.musicGameRecordMap_.makeImmutable(); @@ -820,57 +820,57 @@ public final class MusicGameActivityDetailInfoOuterClass { if (other == emu.grasscutter.net.proto.MusicGameActivityDetailInfoOuterClass .MusicGameActivityDetailInfo.getDefaultInstance()) return this; - if (oMGGIPLOILHBuilder_ == null) { - if (!other.oMGGIPLOILH_.isEmpty()) { - if (oMGGIPLOILH_.isEmpty()) { - oMGGIPLOILH_ = other.oMGGIPLOILH_; + if (ugcRecordListBuilder_ == null) { + if (!other.ugcRecordList_.isEmpty()) { + if (ugcRecordList_.isEmpty()) { + ugcRecordList_ = other.ugcRecordList_; bitField0_ = (bitField0_ & ~0x00000001); } else { - ensureOMGGIPLOILHIsMutable(); - oMGGIPLOILH_.addAll(other.oMGGIPLOILH_); + ensureUgcRecordListIsMutable(); + ugcRecordList_.addAll(other.ugcRecordList_); } onChanged(); } } else { - if (!other.oMGGIPLOILH_.isEmpty()) { - if (oMGGIPLOILHBuilder_.isEmpty()) { - oMGGIPLOILHBuilder_.dispose(); - oMGGIPLOILHBuilder_ = null; - oMGGIPLOILH_ = other.oMGGIPLOILH_; + if (!other.ugcRecordList_.isEmpty()) { + if (ugcRecordListBuilder_.isEmpty()) { + ugcRecordListBuilder_.dispose(); + ugcRecordListBuilder_ = null; + ugcRecordList_ = other.ugcRecordList_; bitField0_ = (bitField0_ & ~0x00000001); - oMGGIPLOILHBuilder_ = + ugcRecordListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getOMGGIPLOILHFieldBuilder() + ? getUgcRecordListFieldBuilder() : null; } else { - oMGGIPLOILHBuilder_.addAllMessages(other.oMGGIPLOILH_); + ugcRecordListBuilder_.addAllMessages(other.ugcRecordList_); } } } - if (jJMBELIDNLNBuilder_ == null) { - if (!other.jJMBELIDNLN_.isEmpty()) { - if (jJMBELIDNLN_.isEmpty()) { - jJMBELIDNLN_ = other.jJMBELIDNLN_; + if (ugcSearchListBuilder_ == null) { + if (!other.ugcSearchList_.isEmpty()) { + if (ugcSearchList_.isEmpty()) { + ugcSearchList_ = other.ugcSearchList_; bitField0_ = (bitField0_ & ~0x00000002); } else { - ensureJJMBELIDNLNIsMutable(); - jJMBELIDNLN_.addAll(other.jJMBELIDNLN_); + ensureUgcSearchListIsMutable(); + ugcSearchList_.addAll(other.ugcSearchList_); } onChanged(); } } else { - if (!other.jJMBELIDNLN_.isEmpty()) { - if (jJMBELIDNLNBuilder_.isEmpty()) { - jJMBELIDNLNBuilder_.dispose(); - jJMBELIDNLNBuilder_ = null; - jJMBELIDNLN_ = other.jJMBELIDNLN_; + if (!other.ugcSearchList_.isEmpty()) { + if (ugcSearchListBuilder_.isEmpty()) { + ugcSearchListBuilder_.dispose(); + ugcSearchListBuilder_ = null; + ugcSearchList_ = other.ugcSearchList_; bitField0_ = (bitField0_ & ~0x00000002); - jJMBELIDNLNBuilder_ = + ugcSearchListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getJJMBELIDNLNFieldBuilder() + ? getUgcSearchListFieldBuilder() : null; } else { - jJMBELIDNLNBuilder_.addAllMessages(other.jJMBELIDNLN_); + ugcSearchListBuilder_.addAllMessages(other.ugcSearchList_); } } } @@ -912,14 +912,14 @@ public final class MusicGameActivityDetailInfoOuterClass { private java.util.List< emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo> - oMGGIPLOILH_ = java.util.Collections.emptyList(); + ugcRecordList_ = java.util.Collections.emptyList(); - private void ensureOMGGIPLOILHIsMutable() { + private void ensureUgcRecordListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - oMGGIPLOILH_ = + ugcRecordList_ = new java.util.ArrayList< emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo>( - oMGGIPLOILH_); + ugcRecordList_); bitField0_ |= 0x00000001; } } @@ -928,237 +928,237 @@ public final class MusicGameActivityDetailInfoOuterClass { emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo, emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder, emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder> - oMGGIPLOILHBuilder_; + ugcRecordListBuilder_; - /**
repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
public java.util.Listrepeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public int getOMGGIPLOILHCount() {
- if (oMGGIPLOILHBuilder_ == null) {
- return oMGGIPLOILH_.size();
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public int getUgcRecordListCount() {
+ if (ugcRecordListBuilder_ == null) {
+ return ugcRecordList_.size();
} else {
- return oMGGIPLOILHBuilder_.getCount();
+ return ugcRecordListBuilder_.getCount();
}
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getOMGGIPLOILH(
- int index) {
- if (oMGGIPLOILHBuilder_ == null) {
- return oMGGIPLOILH_.get(index);
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo
+ getUgcRecordList(int index) {
+ if (ugcRecordListBuilder_ == null) {
+ return ugcRecordList_.get(index);
} else {
- return oMGGIPLOILHBuilder_.getMessage(index);
+ return ugcRecordListBuilder_.getMessage(index);
}
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder setOMGGIPLOILH(
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder setUgcRecordList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo value) {
- if (oMGGIPLOILHBuilder_ == null) {
+ if (ugcRecordListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
- ensureOMGGIPLOILHIsMutable();
- oMGGIPLOILH_.set(index, value);
+ ensureUgcRecordListIsMutable();
+ ugcRecordList_.set(index, value);
onChanged();
} else {
- oMGGIPLOILHBuilder_.setMessage(index, value);
+ ugcRecordListBuilder_.setMessage(index, value);
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder setOMGGIPLOILH(
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder setUgcRecordList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
builderForValue) {
- if (oMGGIPLOILHBuilder_ == null) {
- ensureOMGGIPLOILHIsMutable();
- oMGGIPLOILH_.set(index, builderForValue.build());
+ if (ugcRecordListBuilder_ == null) {
+ ensureUgcRecordListIsMutable();
+ ugcRecordList_.set(index, builderForValue.build());
onChanged();
} else {
- oMGGIPLOILHBuilder_.setMessage(index, builderForValue.build());
+ ugcRecordListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder addOMGGIPLOILH(
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder addUgcRecordList(
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo value) {
- if (oMGGIPLOILHBuilder_ == null) {
+ if (ugcRecordListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
- ensureOMGGIPLOILHIsMutable();
- oMGGIPLOILH_.add(value);
+ ensureUgcRecordListIsMutable();
+ ugcRecordList_.add(value);
onChanged();
} else {
- oMGGIPLOILHBuilder_.addMessage(value);
+ ugcRecordListBuilder_.addMessage(value);
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder addOMGGIPLOILH(
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder addUgcRecordList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo value) {
- if (oMGGIPLOILHBuilder_ == null) {
+ if (ugcRecordListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
- ensureOMGGIPLOILHIsMutable();
- oMGGIPLOILH_.add(index, value);
+ ensureUgcRecordListIsMutable();
+ ugcRecordList_.add(index, value);
onChanged();
} else {
- oMGGIPLOILHBuilder_.addMessage(index, value);
+ ugcRecordListBuilder_.addMessage(index, value);
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder addOMGGIPLOILH(
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder addUgcRecordList(
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
builderForValue) {
- if (oMGGIPLOILHBuilder_ == null) {
- ensureOMGGIPLOILHIsMutable();
- oMGGIPLOILH_.add(builderForValue.build());
+ if (ugcRecordListBuilder_ == null) {
+ ensureUgcRecordListIsMutable();
+ ugcRecordList_.add(builderForValue.build());
onChanged();
} else {
- oMGGIPLOILHBuilder_.addMessage(builderForValue.build());
+ ugcRecordListBuilder_.addMessage(builderForValue.build());
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder addOMGGIPLOILH(
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder addUgcRecordList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
builderForValue) {
- if (oMGGIPLOILHBuilder_ == null) {
- ensureOMGGIPLOILHIsMutable();
- oMGGIPLOILH_.add(index, builderForValue.build());
+ if (ugcRecordListBuilder_ == null) {
+ ensureUgcRecordListIsMutable();
+ ugcRecordList_.add(index, builderForValue.build());
onChanged();
} else {
- oMGGIPLOILHBuilder_.addMessage(index, builderForValue.build());
+ ugcRecordListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder addAllOMGGIPLOILH(
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder addAllUgcRecordList(
java.lang.Iterable<
? extends emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo>
values) {
- if (oMGGIPLOILHBuilder_ == null) {
- ensureOMGGIPLOILHIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, oMGGIPLOILH_);
+ if (ugcRecordListBuilder_ == null) {
+ ensureUgcRecordListIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ugcRecordList_);
onChanged();
} else {
- oMGGIPLOILHBuilder_.addAllMessages(values);
+ ugcRecordListBuilder_.addAllMessages(values);
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder clearOMGGIPLOILH() {
- if (oMGGIPLOILHBuilder_ == null) {
- oMGGIPLOILH_ = java.util.Collections.emptyList();
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder clearUgcRecordList() {
+ if (ugcRecordListBuilder_ == null) {
+ ugcRecordList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
- oMGGIPLOILHBuilder_.clear();
+ ugcRecordListBuilder_.clear();
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
- public Builder removeOMGGIPLOILH(int index) {
- if (oMGGIPLOILHBuilder_ == null) {
- ensureOMGGIPLOILHIsMutable();
- oMGGIPLOILH_.remove(index);
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
+ public Builder removeUgcRecordList(int index) {
+ if (ugcRecordListBuilder_ == null) {
+ ensureUgcRecordListIsMutable();
+ ugcRecordList_.remove(index);
onChanged();
} else {
- oMGGIPLOILHBuilder_.remove(index);
+ ugcRecordListBuilder_.remove(index);
}
return this;
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
- getOMGGIPLOILHBuilder(int index) {
- return getOMGGIPLOILHFieldBuilder().getBuilder(index);
+ getUgcRecordListBuilder(int index) {
+ return getUgcRecordListFieldBuilder().getBuilder(index);
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder
- getOMGGIPLOILHOrBuilder(int index) {
- if (oMGGIPLOILHBuilder_ == null) {
- return oMGGIPLOILH_.get(index);
+ getUgcRecordListOrBuilder(int index) {
+ if (ugcRecordListBuilder_ == null) {
+ return ugcRecordList_.get(index);
} else {
- return oMGGIPLOILHBuilder_.getMessageOrBuilder(index);
+ return ugcRecordListBuilder_.getMessageOrBuilder(index);
}
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
public java.util.List<
? extends
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getOMGGIPLOILHOrBuilderList() {
- if (oMGGIPLOILHBuilder_ != null) {
- return oMGGIPLOILHBuilder_.getMessageOrBuilderList();
+ getUgcRecordListOrBuilderList() {
+ if (ugcRecordListBuilder_ != null) {
+ return ugcRecordListBuilder_.getMessageOrBuilderList();
} else {
- return java.util.Collections.unmodifiableList(oMGGIPLOILH_);
+ return java.util.Collections.unmodifiableList(ugcRecordList_);
}
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
- addOMGGIPLOILHBuilder() {
- return getOMGGIPLOILHFieldBuilder()
+ addUgcRecordListBuilder() {
+ return getUgcRecordListFieldBuilder()
.addBuilder(
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo
.getDefaultInstance());
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
- addOMGGIPLOILHBuilder(int index) {
- return getOMGGIPLOILHFieldBuilder()
+ addUgcRecordListBuilder(int index) {
+ return getUgcRecordListFieldBuilder()
.addBuilder(
index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo
.getDefaultInstance());
}
- /** repeated .UgcMusicBriefInfo OMGGIPLOILH = 9;
*/
+ /** repeated .UgcMusicBriefInfo ugc_record_list = 4;
*/
public java.util.List<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder>
- getOMGGIPLOILHBuilderList() {
- return getOMGGIPLOILHFieldBuilder().getBuilderList();
+ getUgcRecordListBuilderList() {
+ return getUgcRecordListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getOMGGIPLOILHFieldBuilder() {
- if (oMGGIPLOILHBuilder_ == null) {
- oMGGIPLOILHBuilder_ =
+ getUgcRecordListFieldBuilder() {
+ if (ugcRecordListBuilder_ == null) {
+ ugcRecordListBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>(
- oMGGIPLOILH_,
+ ugcRecordList_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
- oMGGIPLOILH_ = null;
+ ugcRecordList_ = null;
}
- return oMGGIPLOILHBuilder_;
+ return ugcRecordListBuilder_;
}
private java.util.List<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo>
- jJMBELIDNLN_ = java.util.Collections.emptyList();
+ ugcSearchList_ = java.util.Collections.emptyList();
- private void ensureJJMBELIDNLNIsMutable() {
+ private void ensureUgcSearchListIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
- jJMBELIDNLN_ =
+ ugcSearchList_ =
new java.util.ArrayList<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo>(
- jJMBELIDNLN_);
+ ugcSearchList_);
bitField0_ |= 0x00000002;
}
}
@@ -1167,225 +1167,225 @@ public final class MusicGameActivityDetailInfoOuterClass {
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- jJMBELIDNLNBuilder_;
+ ugcSearchListBuilder_;
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
public java.util.Listrepeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public int getJJMBELIDNLNCount() {
- if (jJMBELIDNLNBuilder_ == null) {
- return jJMBELIDNLN_.size();
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public int getUgcSearchListCount() {
+ if (ugcSearchListBuilder_ == null) {
+ return ugcSearchList_.size();
} else {
- return jJMBELIDNLNBuilder_.getCount();
+ return ugcSearchListBuilder_.getCount();
}
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo getJJMBELIDNLN(
- int index) {
- if (jJMBELIDNLNBuilder_ == null) {
- return jJMBELIDNLN_.get(index);
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo
+ getUgcSearchList(int index) {
+ if (ugcSearchListBuilder_ == null) {
+ return ugcSearchList_.get(index);
} else {
- return jJMBELIDNLNBuilder_.getMessage(index);
+ return ugcSearchListBuilder_.getMessage(index);
}
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder setJJMBELIDNLN(
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder setUgcSearchList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo value) {
- if (jJMBELIDNLNBuilder_ == null) {
+ if (ugcSearchListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
- ensureJJMBELIDNLNIsMutable();
- jJMBELIDNLN_.set(index, value);
+ ensureUgcSearchListIsMutable();
+ ugcSearchList_.set(index, value);
onChanged();
} else {
- jJMBELIDNLNBuilder_.setMessage(index, value);
+ ugcSearchListBuilder_.setMessage(index, value);
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder setJJMBELIDNLN(
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder setUgcSearchList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
builderForValue) {
- if (jJMBELIDNLNBuilder_ == null) {
- ensureJJMBELIDNLNIsMutable();
- jJMBELIDNLN_.set(index, builderForValue.build());
+ if (ugcSearchListBuilder_ == null) {
+ ensureUgcSearchListIsMutable();
+ ugcSearchList_.set(index, builderForValue.build());
onChanged();
} else {
- jJMBELIDNLNBuilder_.setMessage(index, builderForValue.build());
+ ugcSearchListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder addJJMBELIDNLN(
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder addUgcSearchList(
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo value) {
- if (jJMBELIDNLNBuilder_ == null) {
+ if (ugcSearchListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
- ensureJJMBELIDNLNIsMutable();
- jJMBELIDNLN_.add(value);
+ ensureUgcSearchListIsMutable();
+ ugcSearchList_.add(value);
onChanged();
} else {
- jJMBELIDNLNBuilder_.addMessage(value);
+ ugcSearchListBuilder_.addMessage(value);
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder addJJMBELIDNLN(
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder addUgcSearchList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo value) {
- if (jJMBELIDNLNBuilder_ == null) {
+ if (ugcSearchListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
- ensureJJMBELIDNLNIsMutable();
- jJMBELIDNLN_.add(index, value);
+ ensureUgcSearchListIsMutable();
+ ugcSearchList_.add(index, value);
onChanged();
} else {
- jJMBELIDNLNBuilder_.addMessage(index, value);
+ ugcSearchListBuilder_.addMessage(index, value);
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder addJJMBELIDNLN(
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder addUgcSearchList(
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
builderForValue) {
- if (jJMBELIDNLNBuilder_ == null) {
- ensureJJMBELIDNLNIsMutable();
- jJMBELIDNLN_.add(builderForValue.build());
+ if (ugcSearchListBuilder_ == null) {
+ ensureUgcSearchListIsMutable();
+ ugcSearchList_.add(builderForValue.build());
onChanged();
} else {
- jJMBELIDNLNBuilder_.addMessage(builderForValue.build());
+ ugcSearchListBuilder_.addMessage(builderForValue.build());
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder addJJMBELIDNLN(
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder addUgcSearchList(
int index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
builderForValue) {
- if (jJMBELIDNLNBuilder_ == null) {
- ensureJJMBELIDNLNIsMutable();
- jJMBELIDNLN_.add(index, builderForValue.build());
+ if (ugcSearchListBuilder_ == null) {
+ ensureUgcSearchListIsMutable();
+ ugcSearchList_.add(index, builderForValue.build());
onChanged();
} else {
- jJMBELIDNLNBuilder_.addMessage(index, builderForValue.build());
+ ugcSearchListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder addAllJJMBELIDNLN(
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder addAllUgcSearchList(
java.lang.Iterable<
? extends emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo>
values) {
- if (jJMBELIDNLNBuilder_ == null) {
- ensureJJMBELIDNLNIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, jJMBELIDNLN_);
+ if (ugcSearchListBuilder_ == null) {
+ ensureUgcSearchListIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ugcSearchList_);
onChanged();
} else {
- jJMBELIDNLNBuilder_.addAllMessages(values);
+ ugcSearchListBuilder_.addAllMessages(values);
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder clearJJMBELIDNLN() {
- if (jJMBELIDNLNBuilder_ == null) {
- jJMBELIDNLN_ = java.util.Collections.emptyList();
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder clearUgcSearchList() {
+ if (ugcSearchListBuilder_ == null) {
+ ugcSearchList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
- jJMBELIDNLNBuilder_.clear();
+ ugcSearchListBuilder_.clear();
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
- public Builder removeJJMBELIDNLN(int index) {
- if (jJMBELIDNLNBuilder_ == null) {
- ensureJJMBELIDNLNIsMutable();
- jJMBELIDNLN_.remove(index);
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
+ public Builder removeUgcSearchList(int index) {
+ if (ugcSearchListBuilder_ == null) {
+ ensureUgcSearchListIsMutable();
+ ugcSearchList_.remove(index);
onChanged();
} else {
- jJMBELIDNLNBuilder_.remove(index);
+ ugcSearchListBuilder_.remove(index);
}
return this;
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
- getJJMBELIDNLNBuilder(int index) {
- return getJJMBELIDNLNFieldBuilder().getBuilder(index);
+ getUgcSearchListBuilder(int index) {
+ return getUgcSearchListFieldBuilder().getBuilder(index);
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder
- getJJMBELIDNLNOrBuilder(int index) {
- if (jJMBELIDNLNBuilder_ == null) {
- return jJMBELIDNLN_.get(index);
+ getUgcSearchListOrBuilder(int index) {
+ if (ugcSearchListBuilder_ == null) {
+ return ugcSearchList_.get(index);
} else {
- return jJMBELIDNLNBuilder_.getMessageOrBuilder(index);
+ return ugcSearchListBuilder_.getMessageOrBuilder(index);
}
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
public java.util.List<
? extends
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getJJMBELIDNLNOrBuilderList() {
- if (jJMBELIDNLNBuilder_ != null) {
- return jJMBELIDNLNBuilder_.getMessageOrBuilderList();
+ getUgcSearchListOrBuilderList() {
+ if (ugcSearchListBuilder_ != null) {
+ return ugcSearchListBuilder_.getMessageOrBuilderList();
} else {
- return java.util.Collections.unmodifiableList(jJMBELIDNLN_);
+ return java.util.Collections.unmodifiableList(ugcSearchList_);
}
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
- addJJMBELIDNLNBuilder() {
- return getJJMBELIDNLNFieldBuilder()
+ addUgcSearchListBuilder() {
+ return getUgcSearchListFieldBuilder()
.addBuilder(
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo
.getDefaultInstance());
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
public emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder
- addJJMBELIDNLNBuilder(int index) {
- return getJJMBELIDNLNFieldBuilder()
+ addUgcSearchListBuilder(int index) {
+ return getUgcSearchListFieldBuilder()
.addBuilder(
index,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo
.getDefaultInstance());
}
- /** repeated .UgcMusicBriefInfo JJMBELIDNLN = 1;
*/
+ /** repeated .UgcMusicBriefInfo ugc_search_list = 7;
*/
public java.util.List<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder>
- getJJMBELIDNLNBuilderList() {
- return getJJMBELIDNLNFieldBuilder().getBuilderList();
+ getUgcSearchListBuilderList() {
+ return getUgcSearchListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>
- getJJMBELIDNLNFieldBuilder() {
- if (jJMBELIDNLNBuilder_ == null) {
- jJMBELIDNLNBuilder_ =
+ getUgcSearchListFieldBuilder() {
+ if (ugcSearchListBuilder_ == null) {
+ ugcSearchListBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo.Builder,
emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfoOrBuilder>(
- jJMBELIDNLN_,
+ ugcSearchList_,
((bitField0_ & 0x00000002) != 0),
getParentForChildren(),
isClean());
- jJMBELIDNLN_ = null;
+ ugcSearchList_ = null;
}
- return jJMBELIDNLNBuilder_;
+ return ugcSearchListBuilder_;
}
private com.google.protobuf.MapField<
@@ -1424,7 +1424,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
public int getMusicGameRecordMapCount() {
return internalGetMusicGameRecordMap().getMap().size();
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public boolean containsMusicGameRecordMap(int key) {
@@ -1439,7 +1439,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
getMusicGameRecordMap() {
return getMusicGameRecordMapMap();
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public java.util.Map<
java.lang.Integer,
@@ -1447,7 +1447,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
getMusicGameRecordMapMap() {
return internalGetMusicGameRecordMap().getMap();
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord
getMusicGameRecordMapOrDefault(
@@ -1460,7 +1460,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
map = internalGetMusicGameRecordMap().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
@java.lang.Override
public emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord
getMusicGameRecordMapOrThrow(int key) {
@@ -1479,7 +1479,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
internalGetMutableMusicGameRecordMap().getMutableMap().clear();
return this;
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
public Builder removeMusicGameRecordMap(int key) {
internalGetMutableMusicGameRecordMap().getMutableMap().remove(key);
@@ -1493,7 +1493,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
getMutableMusicGameRecordMap() {
return internalGetMutableMusicGameRecordMap().getMutableMap();
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
public Builder putMusicGameRecordMap(
int key, emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord value) {
@@ -1503,7 +1503,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
internalGetMutableMusicGameRecordMap().getMutableMap().put(key, value);
return this;
}
- /** map<uint32, .MusicGameRecord> music_game_record_map = 13;
*/
+ /** map<uint32, .MusicGameRecord> music_game_record_map = 8;
*/
public Builder putAllMusicGameRecordMap(
java.util.Map<
java.lang.Integer,
@@ -1592,14 +1592,15 @@ public final class MusicGameActivityDetailInfoOuterClass {
java.lang.String[] descriptorData = {
"\n!MusicGameActivityDetailInfo.proto\032\025Mus"
+ "icGameRecord.proto\032\027UgcMusicBriefInfo.pr"
- + "oto\"\221\002\n\033MusicGameActivityDetailInfo\022\'\n\013O"
- + "MGGIPLOILH\030\t \003(\0132\022.UgcMusicBriefInfo\022\'\n\013"
- + "JJMBELIDNLN\030\001 \003(\0132\022.UgcMusicBriefInfo\022S\n"
- + "\025music_game_record_map\030\r \003(\01324.MusicGame"
- + "ActivityDetailInfo.MusicGameRecordMapEnt"
- + "ry\032K\n\027MusicGameRecordMapEntry\022\013\n\003key\030\001 \001"
- + "(\r\022\037\n\005value\030\002 \001(\0132\020.MusicGameRecord:\0028\001B"
- + "\033\n\031emu.grasscutter.net.protob\006proto3"
+ + "oto\"\231\002\n\033MusicGameActivityDetailInfo\022+\n\017u"
+ + "gc_record_list\030\004 \003(\0132\022.UgcMusicBriefInfo"
+ + "\022+\n\017ugc_search_list\030\007 \003(\0132\022.UgcMusicBrie"
+ + "fInfo\022S\n\025music_game_record_map\030\010 \003(\01324.M"
+ + "usicGameActivityDetailInfo.MusicGameReco"
+ + "rdMapEntry\032K\n\027MusicGameRecordMapEntry\022\013\n"
+ + "\003key\030\001 \001(\r\022\037\n\005value\030\002 \001(\0132\020.MusicGameRec"
+ + "ord:\0028\001B\033\n\031emu.grasscutter.net.protob\006pr"
+ + "oto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -1614,7 +1615,7 @@ public final class MusicGameActivityDetailInfoOuterClass {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_MusicGameActivityDetailInfo_descriptor,
new java.lang.String[] {
- "OMGGIPLOILH", "JJMBELIDNLN", "MusicGameRecordMap",
+ "UgcRecordList", "UgcSearchList", "MusicGameRecordMap",
});
internal_static_MusicGameActivityDetailInfo_MusicGameRecordMapEntry_descriptor =
internal_static_MusicGameActivityDetailInfo_descriptor.getNestedTypes().get(0);
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameRecordOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameRecordOuterClass.java
index ce9341876..0d56226a2 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameRecordOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameRecordOuterClass.java
@@ -18,21 +18,21 @@ public final class MusicGameRecordOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * bool is_unlock = 12;
+ * bool is_unlock = 9;
*
* @return The isUnlock.
*/
boolean getIsUnlock();
/**
- * uint32 max_score = 4;
+ * uint32 max_score = 11;
*
* @return The maxScore.
*/
int getMaxScore();
/**
- * uint32 max_combo = 7;
+ * uint32 max_combo = 6;
*
* @return The maxCombo.
*/
@@ -42,7 +42,7 @@ public final class MusicGameRecordOuterClass {
*
*
* - * Name: MPJJDJEINNM + * 3.2 ** * Protobuf type {@code MusicGameRecord} @@ -88,21 +88,21 @@ public final class MusicGameRecordOuterClass { case 0: done = true; break; - case 32: - { - maxScore_ = input.readUInt32(); - break; - } - case 56: + case 48: { maxCombo_ = input.readUInt32(); break; } - case 96: + case 72: { isUnlock_ = input.readBool(); break; } + case 88: + { + maxScore_ = input.readUInt32(); + break; + } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { @@ -137,10 +137,10 @@ public final class MusicGameRecordOuterClass { emu.grasscutter.net.proto.MusicGameRecordOuterClass.MusicGameRecord.Builder.class); } - public static final int IS_UNLOCK_FIELD_NUMBER = 12; + public static final int IS_UNLOCK_FIELD_NUMBER = 9; private boolean isUnlock_; /** - *
bool is_unlock = 12;
+ * bool is_unlock = 9;
*
* @return The isUnlock.
*/
@@ -149,10 +149,10 @@ public final class MusicGameRecordOuterClass {
return isUnlock_;
}
- public static final int MAX_SCORE_FIELD_NUMBER = 4;
+ public static final int MAX_SCORE_FIELD_NUMBER = 11;
private int maxScore_;
/**
- * uint32 max_score = 4;
+ * uint32 max_score = 11;
*
* @return The maxScore.
*/
@@ -161,10 +161,10 @@ public final class MusicGameRecordOuterClass {
return maxScore_;
}
- public static final int MAX_COMBO_FIELD_NUMBER = 7;
+ public static final int MAX_COMBO_FIELD_NUMBER = 6;
private int maxCombo_;
/**
- * uint32 max_combo = 7;
+ * uint32 max_combo = 6;
*
* @return The maxCombo.
*/
@@ -187,14 +187,14 @@ public final class MusicGameRecordOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (maxScore_ != 0) {
- output.writeUInt32(4, maxScore_);
- }
if (maxCombo_ != 0) {
- output.writeUInt32(7, maxCombo_);
+ output.writeUInt32(6, maxCombo_);
}
if (isUnlock_ != false) {
- output.writeBool(12, isUnlock_);
+ output.writeBool(9, isUnlock_);
+ }
+ if (maxScore_ != 0) {
+ output.writeUInt32(11, maxScore_);
}
unknownFields.writeTo(output);
}
@@ -205,14 +205,14 @@ public final class MusicGameRecordOuterClass {
if (size != -1) return size;
size = 0;
- if (maxScore_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, maxScore_);
- }
if (maxCombo_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, maxCombo_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(6, maxCombo_);
}
if (isUnlock_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(12, isUnlock_);
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(9, isUnlock_);
+ }
+ if (maxScore_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(11, maxScore_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -357,7 +357,7 @@ public final class MusicGameRecordOuterClass {
*
*
* - * Name: MPJJDJEINNM + * 3.2 ** * Protobuf type {@code MusicGameRecord} @@ -535,7 +535,7 @@ public final class MusicGameRecordOuterClass { private boolean isUnlock_; /** - *
bool is_unlock = 12;
+ * bool is_unlock = 9;
*
* @return The isUnlock.
*/
@@ -544,7 +544,7 @@ public final class MusicGameRecordOuterClass {
return isUnlock_;
}
/**
- * bool is_unlock = 12;
+ * bool is_unlock = 9;
*
* @param value The isUnlock to set.
* @return This builder for chaining.
@@ -556,7 +556,7 @@ public final class MusicGameRecordOuterClass {
return this;
}
/**
- * bool is_unlock = 12;
+ * bool is_unlock = 9;
*
* @return This builder for chaining.
*/
@@ -569,7 +569,7 @@ public final class MusicGameRecordOuterClass {
private int maxScore_;
/**
- * uint32 max_score = 4;
+ * uint32 max_score = 11;
*
* @return The maxScore.
*/
@@ -578,7 +578,7 @@ public final class MusicGameRecordOuterClass {
return maxScore_;
}
/**
- * uint32 max_score = 4;
+ * uint32 max_score = 11;
*
* @param value The maxScore to set.
* @return This builder for chaining.
@@ -590,7 +590,7 @@ public final class MusicGameRecordOuterClass {
return this;
}
/**
- * uint32 max_score = 4;
+ * uint32 max_score = 11;
*
* @return This builder for chaining.
*/
@@ -603,7 +603,7 @@ public final class MusicGameRecordOuterClass {
private int maxCombo_;
/**
- * uint32 max_combo = 7;
+ * uint32 max_combo = 6;
*
* @return The maxCombo.
*/
@@ -612,7 +612,7 @@ public final class MusicGameRecordOuterClass {
return maxCombo_;
}
/**
- * uint32 max_combo = 7;
+ * uint32 max_combo = 6;
*
* @param value The maxCombo to set.
* @return This builder for chaining.
@@ -624,7 +624,7 @@ public final class MusicGameRecordOuterClass {
return this;
}
/**
- * uint32 max_combo = 7;
+ * uint32 max_combo = 6;
*
* @return This builder for chaining.
*/
@@ -704,8 +704,8 @@ public final class MusicGameRecordOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\025MusicGameRecord.proto\"J\n\017MusicGameReco"
- + "rd\022\021\n\tis_unlock\030\014 \001(\010\022\021\n\tmax_score\030\004 \001(\r"
- + "\022\021\n\tmax_combo\030\007 \001(\rB\033\n\031emu.grasscutter.n"
+ + "rd\022\021\n\tis_unlock\030\t \001(\010\022\021\n\tmax_score\030\013 \001(\r"
+ + "\022\021\n\tmax_combo\030\006 \001(\rB\033\n\031emu.grasscutter.n"
+ "et.protob\006proto3"
};
descriptor =
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleReqOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleReqOuterClass.java
index 407ce6799..9721be7a5 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleReqOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleReqOuterClass.java
@@ -18,18 +18,65 @@ public final class MusicGameSettleReqOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint32 APJPLBOJEGN = 1;
+ * repeated uint32 button_list = 384;
*
- * @return The aPJPLBOJEGN.
+ * @return A list containing the buttonList.
*/
- int getAPJPLBOJEGN();
+ java.util.Listrepeated uint32 button_list = 384;
+ *
+ * @return The count of buttonList.
+ */
+ int getButtonListCount();
+ /**
+ * repeated uint32 button_list = 384;
+ *
+ * @param index The index of the element to return.
+ * @return The buttonList at the given index.
+ */
+ int getButtonList(int index);
/**
- * uint32 combo = 14;
+ * uint32 delay = 795;
*
- * @return The combo.
+ * @return The delay.
*/
- int getCombo();
+ int getDelay();
+
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @return A list containing the noteList.
+ */
+ java.util.Listrepeated uint32 note_list = 4;
+ *
+ * @return The count of noteList.
+ */
+ int getNoteListCount();
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @param index The index of the element to return.
+ * @return The noteList at the given index.
+ */
+ int getNoteList(int index);
+
+ /**
+ * uint32 score_rating = 15;
+ *
+ * @return The scoreRating.
+ */
+ int getScoreRating();
+
+ /**
+ * uint32 score = 9;
+ *
+ * @return The score.
+ */
+ int getScore();
/**
* uint64 ugc_guid = 6;
@@ -39,19 +86,40 @@ public final class MusicGameSettleReqOuterClass {
long getUgcGuid();
/**
- * uint32 OJIACEJOFJF = 1954;
+ * uint32 restart_times = 13;
*
- * @return The oJIACEJOFJF.
+ * @return The restartTimes.
*/
- int getOJIACEJOFJF();
+ int getRestartTimes();
/**
- * uint32 max_combo = 15;
+ * bool is_custom_delay = 422;
+ *
+ * @return The isCustomDelay.
+ */
+ boolean getIsCustomDelay();
+
+ /**
+ * uint32 max_combo = 5;
*
* @return The maxCombo.
*/
int getMaxCombo();
+ /**
+ * uint32 is_full_combo = 1058;
+ *
+ * @return The isFullCombo.
+ */
+ int getIsFullCombo();
+
+ /**
+ * float speed = 409;
+ *
+ * @return The speed.
+ */
+ float getSpeed();
+
/**
* bool is_save_score = 3;
*
@@ -60,121 +128,55 @@ public final class MusicGameSettleReqOuterClass {
boolean getIsSaveScore();
/**
- * uint32 BFAIDHEKEOD = 181;
+ * uint32 combo = 1;
*
- * @return The bFAIDHEKEOD.
+ * @return The combo.
*/
- int getBFAIDHEKEOD();
+ int getCombo();
/**
- * repeated uint32 DGMDAOAENMJ = 630;
+ * uint32 music_basic_id = 7;
*
- * @return A list containing the dGMDAOAENMJ.
+ * @return The musicBasicId.
*/
- java.util.Listrepeated uint32 DGMDAOAENMJ = 630;
- *
- * @return The count of dGMDAOAENMJ.
- */
- int getDGMDAOAENMJCount();
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @param index The index of the element to return.
- * @return The dGMDAOAENMJ at the given index.
- */
- int getDGMDAOAENMJ(int index);
+ int getMusicBasicId();
/**
- * uint32 score = 2;
+ * uint32 star_rating = 2;
*
- * @return The score.
+ * @return The starRating.
*/
- int getScore();
+ int getStarRating();
/**
- * bool JIIDBCILMEP = 1707;
+ * uint32 volume = 1953;
*
- * @return The jIIDBCILMEP.
+ * @return The volume.
*/
- boolean getJIIDBCILMEP();
+ int getVolume();
/**
- * uint32 JNBMKEFPJIC = 1085;
- *
- * @return The jNBMKEFPJIC.
- */
- int getJNBMKEFPJIC();
-
- /**
- * bool AECNMHLOMBH = 634;
- *
- * @return The aECNMHLOMBH.
- */
- boolean getAECNMHLOMBH();
-
- /**
- * float speed = 1108;
- *
- * @return The speed.
- */
- float getSpeed();
-
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @return A list containing the nNIJFEMDAIM.
- */
- java.util.Listrepeated uint32 NNIJFEMDAIM = 13;
- *
- * @return The count of nNIJFEMDAIM.
- */
- int getNNIJFEMDAIMCount();
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @param index The index of the element to return.
- * @return The nNIJFEMDAIM at the given index.
- */
- int getNNIJFEMDAIM(int index);
-
- /**
- * uint32 HPAMHHMILKM = 8;
- *
- * @return The hPAMHHMILKM.
- */
- int getHPAMHHMILKM();
-
- /**
- * uint32 NDOFNFADKJH = 10;
- *
- * @return The nDOFNFADKJH.
- */
- int getNDOFNFADKJH();
-
- /**
- * uint32 correct_hit = 4;
+ * uint32 correct_hit = 14;
*
* @return The correctHit.
*/
int getCorrectHit();
/**
- * uint32 music_basic_id = 12;
+ * bool is_custom_speed = 1285;
*
- * @return The musicBasicId.
+ * @return The isCustomSpeed.
*/
- int getMusicBasicId();
+ boolean getIsCustomSpeed();
}
/**
*
*
* - * Name: KKNNAGLMLKD - * CmdId: 8278 + * CmdId: 8892 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true + * IsAllowClient: true ** * Protobuf type {@code MusicGameSettleReq} @@ -190,8 +192,8 @@ public final class MusicGameSettleReqOuterClass { } private MusicGameSettleReq() { - dGMDAOAENMJ_ = emptyIntList(); - nNIJFEMDAIM_ = emptyIntList(); + buttonList_ = emptyIntList(); + noteList_ = emptyIntList(); } @java.lang.Override @@ -226,12 +228,12 @@ public final class MusicGameSettleReqOuterClass { break; case 8: { - aPJPLBOJEGN_ = input.readUInt32(); + combo_ = input.readUInt32(); break; } case 16: { - score_ = input.readUInt32(); + starRating_ = input.readUInt32(); break; } case 24: @@ -241,7 +243,30 @@ public final class MusicGameSettleReqOuterClass { } case 32: { - correctHit_ = input.readUInt32(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + noteList_ = newIntList(); + mutable_bitField0_ |= 0x00000002; + } + noteList_.addInt(input.readUInt32()); + break; + } + case 34: + { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { + noteList_ = newIntList(); + mutable_bitField0_ |= 0x00000002; + } + while (input.getBytesUntilLimit() > 0) { + noteList_.addInt(input.readUInt32()); + } + input.popLimit(limit); + break; + } + case 40: + { + maxCombo_ = input.readUInt32(); break; } case 48: @@ -249,105 +274,82 @@ public final class MusicGameSettleReqOuterClass { ugcGuid_ = input.readUInt64(); break; } - case 64: - { - hPAMHHMILKM_ = input.readUInt32(); - break; - } - case 80: - { - nDOFNFADKJH_ = input.readUInt32(); - break; - } - case 96: + case 56: { musicBasicId_ = input.readUInt32(); break; } - case 104: + case 72: { - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - nNIJFEMDAIM_ = newIntList(); - mutable_bitField0_ |= 0x00000002; - } - nNIJFEMDAIM_.addInt(input.readUInt32()); + score_ = input.readUInt32(); break; } - case 106: + case 104: { - int length = input.readRawVarint32(); - int limit = input.pushLimit(length); - if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { - nNIJFEMDAIM_ = newIntList(); - mutable_bitField0_ |= 0x00000002; - } - while (input.getBytesUntilLimit() > 0) { - nNIJFEMDAIM_.addInt(input.readUInt32()); - } - input.popLimit(limit); + restartTimes_ = input.readUInt32(); break; } case 112: { - combo_ = input.readUInt32(); + correctHit_ = input.readUInt32(); break; } case 120: { - maxCombo_ = input.readUInt32(); + scoreRating_ = input.readUInt32(); break; } - case 1448: - { - bFAIDHEKEOD_ = input.readUInt32(); - break; - } - case 5040: + case 3072: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { - dGMDAOAENMJ_ = newIntList(); + buttonList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } - dGMDAOAENMJ_.addInt(input.readUInt32()); + buttonList_.addInt(input.readUInt32()); break; } - case 5042: + case 3074: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { - dGMDAOAENMJ_ = newIntList(); + buttonList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { - dGMDAOAENMJ_.addInt(input.readUInt32()); + buttonList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } - case 5072: - { - aECNMHLOMBH_ = input.readBool(); - break; - } - case 8680: - { - jNBMKEFPJIC_ = input.readUInt32(); - break; - } - case 8869: + case 3277: { speed_ = input.readFloat(); break; } - case 13656: + case 3376: { - jIIDBCILMEP_ = input.readBool(); + isCustomDelay_ = input.readBool(); break; } - case 15632: + case 6360: { - oJIACEJOFJF_ = input.readUInt32(); + delay_ = input.readUInt32(); + break; + } + case 8464: + { + isFullCombo_ = input.readUInt32(); + break; + } + case 10280: + { + isCustomSpeed_ = input.readBool(); + break; + } + case 15624: + { + volume_ = input.readUInt32(); break; } default: @@ -365,10 +367,10 @@ public final class MusicGameSettleReqOuterClass { throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) != 0)) { - nNIJFEMDAIM_.makeImmutable(); // C + noteList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { - dGMDAOAENMJ_.makeImmutable(); // C + buttonList_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); @@ -391,28 +393,102 @@ public final class MusicGameSettleReqOuterClass { .class); } - public static final int APJPLBOJEGN_FIELD_NUMBER = 1; - private int aPJPLBOJEGN_; + public static final int BUTTON_LIST_FIELD_NUMBER = 384; + private com.google.protobuf.Internal.IntList buttonList_; /** - *
uint32 APJPLBOJEGN = 1;
+ * repeated uint32 button_list = 384;
*
- * @return The aPJPLBOJEGN.
+ * @return A list containing the buttonList.
*/
@java.lang.Override
- public int getAPJPLBOJEGN() {
- return aPJPLBOJEGN_;
+ public java.util.Listrepeated uint32 button_list = 384;
+ *
+ * @return The count of buttonList.
+ */
+ public int getButtonListCount() {
+ return buttonList_.size();
+ }
+ /**
+ * repeated uint32 button_list = 384;
+ *
+ * @param index The index of the element to return.
+ * @return The buttonList at the given index.
+ */
+ public int getButtonList(int index) {
+ return buttonList_.getInt(index);
}
- public static final int COMBO_FIELD_NUMBER = 14;
- private int combo_;
+ private int buttonListMemoizedSerializedSize = -1;
+
+ public static final int DELAY_FIELD_NUMBER = 795;
+ private int delay_;
/**
- * uint32 combo = 14;
+ * uint32 delay = 795;
*
- * @return The combo.
+ * @return The delay.
*/
@java.lang.Override
- public int getCombo() {
- return combo_;
+ public int getDelay() {
+ return delay_;
+ }
+
+ public static final int NOTE_LIST_FIELD_NUMBER = 4;
+ private com.google.protobuf.Internal.IntList noteList_;
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @return A list containing the noteList.
+ */
+ @java.lang.Override
+ public java.util.Listrepeated uint32 note_list = 4;
+ *
+ * @return The count of noteList.
+ */
+ public int getNoteListCount() {
+ return noteList_.size();
+ }
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @param index The index of the element to return.
+ * @return The noteList at the given index.
+ */
+ public int getNoteList(int index) {
+ return noteList_.getInt(index);
+ }
+
+ private int noteListMemoizedSerializedSize = -1;
+
+ public static final int SCORE_RATING_FIELD_NUMBER = 15;
+ private int scoreRating_;
+ /**
+ * uint32 score_rating = 15;
+ *
+ * @return The scoreRating.
+ */
+ @java.lang.Override
+ public int getScoreRating() {
+ return scoreRating_;
+ }
+
+ public static final int SCORE_FIELD_NUMBER = 9;
+ private int score_;
+ /**
+ * uint32 score = 9;
+ *
+ * @return The score.
+ */
+ @java.lang.Override
+ public int getScore() {
+ return score_;
}
public static final int UGC_GUID_FIELD_NUMBER = 6;
@@ -427,22 +503,34 @@ public final class MusicGameSettleReqOuterClass {
return ugcGuid_;
}
- public static final int OJIACEJOFJF_FIELD_NUMBER = 1954;
- private int oJIACEJOFJF_;
+ public static final int RESTART_TIMES_FIELD_NUMBER = 13;
+ private int restartTimes_;
/**
- * uint32 OJIACEJOFJF = 1954;
+ * uint32 restart_times = 13;
*
- * @return The oJIACEJOFJF.
+ * @return The restartTimes.
*/
@java.lang.Override
- public int getOJIACEJOFJF() {
- return oJIACEJOFJF_;
+ public int getRestartTimes() {
+ return restartTimes_;
}
- public static final int MAX_COMBO_FIELD_NUMBER = 15;
+ public static final int IS_CUSTOM_DELAY_FIELD_NUMBER = 422;
+ private boolean isCustomDelay_;
+ /**
+ * bool is_custom_delay = 422;
+ *
+ * @return The isCustomDelay.
+ */
+ @java.lang.Override
+ public boolean getIsCustomDelay() {
+ return isCustomDelay_;
+ }
+
+ public static final int MAX_COMBO_FIELD_NUMBER = 5;
private int maxCombo_;
/**
- * uint32 max_combo = 15;
+ * uint32 max_combo = 5;
*
* @return The maxCombo.
*/
@@ -451,6 +539,30 @@ public final class MusicGameSettleReqOuterClass {
return maxCombo_;
}
+ public static final int IS_FULL_COMBO_FIELD_NUMBER = 1058;
+ private int isFullCombo_;
+ /**
+ * uint32 is_full_combo = 1058;
+ *
+ * @return The isFullCombo.
+ */
+ @java.lang.Override
+ public int getIsFullCombo() {
+ return isFullCombo_;
+ }
+
+ public static final int SPEED_FIELD_NUMBER = 409;
+ private float speed_;
+ /**
+ * float speed = 409;
+ *
+ * @return The speed.
+ */
+ @java.lang.Override
+ public float getSpeed() {
+ return speed_;
+ }
+
public static final int IS_SAVE_SCORE_FIELD_NUMBER = 3;
private boolean isSaveScore_;
/**
@@ -463,168 +575,58 @@ public final class MusicGameSettleReqOuterClass {
return isSaveScore_;
}
- public static final int BFAIDHEKEOD_FIELD_NUMBER = 181;
- private int bFAIDHEKEOD_;
+ public static final int COMBO_FIELD_NUMBER = 1;
+ private int combo_;
/**
- * uint32 BFAIDHEKEOD = 181;
+ * uint32 combo = 1;
*
- * @return The bFAIDHEKEOD.
+ * @return The combo.
*/
@java.lang.Override
- public int getBFAIDHEKEOD() {
- return bFAIDHEKEOD_;
+ public int getCombo() {
+ return combo_;
}
- public static final int DGMDAOAENMJ_FIELD_NUMBER = 630;
- private com.google.protobuf.Internal.IntList dGMDAOAENMJ_;
+ public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 7;
+ private int musicBasicId_;
/**
- * repeated uint32 DGMDAOAENMJ = 630;
+ * uint32 music_basic_id = 7;
*
- * @return A list containing the dGMDAOAENMJ.
+ * @return The musicBasicId.
*/
@java.lang.Override
- public java.util.Listrepeated uint32 DGMDAOAENMJ = 630;
- *
- * @return The count of dGMDAOAENMJ.
- */
- public int getDGMDAOAENMJCount() {
- return dGMDAOAENMJ_.size();
- }
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @param index The index of the element to return.
- * @return The dGMDAOAENMJ at the given index.
- */
- public int getDGMDAOAENMJ(int index) {
- return dGMDAOAENMJ_.getInt(index);
+ public int getMusicBasicId() {
+ return musicBasicId_;
}
- private int dGMDAOAENMJMemoizedSerializedSize = -1;
-
- public static final int SCORE_FIELD_NUMBER = 2;
- private int score_;
+ public static final int STAR_RATING_FIELD_NUMBER = 2;
+ private int starRating_;
/**
- * uint32 score = 2;
+ * uint32 star_rating = 2;
*
- * @return The score.
+ * @return The starRating.
*/
@java.lang.Override
- public int getScore() {
- return score_;
+ public int getStarRating() {
+ return starRating_;
}
- public static final int JIIDBCILMEP_FIELD_NUMBER = 1707;
- private boolean jIIDBCILMEP_;
+ public static final int VOLUME_FIELD_NUMBER = 1953;
+ private int volume_;
/**
- * bool JIIDBCILMEP = 1707;
+ * uint32 volume = 1953;
*
- * @return The jIIDBCILMEP.
+ * @return The volume.
*/
@java.lang.Override
- public boolean getJIIDBCILMEP() {
- return jIIDBCILMEP_;
+ public int getVolume() {
+ return volume_;
}
- public static final int JNBMKEFPJIC_FIELD_NUMBER = 1085;
- private int jNBMKEFPJIC_;
- /**
- * uint32 JNBMKEFPJIC = 1085;
- *
- * @return The jNBMKEFPJIC.
- */
- @java.lang.Override
- public int getJNBMKEFPJIC() {
- return jNBMKEFPJIC_;
- }
-
- public static final int AECNMHLOMBH_FIELD_NUMBER = 634;
- private boolean aECNMHLOMBH_;
- /**
- * bool AECNMHLOMBH = 634;
- *
- * @return The aECNMHLOMBH.
- */
- @java.lang.Override
- public boolean getAECNMHLOMBH() {
- return aECNMHLOMBH_;
- }
-
- public static final int SPEED_FIELD_NUMBER = 1108;
- private float speed_;
- /**
- * float speed = 1108;
- *
- * @return The speed.
- */
- @java.lang.Override
- public float getSpeed() {
- return speed_;
- }
-
- public static final int NNIJFEMDAIM_FIELD_NUMBER = 13;
- private com.google.protobuf.Internal.IntList nNIJFEMDAIM_;
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @return A list containing the nNIJFEMDAIM.
- */
- @java.lang.Override
- public java.util.Listrepeated uint32 NNIJFEMDAIM = 13;
- *
- * @return The count of nNIJFEMDAIM.
- */
- public int getNNIJFEMDAIMCount() {
- return nNIJFEMDAIM_.size();
- }
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @param index The index of the element to return.
- * @return The nNIJFEMDAIM at the given index.
- */
- public int getNNIJFEMDAIM(int index) {
- return nNIJFEMDAIM_.getInt(index);
- }
-
- private int nNIJFEMDAIMMemoizedSerializedSize = -1;
-
- public static final int HPAMHHMILKM_FIELD_NUMBER = 8;
- private int hPAMHHMILKM_;
- /**
- * uint32 HPAMHHMILKM = 8;
- *
- * @return The hPAMHHMILKM.
- */
- @java.lang.Override
- public int getHPAMHHMILKM() {
- return hPAMHHMILKM_;
- }
-
- public static final int NDOFNFADKJH_FIELD_NUMBER = 10;
- private int nDOFNFADKJH_;
- /**
- * uint32 NDOFNFADKJH = 10;
- *
- * @return The nDOFNFADKJH.
- */
- @java.lang.Override
- public int getNDOFNFADKJH() {
- return nDOFNFADKJH_;
- }
-
- public static final int CORRECT_HIT_FIELD_NUMBER = 4;
+ public static final int CORRECT_HIT_FIELD_NUMBER = 14;
private int correctHit_;
/**
- * uint32 correct_hit = 4;
+ * uint32 correct_hit = 14;
*
* @return The correctHit.
*/
@@ -633,16 +635,16 @@ public final class MusicGameSettleReqOuterClass {
return correctHit_;
}
- public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 12;
- private int musicBasicId_;
+ public static final int IS_CUSTOM_SPEED_FIELD_NUMBER = 1285;
+ private boolean isCustomSpeed_;
/**
- * uint32 music_basic_id = 12;
+ * bool is_custom_speed = 1285;
*
- * @return The musicBasicId.
+ * @return The isCustomSpeed.
*/
@java.lang.Override
- public int getMusicBasicId() {
- return musicBasicId_;
+ public boolean getIsCustomSpeed() {
+ return isCustomSpeed_;
}
private byte memoizedIsInitialized = -1;
@@ -660,67 +662,67 @@ public final class MusicGameSettleReqOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
getSerializedSize();
- if (aPJPLBOJEGN_ != 0) {
- output.writeUInt32(1, aPJPLBOJEGN_);
+ if (combo_ != 0) {
+ output.writeUInt32(1, combo_);
}
- if (score_ != 0) {
- output.writeUInt32(2, score_);
+ if (starRating_ != 0) {
+ output.writeUInt32(2, starRating_);
}
if (isSaveScore_ != false) {
output.writeBool(3, isSaveScore_);
}
- if (correctHit_ != 0) {
- output.writeUInt32(4, correctHit_);
+ if (getNoteListList().size() > 0) {
+ output.writeUInt32NoTag(34);
+ output.writeUInt32NoTag(noteListMemoizedSerializedSize);
+ }
+ for (int i = 0; i < noteList_.size(); i++) {
+ output.writeUInt32NoTag(noteList_.getInt(i));
+ }
+ if (maxCombo_ != 0) {
+ output.writeUInt32(5, maxCombo_);
}
if (ugcGuid_ != 0L) {
output.writeUInt64(6, ugcGuid_);
}
- if (hPAMHHMILKM_ != 0) {
- output.writeUInt32(8, hPAMHHMILKM_);
- }
- if (nDOFNFADKJH_ != 0) {
- output.writeUInt32(10, nDOFNFADKJH_);
- }
if (musicBasicId_ != 0) {
- output.writeUInt32(12, musicBasicId_);
+ output.writeUInt32(7, musicBasicId_);
}
- if (getNNIJFEMDAIMList().size() > 0) {
- output.writeUInt32NoTag(106);
- output.writeUInt32NoTag(nNIJFEMDAIMMemoizedSerializedSize);
+ if (score_ != 0) {
+ output.writeUInt32(9, score_);
}
- for (int i = 0; i < nNIJFEMDAIM_.size(); i++) {
- output.writeUInt32NoTag(nNIJFEMDAIM_.getInt(i));
+ if (restartTimes_ != 0) {
+ output.writeUInt32(13, restartTimes_);
}
- if (combo_ != 0) {
- output.writeUInt32(14, combo_);
+ if (correctHit_ != 0) {
+ output.writeUInt32(14, correctHit_);
}
- if (maxCombo_ != 0) {
- output.writeUInt32(15, maxCombo_);
+ if (scoreRating_ != 0) {
+ output.writeUInt32(15, scoreRating_);
}
- if (bFAIDHEKEOD_ != 0) {
- output.writeUInt32(181, bFAIDHEKEOD_);
+ if (getButtonListList().size() > 0) {
+ output.writeUInt32NoTag(3074);
+ output.writeUInt32NoTag(buttonListMemoizedSerializedSize);
}
- if (getDGMDAOAENMJList().size() > 0) {
- output.writeUInt32NoTag(5042);
- output.writeUInt32NoTag(dGMDAOAENMJMemoizedSerializedSize);
- }
- for (int i = 0; i < dGMDAOAENMJ_.size(); i++) {
- output.writeUInt32NoTag(dGMDAOAENMJ_.getInt(i));
- }
- if (aECNMHLOMBH_ != false) {
- output.writeBool(634, aECNMHLOMBH_);
- }
- if (jNBMKEFPJIC_ != 0) {
- output.writeUInt32(1085, jNBMKEFPJIC_);
+ for (int i = 0; i < buttonList_.size(); i++) {
+ output.writeUInt32NoTag(buttonList_.getInt(i));
}
if (speed_ != 0F) {
- output.writeFloat(1108, speed_);
+ output.writeFloat(409, speed_);
}
- if (jIIDBCILMEP_ != false) {
- output.writeBool(1707, jIIDBCILMEP_);
+ if (isCustomDelay_ != false) {
+ output.writeBool(422, isCustomDelay_);
}
- if (oJIACEJOFJF_ != 0) {
- output.writeUInt32(1954, oJIACEJOFJF_);
+ if (delay_ != 0) {
+ output.writeUInt32(795, delay_);
+ }
+ if (isFullCombo_ != 0) {
+ output.writeUInt32(1058, isFullCombo_);
+ }
+ if (isCustomSpeed_ != false) {
+ output.writeBool(1285, isCustomSpeed_);
+ }
+ if (volume_ != 0) {
+ output.writeUInt32(1953, volume_);
}
unknownFields.writeTo(output);
}
@@ -731,79 +733,79 @@ public final class MusicGameSettleReqOuterClass {
if (size != -1) return size;
size = 0;
- if (aPJPLBOJEGN_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1, aPJPLBOJEGN_);
+ if (combo_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1, combo_);
}
- if (score_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, score_);
+ if (starRating_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, starRating_);
}
if (isSaveScore_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, isSaveScore_);
}
- if (correctHit_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, correctHit_);
+ {
+ int dataSize = 0;
+ for (int i = 0; i < noteList_.size(); i++) {
+ dataSize +=
+ com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(noteList_.getInt(i));
+ }
+ size += dataSize;
+ if (!getNoteListList().isEmpty()) {
+ size += 1;
+ size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
+ }
+ noteListMemoizedSerializedSize = dataSize;
+ }
+ if (maxCombo_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(5, maxCombo_);
}
if (ugcGuid_ != 0L) {
size += com.google.protobuf.CodedOutputStream.computeUInt64Size(6, ugcGuid_);
}
- if (hPAMHHMILKM_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(8, hPAMHHMILKM_);
- }
- if (nDOFNFADKJH_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(10, nDOFNFADKJH_);
- }
if (musicBasicId_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, musicBasicId_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, musicBasicId_);
+ }
+ if (score_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(9, score_);
+ }
+ if (restartTimes_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, restartTimes_);
+ }
+ if (correctHit_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(14, correctHit_);
+ }
+ if (scoreRating_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(15, scoreRating_);
}
{
int dataSize = 0;
- for (int i = 0; i < nNIJFEMDAIM_.size(); i++) {
+ for (int i = 0; i < buttonList_.size(); i++) {
dataSize +=
- com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(nNIJFEMDAIM_.getInt(i));
+ com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(buttonList_.getInt(i));
}
size += dataSize;
- if (!getNNIJFEMDAIMList().isEmpty()) {
- size += 1;
- size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
- }
- nNIJFEMDAIMMemoizedSerializedSize = dataSize;
- }
- if (combo_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(14, combo_);
- }
- if (maxCombo_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(15, maxCombo_);
- }
- if (bFAIDHEKEOD_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(181, bFAIDHEKEOD_);
- }
- {
- int dataSize = 0;
- for (int i = 0; i < dGMDAOAENMJ_.size(); i++) {
- dataSize +=
- com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dGMDAOAENMJ_.getInt(i));
- }
- size += dataSize;
- if (!getDGMDAOAENMJList().isEmpty()) {
+ if (!getButtonListList().isEmpty()) {
size += 2;
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
}
- dGMDAOAENMJMemoizedSerializedSize = dataSize;
- }
- if (aECNMHLOMBH_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(634, aECNMHLOMBH_);
- }
- if (jNBMKEFPJIC_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1085, jNBMKEFPJIC_);
+ buttonListMemoizedSerializedSize = dataSize;
}
if (speed_ != 0F) {
- size += com.google.protobuf.CodedOutputStream.computeFloatSize(1108, speed_);
+ size += com.google.protobuf.CodedOutputStream.computeFloatSize(409, speed_);
}
- if (jIIDBCILMEP_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(1707, jIIDBCILMEP_);
+ if (isCustomDelay_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(422, isCustomDelay_);
}
- if (oJIACEJOFJF_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1954, oJIACEJOFJF_);
+ if (delay_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(795, delay_);
+ }
+ if (isFullCombo_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1058, isFullCombo_);
+ }
+ if (isCustomSpeed_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(1285, isCustomSpeed_);
+ }
+ if (volume_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1953, volume_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -822,25 +824,25 @@ public final class MusicGameSettleReqOuterClass {
emu.grasscutter.net.proto.MusicGameSettleReqOuterClass.MusicGameSettleReq other =
(emu.grasscutter.net.proto.MusicGameSettleReqOuterClass.MusicGameSettleReq) obj;
- if (getAPJPLBOJEGN() != other.getAPJPLBOJEGN()) return false;
- if (getCombo() != other.getCombo()) return false;
- if (getUgcGuid() != other.getUgcGuid()) return false;
- if (getOJIACEJOFJF() != other.getOJIACEJOFJF()) return false;
- if (getMaxCombo() != other.getMaxCombo()) return false;
- if (getIsSaveScore() != other.getIsSaveScore()) return false;
- if (getBFAIDHEKEOD() != other.getBFAIDHEKEOD()) return false;
- if (!getDGMDAOAENMJList().equals(other.getDGMDAOAENMJList())) return false;
+ if (!getButtonListList().equals(other.getButtonListList())) return false;
+ if (getDelay() != other.getDelay()) return false;
+ if (!getNoteListList().equals(other.getNoteListList())) return false;
+ if (getScoreRating() != other.getScoreRating()) return false;
if (getScore() != other.getScore()) return false;
- if (getJIIDBCILMEP() != other.getJIIDBCILMEP()) return false;
- if (getJNBMKEFPJIC() != other.getJNBMKEFPJIC()) return false;
- if (getAECNMHLOMBH() != other.getAECNMHLOMBH()) return false;
+ if (getUgcGuid() != other.getUgcGuid()) return false;
+ if (getRestartTimes() != other.getRestartTimes()) return false;
+ if (getIsCustomDelay() != other.getIsCustomDelay()) return false;
+ if (getMaxCombo() != other.getMaxCombo()) return false;
+ if (getIsFullCombo() != other.getIsFullCombo()) return false;
if (java.lang.Float.floatToIntBits(getSpeed())
!= java.lang.Float.floatToIntBits(other.getSpeed())) return false;
- if (!getNNIJFEMDAIMList().equals(other.getNNIJFEMDAIMList())) return false;
- if (getHPAMHHMILKM() != other.getHPAMHHMILKM()) return false;
- if (getNDOFNFADKJH() != other.getNDOFNFADKJH()) return false;
- if (getCorrectHit() != other.getCorrectHit()) return false;
+ if (getIsSaveScore() != other.getIsSaveScore()) return false;
+ if (getCombo() != other.getCombo()) return false;
if (getMusicBasicId() != other.getMusicBasicId()) return false;
+ if (getStarRating() != other.getStarRating()) return false;
+ if (getVolume() != other.getVolume()) return false;
+ if (getCorrectHit() != other.getCorrectHit()) return false;
+ if (getIsCustomSpeed() != other.getIsCustomSpeed()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -852,46 +854,46 @@ public final class MusicGameSettleReqOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + APJPLBOJEGN_FIELD_NUMBER;
- hash = (53 * hash) + getAPJPLBOJEGN();
- hash = (37 * hash) + COMBO_FIELD_NUMBER;
- hash = (53 * hash) + getCombo();
- hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
- hash = (37 * hash) + OJIACEJOFJF_FIELD_NUMBER;
- hash = (53 * hash) + getOJIACEJOFJF();
- hash = (37 * hash) + MAX_COMBO_FIELD_NUMBER;
- hash = (53 * hash) + getMaxCombo();
- hash = (37 * hash) + IS_SAVE_SCORE_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsSaveScore());
- hash = (37 * hash) + BFAIDHEKEOD_FIELD_NUMBER;
- hash = (53 * hash) + getBFAIDHEKEOD();
- if (getDGMDAOAENMJCount() > 0) {
- hash = (37 * hash) + DGMDAOAENMJ_FIELD_NUMBER;
- hash = (53 * hash) + getDGMDAOAENMJList().hashCode();
+ if (getButtonListCount() > 0) {
+ hash = (37 * hash) + BUTTON_LIST_FIELD_NUMBER;
+ hash = (53 * hash) + getButtonListList().hashCode();
}
+ hash = (37 * hash) + DELAY_FIELD_NUMBER;
+ hash = (53 * hash) + getDelay();
+ if (getNoteListCount() > 0) {
+ hash = (37 * hash) + NOTE_LIST_FIELD_NUMBER;
+ hash = (53 * hash) + getNoteListList().hashCode();
+ }
+ hash = (37 * hash) + SCORE_RATING_FIELD_NUMBER;
+ hash = (53 * hash) + getScoreRating();
hash = (37 * hash) + SCORE_FIELD_NUMBER;
hash = (53 * hash) + getScore();
- hash = (37 * hash) + JIIDBCILMEP_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getJIIDBCILMEP());
- hash = (37 * hash) + JNBMKEFPJIC_FIELD_NUMBER;
- hash = (53 * hash) + getJNBMKEFPJIC();
- hash = (37 * hash) + AECNMHLOMBH_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAECNMHLOMBH());
+ hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
+ hash = (37 * hash) + RESTART_TIMES_FIELD_NUMBER;
+ hash = (53 * hash) + getRestartTimes();
+ hash = (37 * hash) + IS_CUSTOM_DELAY_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsCustomDelay());
+ hash = (37 * hash) + MAX_COMBO_FIELD_NUMBER;
+ hash = (53 * hash) + getMaxCombo();
+ hash = (37 * hash) + IS_FULL_COMBO_FIELD_NUMBER;
+ hash = (53 * hash) + getIsFullCombo();
hash = (37 * hash) + SPEED_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(getSpeed());
- if (getNNIJFEMDAIMCount() > 0) {
- hash = (37 * hash) + NNIJFEMDAIM_FIELD_NUMBER;
- hash = (53 * hash) + getNNIJFEMDAIMList().hashCode();
- }
- hash = (37 * hash) + HPAMHHMILKM_FIELD_NUMBER;
- hash = (53 * hash) + getHPAMHHMILKM();
- hash = (37 * hash) + NDOFNFADKJH_FIELD_NUMBER;
- hash = (53 * hash) + getNDOFNFADKJH();
- hash = (37 * hash) + CORRECT_HIT_FIELD_NUMBER;
- hash = (53 * hash) + getCorrectHit();
+ hash = (37 * hash) + IS_SAVE_SCORE_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsSaveScore());
+ hash = (37 * hash) + COMBO_FIELD_NUMBER;
+ hash = (53 * hash) + getCombo();
hash = (37 * hash) + MUSIC_BASIC_ID_FIELD_NUMBER;
hash = (53 * hash) + getMusicBasicId();
+ hash = (37 * hash) + STAR_RATING_FIELD_NUMBER;
+ hash = (53 * hash) + getStarRating();
+ hash = (37 * hash) + VOLUME_FIELD_NUMBER;
+ hash = (53 * hash) + getVolume();
+ hash = (37 * hash) + CORRECT_HIT_FIELD_NUMBER;
+ hash = (53 * hash) + getCorrectHit();
+ hash = (37 * hash) + IS_CUSTOM_SPEED_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsCustomSpeed());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -1004,8 +1006,10 @@ public final class MusicGameSettleReqOuterClass {
*
*
* - * Name: KKNNAGLMLKD - * CmdId: 8278 + * CmdId: 8892 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true + * IsAllowClient: true ** * Protobuf type {@code MusicGameSettleReq} @@ -1049,41 +1053,41 @@ public final class MusicGameSettleReqOuterClass { @java.lang.Override public Builder clear() { super.clear(); - aPJPLBOJEGN_ = 0; + buttonList_ = emptyIntList(); + bitField0_ = (bitField0_ & ~0x00000001); + delay_ = 0; - combo_ = 0; + noteList_ = emptyIntList(); + bitField0_ = (bitField0_ & ~0x00000002); + scoreRating_ = 0; + + score_ = 0; ugcGuid_ = 0L; - oJIACEJOFJF_ = 0; + restartTimes_ = 0; + + isCustomDelay_ = false; maxCombo_ = 0; - isSaveScore_ = false; - - bFAIDHEKEOD_ = 0; - - dGMDAOAENMJ_ = emptyIntList(); - bitField0_ = (bitField0_ & ~0x00000001); - score_ = 0; - - jIIDBCILMEP_ = false; - - jNBMKEFPJIC_ = 0; - - aECNMHLOMBH_ = false; + isFullCombo_ = 0; speed_ = 0F; - nNIJFEMDAIM_ = emptyIntList(); - bitField0_ = (bitField0_ & ~0x00000002); - hPAMHHMILKM_ = 0; + isSaveScore_ = false; - nDOFNFADKJH_ = 0; + combo_ = 0; + + musicBasicId_ = 0; + + starRating_ = 0; + + volume_ = 0; correctHit_ = 0; - musicBasicId_ = 0; + isCustomSpeed_ = false; return this; } @@ -1117,32 +1121,32 @@ public final class MusicGameSettleReqOuterClass { emu.grasscutter.net.proto.MusicGameSettleReqOuterClass.MusicGameSettleReq result = new emu.grasscutter.net.proto.MusicGameSettleReqOuterClass.MusicGameSettleReq(this); int from_bitField0_ = bitField0_; - result.aPJPLBOJEGN_ = aPJPLBOJEGN_; - result.combo_ = combo_; - result.ugcGuid_ = ugcGuid_; - result.oJIACEJOFJF_ = oJIACEJOFJF_; - result.maxCombo_ = maxCombo_; - result.isSaveScore_ = isSaveScore_; - result.bFAIDHEKEOD_ = bFAIDHEKEOD_; if (((bitField0_ & 0x00000001) != 0)) { - dGMDAOAENMJ_.makeImmutable(); + buttonList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); } - result.dGMDAOAENMJ_ = dGMDAOAENMJ_; - result.score_ = score_; - result.jIIDBCILMEP_ = jIIDBCILMEP_; - result.jNBMKEFPJIC_ = jNBMKEFPJIC_; - result.aECNMHLOMBH_ = aECNMHLOMBH_; - result.speed_ = speed_; + result.buttonList_ = buttonList_; + result.delay_ = delay_; if (((bitField0_ & 0x00000002) != 0)) { - nNIJFEMDAIM_.makeImmutable(); + noteList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } - result.nNIJFEMDAIM_ = nNIJFEMDAIM_; - result.hPAMHHMILKM_ = hPAMHHMILKM_; - result.nDOFNFADKJH_ = nDOFNFADKJH_; - result.correctHit_ = correctHit_; + result.noteList_ = noteList_; + result.scoreRating_ = scoreRating_; + result.score_ = score_; + result.ugcGuid_ = ugcGuid_; + result.restartTimes_ = restartTimes_; + result.isCustomDelay_ = isCustomDelay_; + result.maxCombo_ = maxCombo_; + result.isFullCombo_ = isFullCombo_; + result.speed_ = speed_; + result.isSaveScore_ = isSaveScore_; + result.combo_ = combo_; result.musicBasicId_ = musicBasicId_; + result.starRating_ = starRating_; + result.volume_ = volume_; + result.correctHit_ = correctHit_; + result.isCustomSpeed_ = isCustomSpeed_; onBuilt(); return result; } @@ -1199,73 +1203,73 @@ public final class MusicGameSettleReqOuterClass { if (other == emu.grasscutter.net.proto.MusicGameSettleReqOuterClass.MusicGameSettleReq .getDefaultInstance()) return this; - if (other.getAPJPLBOJEGN() != 0) { - setAPJPLBOJEGN(other.getAPJPLBOJEGN()); - } - if (other.getCombo() != 0) { - setCombo(other.getCombo()); - } - if (other.getUgcGuid() != 0L) { - setUgcGuid(other.getUgcGuid()); - } - if (other.getOJIACEJOFJF() != 0) { - setOJIACEJOFJF(other.getOJIACEJOFJF()); - } - if (other.getMaxCombo() != 0) { - setMaxCombo(other.getMaxCombo()); - } - if (other.getIsSaveScore() != false) { - setIsSaveScore(other.getIsSaveScore()); - } - if (other.getBFAIDHEKEOD() != 0) { - setBFAIDHEKEOD(other.getBFAIDHEKEOD()); - } - if (!other.dGMDAOAENMJ_.isEmpty()) { - if (dGMDAOAENMJ_.isEmpty()) { - dGMDAOAENMJ_ = other.dGMDAOAENMJ_; + if (!other.buttonList_.isEmpty()) { + if (buttonList_.isEmpty()) { + buttonList_ = other.buttonList_; bitField0_ = (bitField0_ & ~0x00000001); } else { - ensureDGMDAOAENMJIsMutable(); - dGMDAOAENMJ_.addAll(other.dGMDAOAENMJ_); + ensureButtonListIsMutable(); + buttonList_.addAll(other.buttonList_); } onChanged(); } + if (other.getDelay() != 0) { + setDelay(other.getDelay()); + } + if (!other.noteList_.isEmpty()) { + if (noteList_.isEmpty()) { + noteList_ = other.noteList_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureNoteListIsMutable(); + noteList_.addAll(other.noteList_); + } + onChanged(); + } + if (other.getScoreRating() != 0) { + setScoreRating(other.getScoreRating()); + } if (other.getScore() != 0) { setScore(other.getScore()); } - if (other.getJIIDBCILMEP() != false) { - setJIIDBCILMEP(other.getJIIDBCILMEP()); + if (other.getUgcGuid() != 0L) { + setUgcGuid(other.getUgcGuid()); } - if (other.getJNBMKEFPJIC() != 0) { - setJNBMKEFPJIC(other.getJNBMKEFPJIC()); + if (other.getRestartTimes() != 0) { + setRestartTimes(other.getRestartTimes()); } - if (other.getAECNMHLOMBH() != false) { - setAECNMHLOMBH(other.getAECNMHLOMBH()); + if (other.getIsCustomDelay() != false) { + setIsCustomDelay(other.getIsCustomDelay()); + } + if (other.getMaxCombo() != 0) { + setMaxCombo(other.getMaxCombo()); + } + if (other.getIsFullCombo() != 0) { + setIsFullCombo(other.getIsFullCombo()); } if (other.getSpeed() != 0F) { setSpeed(other.getSpeed()); } - if (!other.nNIJFEMDAIM_.isEmpty()) { - if (nNIJFEMDAIM_.isEmpty()) { - nNIJFEMDAIM_ = other.nNIJFEMDAIM_; - bitField0_ = (bitField0_ & ~0x00000002); - } else { - ensureNNIJFEMDAIMIsMutable(); - nNIJFEMDAIM_.addAll(other.nNIJFEMDAIM_); - } - onChanged(); + if (other.getIsSaveScore() != false) { + setIsSaveScore(other.getIsSaveScore()); } - if (other.getHPAMHHMILKM() != 0) { - setHPAMHHMILKM(other.getHPAMHHMILKM()); + if (other.getCombo() != 0) { + setCombo(other.getCombo()); } - if (other.getNDOFNFADKJH() != 0) { - setNDOFNFADKJH(other.getNDOFNFADKJH()); + if (other.getMusicBasicId() != 0) { + setMusicBasicId(other.getMusicBasicId()); + } + if (other.getStarRating() != 0) { + setStarRating(other.getStarRating()); + } + if (other.getVolume() != 0) { + setVolume(other.getVolume()); } if (other.getCorrectHit() != 0) { setCorrectHit(other.getCorrectHit()); } - if (other.getMusicBasicId() != 0) { - setMusicBasicId(other.getMusicBasicId()); + if (other.getIsCustomSpeed() != false) { + setIsCustomSpeed(other.getIsCustomSpeed()); } this.mergeUnknownFields(other.unknownFields); onChanged(); @@ -1301,70 +1305,272 @@ public final class MusicGameSettleReqOuterClass { private int bitField0_; - private int aPJPLBOJEGN_; + private com.google.protobuf.Internal.IntList buttonList_ = emptyIntList(); + + private void ensureButtonListIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + buttonList_ = mutableCopy(buttonList_); + bitField0_ |= 0x00000001; + } + } /** - *
uint32 APJPLBOJEGN = 1;
+ * repeated uint32 button_list = 384;
*
- * @return The aPJPLBOJEGN.
+ * @return A list containing the buttonList.
+ */
+ public java.util.Listrepeated uint32 button_list = 384;
+ *
+ * @return The count of buttonList.
+ */
+ public int getButtonListCount() {
+ return buttonList_.size();
+ }
+ /**
+ * repeated uint32 button_list = 384;
+ *
+ * @param index The index of the element to return.
+ * @return The buttonList at the given index.
+ */
+ public int getButtonList(int index) {
+ return buttonList_.getInt(index);
+ }
+ /**
+ * repeated uint32 button_list = 384;
+ *
+ * @param index The index to set the value at.
+ * @param value The buttonList to set.
+ * @return This builder for chaining.
+ */
+ public Builder setButtonList(int index, int value) {
+ ensureButtonListIsMutable();
+ buttonList_.setInt(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 button_list = 384;
+ *
+ * @param value The buttonList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addButtonList(int value) {
+ ensureButtonListIsMutable();
+ buttonList_.addInt(value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 button_list = 384;
+ *
+ * @param values The buttonList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAllButtonList(java.lang.Iterable extends java.lang.Integer> values) {
+ ensureButtonListIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(values, buttonList_);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 button_list = 384;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearButtonList() {
+ buttonList_ = emptyIntList();
+ bitField0_ = (bitField0_ & ~0x00000001);
+ onChanged();
+ return this;
+ }
+
+ private int delay_;
+ /**
+ * uint32 delay = 795;
+ *
+ * @return The delay.
*/
@java.lang.Override
- public int getAPJPLBOJEGN() {
- return aPJPLBOJEGN_;
+ public int getDelay() {
+ return delay_;
}
/**
- * uint32 APJPLBOJEGN = 1;
+ * uint32 delay = 795;
*
- * @param value The aPJPLBOJEGN to set.
+ * @param value The delay to set.
* @return This builder for chaining.
*/
- public Builder setAPJPLBOJEGN(int value) {
+ public Builder setDelay(int value) {
- aPJPLBOJEGN_ = value;
+ delay_ = value;
onChanged();
return this;
}
/**
- * uint32 APJPLBOJEGN = 1;
+ * uint32 delay = 795;
*
* @return This builder for chaining.
*/
- public Builder clearAPJPLBOJEGN() {
+ public Builder clearDelay() {
- aPJPLBOJEGN_ = 0;
+ delay_ = 0;
onChanged();
return this;
}
- private int combo_;
+ private com.google.protobuf.Internal.IntList noteList_ = emptyIntList();
+
+ private void ensureNoteListIsMutable() {
+ if (!((bitField0_ & 0x00000002) != 0)) {
+ noteList_ = mutableCopy(noteList_);
+ bitField0_ |= 0x00000002;
+ }
+ }
/**
- * uint32 combo = 14;
+ * repeated uint32 note_list = 4;
*
- * @return The combo.
+ * @return A list containing the noteList.
+ */
+ public java.util.Listrepeated uint32 note_list = 4;
+ *
+ * @return The count of noteList.
+ */
+ public int getNoteListCount() {
+ return noteList_.size();
+ }
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @param index The index of the element to return.
+ * @return The noteList at the given index.
+ */
+ public int getNoteList(int index) {
+ return noteList_.getInt(index);
+ }
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @param index The index to set the value at.
+ * @param value The noteList to set.
+ * @return This builder for chaining.
+ */
+ public Builder setNoteList(int index, int value) {
+ ensureNoteListIsMutable();
+ noteList_.setInt(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @param value The noteList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addNoteList(int value) {
+ ensureNoteListIsMutable();
+ noteList_.addInt(value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @param values The noteList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAllNoteList(java.lang.Iterable extends java.lang.Integer> values) {
+ ensureNoteListIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(values, noteList_);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 note_list = 4;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearNoteList() {
+ noteList_ = emptyIntList();
+ bitField0_ = (bitField0_ & ~0x00000002);
+ onChanged();
+ return this;
+ }
+
+ private int scoreRating_;
+ /**
+ * uint32 score_rating = 15;
+ *
+ * @return The scoreRating.
*/
@java.lang.Override
- public int getCombo() {
- return combo_;
+ public int getScoreRating() {
+ return scoreRating_;
}
/**
- * uint32 combo = 14;
+ * uint32 score_rating = 15;
*
- * @param value The combo to set.
+ * @param value The scoreRating to set.
* @return This builder for chaining.
*/
- public Builder setCombo(int value) {
+ public Builder setScoreRating(int value) {
- combo_ = value;
+ scoreRating_ = value;
onChanged();
return this;
}
/**
- * uint32 combo = 14;
+ * uint32 score_rating = 15;
*
* @return This builder for chaining.
*/
- public Builder clearCombo() {
+ public Builder clearScoreRating() {
- combo_ = 0;
+ scoreRating_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int score_;
+ /**
+ * uint32 score = 9;
+ *
+ * @return The score.
+ */
+ @java.lang.Override
+ public int getScore() {
+ return score_;
+ }
+ /**
+ * uint32 score = 9;
+ *
+ * @param value The score to set.
+ * @return This builder for chaining.
+ */
+ public Builder setScore(int value) {
+
+ score_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 score = 9;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearScore() {
+
+ score_ = 0;
onChanged();
return this;
}
@@ -1403,43 +1609,77 @@ public final class MusicGameSettleReqOuterClass {
return this;
}
- private int oJIACEJOFJF_;
+ private int restartTimes_;
/**
- * uint32 OJIACEJOFJF = 1954;
+ * uint32 restart_times = 13;
*
- * @return The oJIACEJOFJF.
+ * @return The restartTimes.
*/
@java.lang.Override
- public int getOJIACEJOFJF() {
- return oJIACEJOFJF_;
+ public int getRestartTimes() {
+ return restartTimes_;
}
/**
- * uint32 OJIACEJOFJF = 1954;
+ * uint32 restart_times = 13;
*
- * @param value The oJIACEJOFJF to set.
+ * @param value The restartTimes to set.
* @return This builder for chaining.
*/
- public Builder setOJIACEJOFJF(int value) {
+ public Builder setRestartTimes(int value) {
- oJIACEJOFJF_ = value;
+ restartTimes_ = value;
onChanged();
return this;
}
/**
- * uint32 OJIACEJOFJF = 1954;
+ * uint32 restart_times = 13;
*
* @return This builder for chaining.
*/
- public Builder clearOJIACEJOFJF() {
+ public Builder clearRestartTimes() {
- oJIACEJOFJF_ = 0;
+ restartTimes_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private boolean isCustomDelay_;
+ /**
+ * bool is_custom_delay = 422;
+ *
+ * @return The isCustomDelay.
+ */
+ @java.lang.Override
+ public boolean getIsCustomDelay() {
+ return isCustomDelay_;
+ }
+ /**
+ * bool is_custom_delay = 422;
+ *
+ * @param value The isCustomDelay to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIsCustomDelay(boolean value) {
+
+ isCustomDelay_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * bool is_custom_delay = 422;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIsCustomDelay() {
+
+ isCustomDelay_ = false;
onChanged();
return this;
}
private int maxCombo_;
/**
- * uint32 max_combo = 15;
+ * uint32 max_combo = 5;
*
* @return The maxCombo.
*/
@@ -1448,7 +1688,7 @@ public final class MusicGameSettleReqOuterClass {
return maxCombo_;
}
/**
- * uint32 max_combo = 15;
+ * uint32 max_combo = 5;
*
* @param value The maxCombo to set.
* @return This builder for chaining.
@@ -1460,7 +1700,7 @@ public final class MusicGameSettleReqOuterClass {
return this;
}
/**
- * uint32 max_combo = 15;
+ * uint32 max_combo = 5;
*
* @return This builder for chaining.
*/
@@ -1471,6 +1711,74 @@ public final class MusicGameSettleReqOuterClass {
return this;
}
+ private int isFullCombo_;
+ /**
+ * uint32 is_full_combo = 1058;
+ *
+ * @return The isFullCombo.
+ */
+ @java.lang.Override
+ public int getIsFullCombo() {
+ return isFullCombo_;
+ }
+ /**
+ * uint32 is_full_combo = 1058;
+ *
+ * @param value The isFullCombo to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIsFullCombo(int value) {
+
+ isFullCombo_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 is_full_combo = 1058;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIsFullCombo() {
+
+ isFullCombo_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private float speed_;
+ /**
+ * float speed = 409;
+ *
+ * @return The speed.
+ */
+ @java.lang.Override
+ public float getSpeed() {
+ return speed_;
+ }
+ /**
+ * float speed = 409;
+ *
+ * @param value The speed to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSpeed(float value) {
+
+ speed_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * float speed = 409;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearSpeed() {
+
+ speed_ = 0F;
+ onChanged();
+ return this;
+ }
+
private boolean isSaveScore_;
/**
* bool is_save_score = 3;
@@ -1505,483 +1813,43 @@ public final class MusicGameSettleReqOuterClass {
return this;
}
- private int bFAIDHEKEOD_;
+ private int combo_;
/**
- * uint32 BFAIDHEKEOD = 181;
+ * uint32 combo = 1;
*
- * @return The bFAIDHEKEOD.
+ * @return The combo.
*/
@java.lang.Override
- public int getBFAIDHEKEOD() {
- return bFAIDHEKEOD_;
+ public int getCombo() {
+ return combo_;
}
/**
- * uint32 BFAIDHEKEOD = 181;
+ * uint32 combo = 1;
*
- * @param value The bFAIDHEKEOD to set.
+ * @param value The combo to set.
* @return This builder for chaining.
*/
- public Builder setBFAIDHEKEOD(int value) {
+ public Builder setCombo(int value) {
- bFAIDHEKEOD_ = value;
+ combo_ = value;
onChanged();
return this;
}
/**
- * uint32 BFAIDHEKEOD = 181;
+ * uint32 combo = 1;
*
* @return This builder for chaining.
*/
- public Builder clearBFAIDHEKEOD() {
+ public Builder clearCombo() {
- bFAIDHEKEOD_ = 0;
- onChanged();
- return this;
- }
-
- private com.google.protobuf.Internal.IntList dGMDAOAENMJ_ = emptyIntList();
-
- private void ensureDGMDAOAENMJIsMutable() {
- if (!((bitField0_ & 0x00000001) != 0)) {
- dGMDAOAENMJ_ = mutableCopy(dGMDAOAENMJ_);
- bitField0_ |= 0x00000001;
- }
- }
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @return A list containing the dGMDAOAENMJ.
- */
- public java.util.Listrepeated uint32 DGMDAOAENMJ = 630;
- *
- * @return The count of dGMDAOAENMJ.
- */
- public int getDGMDAOAENMJCount() {
- return dGMDAOAENMJ_.size();
- }
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @param index The index of the element to return.
- * @return The dGMDAOAENMJ at the given index.
- */
- public int getDGMDAOAENMJ(int index) {
- return dGMDAOAENMJ_.getInt(index);
- }
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @param index The index to set the value at.
- * @param value The dGMDAOAENMJ to set.
- * @return This builder for chaining.
- */
- public Builder setDGMDAOAENMJ(int index, int value) {
- ensureDGMDAOAENMJIsMutable();
- dGMDAOAENMJ_.setInt(index, value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @param value The dGMDAOAENMJ to add.
- * @return This builder for chaining.
- */
- public Builder addDGMDAOAENMJ(int value) {
- ensureDGMDAOAENMJIsMutable();
- dGMDAOAENMJ_.addInt(value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @param values The dGMDAOAENMJ to add.
- * @return This builder for chaining.
- */
- public Builder addAllDGMDAOAENMJ(java.lang.Iterable extends java.lang.Integer> values) {
- ensureDGMDAOAENMJIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, dGMDAOAENMJ_);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 DGMDAOAENMJ = 630;
- *
- * @return This builder for chaining.
- */
- public Builder clearDGMDAOAENMJ() {
- dGMDAOAENMJ_ = emptyIntList();
- bitField0_ = (bitField0_ & ~0x00000001);
- onChanged();
- return this;
- }
-
- private int score_;
- /**
- * uint32 score = 2;
- *
- * @return The score.
- */
- @java.lang.Override
- public int getScore() {
- return score_;
- }
- /**
- * uint32 score = 2;
- *
- * @param value The score to set.
- * @return This builder for chaining.
- */
- public Builder setScore(int value) {
-
- score_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 score = 2;
- *
- * @return This builder for chaining.
- */
- public Builder clearScore() {
-
- score_ = 0;
- onChanged();
- return this;
- }
-
- private boolean jIIDBCILMEP_;
- /**
- * bool JIIDBCILMEP = 1707;
- *
- * @return The jIIDBCILMEP.
- */
- @java.lang.Override
- public boolean getJIIDBCILMEP() {
- return jIIDBCILMEP_;
- }
- /**
- * bool JIIDBCILMEP = 1707;
- *
- * @param value The jIIDBCILMEP to set.
- * @return This builder for chaining.
- */
- public Builder setJIIDBCILMEP(boolean value) {
-
- jIIDBCILMEP_ = value;
- onChanged();
- return this;
- }
- /**
- * bool JIIDBCILMEP = 1707;
- *
- * @return This builder for chaining.
- */
- public Builder clearJIIDBCILMEP() {
-
- jIIDBCILMEP_ = false;
- onChanged();
- return this;
- }
-
- private int jNBMKEFPJIC_;
- /**
- * uint32 JNBMKEFPJIC = 1085;
- *
- * @return The jNBMKEFPJIC.
- */
- @java.lang.Override
- public int getJNBMKEFPJIC() {
- return jNBMKEFPJIC_;
- }
- /**
- * uint32 JNBMKEFPJIC = 1085;
- *
- * @param value The jNBMKEFPJIC to set.
- * @return This builder for chaining.
- */
- public Builder setJNBMKEFPJIC(int value) {
-
- jNBMKEFPJIC_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 JNBMKEFPJIC = 1085;
- *
- * @return This builder for chaining.
- */
- public Builder clearJNBMKEFPJIC() {
-
- jNBMKEFPJIC_ = 0;
- onChanged();
- return this;
- }
-
- private boolean aECNMHLOMBH_;
- /**
- * bool AECNMHLOMBH = 634;
- *
- * @return The aECNMHLOMBH.
- */
- @java.lang.Override
- public boolean getAECNMHLOMBH() {
- return aECNMHLOMBH_;
- }
- /**
- * bool AECNMHLOMBH = 634;
- *
- * @param value The aECNMHLOMBH to set.
- * @return This builder for chaining.
- */
- public Builder setAECNMHLOMBH(boolean value) {
-
- aECNMHLOMBH_ = value;
- onChanged();
- return this;
- }
- /**
- * bool AECNMHLOMBH = 634;
- *
- * @return This builder for chaining.
- */
- public Builder clearAECNMHLOMBH() {
-
- aECNMHLOMBH_ = false;
- onChanged();
- return this;
- }
-
- private float speed_;
- /**
- * float speed = 1108;
- *
- * @return The speed.
- */
- @java.lang.Override
- public float getSpeed() {
- return speed_;
- }
- /**
- * float speed = 1108;
- *
- * @param value The speed to set.
- * @return This builder for chaining.
- */
- public Builder setSpeed(float value) {
-
- speed_ = value;
- onChanged();
- return this;
- }
- /**
- * float speed = 1108;
- *
- * @return This builder for chaining.
- */
- public Builder clearSpeed() {
-
- speed_ = 0F;
- onChanged();
- return this;
- }
-
- private com.google.protobuf.Internal.IntList nNIJFEMDAIM_ = emptyIntList();
-
- private void ensureNNIJFEMDAIMIsMutable() {
- if (!((bitField0_ & 0x00000002) != 0)) {
- nNIJFEMDAIM_ = mutableCopy(nNIJFEMDAIM_);
- bitField0_ |= 0x00000002;
- }
- }
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @return A list containing the nNIJFEMDAIM.
- */
- public java.util.Listrepeated uint32 NNIJFEMDAIM = 13;
- *
- * @return The count of nNIJFEMDAIM.
- */
- public int getNNIJFEMDAIMCount() {
- return nNIJFEMDAIM_.size();
- }
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @param index The index of the element to return.
- * @return The nNIJFEMDAIM at the given index.
- */
- public int getNNIJFEMDAIM(int index) {
- return nNIJFEMDAIM_.getInt(index);
- }
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @param index The index to set the value at.
- * @param value The nNIJFEMDAIM to set.
- * @return This builder for chaining.
- */
- public Builder setNNIJFEMDAIM(int index, int value) {
- ensureNNIJFEMDAIMIsMutable();
- nNIJFEMDAIM_.setInt(index, value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @param value The nNIJFEMDAIM to add.
- * @return This builder for chaining.
- */
- public Builder addNNIJFEMDAIM(int value) {
- ensureNNIJFEMDAIMIsMutable();
- nNIJFEMDAIM_.addInt(value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @param values The nNIJFEMDAIM to add.
- * @return This builder for chaining.
- */
- public Builder addAllNNIJFEMDAIM(java.lang.Iterable extends java.lang.Integer> values) {
- ensureNNIJFEMDAIMIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, nNIJFEMDAIM_);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 NNIJFEMDAIM = 13;
- *
- * @return This builder for chaining.
- */
- public Builder clearNNIJFEMDAIM() {
- nNIJFEMDAIM_ = emptyIntList();
- bitField0_ = (bitField0_ & ~0x00000002);
- onChanged();
- return this;
- }
-
- private int hPAMHHMILKM_;
- /**
- * uint32 HPAMHHMILKM = 8;
- *
- * @return The hPAMHHMILKM.
- */
- @java.lang.Override
- public int getHPAMHHMILKM() {
- return hPAMHHMILKM_;
- }
- /**
- * uint32 HPAMHHMILKM = 8;
- *
- * @param value The hPAMHHMILKM to set.
- * @return This builder for chaining.
- */
- public Builder setHPAMHHMILKM(int value) {
-
- hPAMHHMILKM_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 HPAMHHMILKM = 8;
- *
- * @return This builder for chaining.
- */
- public Builder clearHPAMHHMILKM() {
-
- hPAMHHMILKM_ = 0;
- onChanged();
- return this;
- }
-
- private int nDOFNFADKJH_;
- /**
- * uint32 NDOFNFADKJH = 10;
- *
- * @return The nDOFNFADKJH.
- */
- @java.lang.Override
- public int getNDOFNFADKJH() {
- return nDOFNFADKJH_;
- }
- /**
- * uint32 NDOFNFADKJH = 10;
- *
- * @param value The nDOFNFADKJH to set.
- * @return This builder for chaining.
- */
- public Builder setNDOFNFADKJH(int value) {
-
- nDOFNFADKJH_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 NDOFNFADKJH = 10;
- *
- * @return This builder for chaining.
- */
- public Builder clearNDOFNFADKJH() {
-
- nDOFNFADKJH_ = 0;
- onChanged();
- return this;
- }
-
- private int correctHit_;
- /**
- * uint32 correct_hit = 4;
- *
- * @return The correctHit.
- */
- @java.lang.Override
- public int getCorrectHit() {
- return correctHit_;
- }
- /**
- * uint32 correct_hit = 4;
- *
- * @param value The correctHit to set.
- * @return This builder for chaining.
- */
- public Builder setCorrectHit(int value) {
-
- correctHit_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 correct_hit = 4;
- *
- * @return This builder for chaining.
- */
- public Builder clearCorrectHit() {
-
- correctHit_ = 0;
+ combo_ = 0;
onChanged();
return this;
}
private int musicBasicId_;
/**
- * uint32 music_basic_id = 12;
+ * uint32 music_basic_id = 7;
*
* @return The musicBasicId.
*/
@@ -1990,7 +1858,7 @@ public final class MusicGameSettleReqOuterClass {
return musicBasicId_;
}
/**
- * uint32 music_basic_id = 12;
+ * uint32 music_basic_id = 7;
*
* @param value The musicBasicId to set.
* @return This builder for chaining.
@@ -2002,7 +1870,7 @@ public final class MusicGameSettleReqOuterClass {
return this;
}
/**
- * uint32 music_basic_id = 12;
+ * uint32 music_basic_id = 7;
*
* @return This builder for chaining.
*/
@@ -2013,6 +1881,142 @@ public final class MusicGameSettleReqOuterClass {
return this;
}
+ private int starRating_;
+ /**
+ * uint32 star_rating = 2;
+ *
+ * @return The starRating.
+ */
+ @java.lang.Override
+ public int getStarRating() {
+ return starRating_;
+ }
+ /**
+ * uint32 star_rating = 2;
+ *
+ * @param value The starRating to set.
+ * @return This builder for chaining.
+ */
+ public Builder setStarRating(int value) {
+
+ starRating_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 star_rating = 2;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearStarRating() {
+
+ starRating_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int volume_;
+ /**
+ * uint32 volume = 1953;
+ *
+ * @return The volume.
+ */
+ @java.lang.Override
+ public int getVolume() {
+ return volume_;
+ }
+ /**
+ * uint32 volume = 1953;
+ *
+ * @param value The volume to set.
+ * @return This builder for chaining.
+ */
+ public Builder setVolume(int value) {
+
+ volume_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 volume = 1953;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearVolume() {
+
+ volume_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int correctHit_;
+ /**
+ * uint32 correct_hit = 14;
+ *
+ * @return The correctHit.
+ */
+ @java.lang.Override
+ public int getCorrectHit() {
+ return correctHit_;
+ }
+ /**
+ * uint32 correct_hit = 14;
+ *
+ * @param value The correctHit to set.
+ * @return This builder for chaining.
+ */
+ public Builder setCorrectHit(int value) {
+
+ correctHit_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 correct_hit = 14;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearCorrectHit() {
+
+ correctHit_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private boolean isCustomSpeed_;
+ /**
+ * bool is_custom_speed = 1285;
+ *
+ * @return The isCustomSpeed.
+ */
+ @java.lang.Override
+ public boolean getIsCustomSpeed() {
+ return isCustomSpeed_;
+ }
+ /**
+ * bool is_custom_speed = 1285;
+ *
+ * @param value The isCustomSpeed to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIsCustomSpeed(boolean value) {
+
+ isCustomSpeed_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * bool is_custom_speed = 1285;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIsCustomSpeed() {
+
+ isCustomSpeed_ = false;
+ onChanged();
+ return this;
+ }
+
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -2083,16 +2087,16 @@ public final class MusicGameSettleReqOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\030MusicGameSettleReq.proto\"\203\003\n\022MusicGame"
- + "SettleReq\022\023\n\013APJPLBOJEGN\030\001 \001(\r\022\r\n\005combo\030"
- + "\016 \001(\r\022\020\n\010ugc_guid\030\006 \001(\004\022\024\n\013OJIACEJOFJF\030\242"
- + "\017 \001(\r\022\021\n\tmax_combo\030\017 \001(\r\022\025\n\ris_save_scor"
- + "e\030\003 \001(\010\022\024\n\013BFAIDHEKEOD\030\265\001 \001(\r\022\024\n\013DGMDAOA"
- + "ENMJ\030\366\004 \003(\r\022\r\n\005score\030\002 \001(\r\022\024\n\013JIIDBCILME"
- + "P\030\253\r \001(\010\022\024\n\013JNBMKEFPJIC\030\275\010 \001(\r\022\024\n\013AECNMH"
- + "LOMBH\030\372\004 \001(\010\022\016\n\005speed\030\324\010 \001(\002\022\023\n\013NNIJFEMD"
- + "AIM\030\r \003(\r\022\023\n\013HPAMHHMILKM\030\010 \001(\r\022\023\n\013NDOFNF"
- + "ADKJH\030\n \001(\r\022\023\n\013correct_hit\030\004 \001(\r\022\026\n\016musi"
- + "c_basic_id\030\014 \001(\rB\033\n\031emu.grasscutter.net."
+ + "SettleReq\022\024\n\013button_list\030\200\003 \003(\r\022\016\n\005delay"
+ + "\030\233\006 \001(\r\022\021\n\tnote_list\030\004 \003(\r\022\024\n\014score_rati"
+ + "ng\030\017 \001(\r\022\r\n\005score\030\t \001(\r\022\020\n\010ugc_guid\030\006 \001("
+ + "\004\022\025\n\rrestart_times\030\r \001(\r\022\030\n\017is_custom_de"
+ + "lay\030\246\003 \001(\010\022\021\n\tmax_combo\030\005 \001(\r\022\026\n\ris_full"
+ + "_combo\030\242\010 \001(\r\022\016\n\005speed\030\231\003 \001(\002\022\025\n\ris_save"
+ + "_score\030\003 \001(\010\022\r\n\005combo\030\001 \001(\r\022\026\n\016music_bas"
+ + "ic_id\030\007 \001(\r\022\023\n\013star_rating\030\002 \001(\r\022\017\n\006volu"
+ + "me\030\241\017 \001(\r\022\023\n\013correct_hit\030\016 \001(\r\022\030\n\017is_cus"
+ + "tom_speed\030\205\n \001(\010B\033\n\031emu.grasscutter.net."
+ "protob\006proto3"
};
descriptor =
@@ -2103,24 +2107,24 @@ public final class MusicGameSettleReqOuterClass {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_MusicGameSettleReq_descriptor,
new java.lang.String[] {
- "APJPLBOJEGN",
- "Combo",
- "UgcGuid",
- "OJIACEJOFJF",
- "MaxCombo",
- "IsSaveScore",
- "BFAIDHEKEOD",
- "DGMDAOAENMJ",
+ "ButtonList",
+ "Delay",
+ "NoteList",
+ "ScoreRating",
"Score",
- "JIIDBCILMEP",
- "JNBMKEFPJIC",
- "AECNMHLOMBH",
+ "UgcGuid",
+ "RestartTimes",
+ "IsCustomDelay",
+ "MaxCombo",
+ "IsFullCombo",
"Speed",
- "NNIJFEMDAIM",
- "HPAMHHMILKM",
- "NDOFNFADKJH",
- "CorrectHit",
+ "IsSaveScore",
+ "Combo",
"MusicBasicId",
+ "StarRating",
+ "Volume",
+ "CorrectHit",
+ "IsCustomSpeed",
});
}
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleRspOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleRspOuterClass.java
index a385b080f..bb5ddb7c5 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleRspOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameSettleRspOuterClass.java
@@ -18,46 +18,47 @@ public final class MusicGameSettleRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint64 ugc_guid = 9;
+ * int32 retcode = 11;
*
- * @return The ugcGuid.
+ * @return The retcode.
*/
- long getUgcGuid();
+ int getRetcode();
/**
- * bool is_unlock_next_level = 5;
- *
- * @return The isUnlockNextLevel.
- */
- boolean getIsUnlockNextLevel();
-
- /**
- * uint32 music_basic_id = 14;
+ * uint32 music_basic_id = 5;
*
* @return The musicBasicId.
*/
int getMusicBasicId();
/**
- * bool is_new_record = 7;
+ * bool is_new_record = 6;
*
* @return The isNewRecord.
*/
boolean getIsNewRecord();
/**
- * int32 retcode = 15;
+ * bool is_unlock_next_level = 2;
*
- * @return The retcode.
+ * @return The isUnlockNextLevel.
*/
- int getRetcode();
+ boolean getIsUnlockNextLevel();
+
+ /**
+ * uint64 ugc_guid = 10;
+ *
+ * @return The ugcGuid.
+ */
+ long getUgcGuid();
}
/**
*
*
* - * Name: ANDLNOABFII - * CmdId: 8542 + * CmdId: 8673 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true ** * Protobuf type {@code MusicGameSettleRsp} @@ -103,27 +104,27 @@ public final class MusicGameSettleRspOuterClass { case 0: done = true; break; - case 40: + case 16: { isUnlockNextLevel_ = input.readBool(); break; } - case 56: - { - isNewRecord_ = input.readBool(); - break; - } - case 72: - { - ugcGuid_ = input.readUInt64(); - break; - } - case 112: + case 40: { musicBasicId_ = input.readUInt32(); break; } - case 120: + case 48: + { + isNewRecord_ = input.readBool(); + break; + } + case 80: + { + ugcGuid_ = input.readUInt64(); + break; + } + case 88: { retcode_ = input.readInt32(); break; @@ -163,34 +164,22 @@ public final class MusicGameSettleRspOuterClass { .class); } - public static final int UGC_GUID_FIELD_NUMBER = 9; - private long ugcGuid_; + public static final int RETCODE_FIELD_NUMBER = 11; + private int retcode_; /** - *
uint64 ugc_guid = 9;
+ * int32 retcode = 11;
*
- * @return The ugcGuid.
+ * @return The retcode.
*/
@java.lang.Override
- public long getUgcGuid() {
- return ugcGuid_;
+ public int getRetcode() {
+ return retcode_;
}
- public static final int IS_UNLOCK_NEXT_LEVEL_FIELD_NUMBER = 5;
- private boolean isUnlockNextLevel_;
- /**
- * bool is_unlock_next_level = 5;
- *
- * @return The isUnlockNextLevel.
- */
- @java.lang.Override
- public boolean getIsUnlockNextLevel() {
- return isUnlockNextLevel_;
- }
-
- public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 14;
+ public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 5;
private int musicBasicId_;
/**
- * uint32 music_basic_id = 14;
+ * uint32 music_basic_id = 5;
*
* @return The musicBasicId.
*/
@@ -199,10 +188,10 @@ public final class MusicGameSettleRspOuterClass {
return musicBasicId_;
}
- public static final int IS_NEW_RECORD_FIELD_NUMBER = 7;
+ public static final int IS_NEW_RECORD_FIELD_NUMBER = 6;
private boolean isNewRecord_;
/**
- * bool is_new_record = 7;
+ * bool is_new_record = 6;
*
* @return The isNewRecord.
*/
@@ -211,16 +200,28 @@ public final class MusicGameSettleRspOuterClass {
return isNewRecord_;
}
- public static final int RETCODE_FIELD_NUMBER = 15;
- private int retcode_;
+ public static final int IS_UNLOCK_NEXT_LEVEL_FIELD_NUMBER = 2;
+ private boolean isUnlockNextLevel_;
/**
- * int32 retcode = 15;
+ * bool is_unlock_next_level = 2;
*
- * @return The retcode.
+ * @return The isUnlockNextLevel.
*/
@java.lang.Override
- public int getRetcode() {
- return retcode_;
+ public boolean getIsUnlockNextLevel() {
+ return isUnlockNextLevel_;
+ }
+
+ public static final int UGC_GUID_FIELD_NUMBER = 10;
+ private long ugcGuid_;
+ /**
+ * uint64 ugc_guid = 10;
+ *
+ * @return The ugcGuid.
+ */
+ @java.lang.Override
+ public long getUgcGuid() {
+ return ugcGuid_;
}
private byte memoizedIsInitialized = -1;
@@ -238,19 +239,19 @@ public final class MusicGameSettleRspOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (isUnlockNextLevel_ != false) {
- output.writeBool(5, isUnlockNextLevel_);
- }
- if (isNewRecord_ != false) {
- output.writeBool(7, isNewRecord_);
- }
- if (ugcGuid_ != 0L) {
- output.writeUInt64(9, ugcGuid_);
+ output.writeBool(2, isUnlockNextLevel_);
}
if (musicBasicId_ != 0) {
- output.writeUInt32(14, musicBasicId_);
+ output.writeUInt32(5, musicBasicId_);
+ }
+ if (isNewRecord_ != false) {
+ output.writeBool(6, isNewRecord_);
+ }
+ if (ugcGuid_ != 0L) {
+ output.writeUInt64(10, ugcGuid_);
}
if (retcode_ != 0) {
- output.writeInt32(15, retcode_);
+ output.writeInt32(11, retcode_);
}
unknownFields.writeTo(output);
}
@@ -262,19 +263,19 @@ public final class MusicGameSettleRspOuterClass {
size = 0;
if (isUnlockNextLevel_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, isUnlockNextLevel_);
- }
- if (isNewRecord_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, isNewRecord_);
- }
- if (ugcGuid_ != 0L) {
- size += com.google.protobuf.CodedOutputStream.computeUInt64Size(9, ugcGuid_);
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, isUnlockNextLevel_);
}
if (musicBasicId_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(14, musicBasicId_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(5, musicBasicId_);
+ }
+ if (isNewRecord_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(6, isNewRecord_);
+ }
+ if (ugcGuid_ != 0L) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt64Size(10, ugcGuid_);
}
if (retcode_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeInt32Size(15, retcode_);
+ size += com.google.protobuf.CodedOutputStream.computeInt32Size(11, retcode_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -293,11 +294,11 @@ public final class MusicGameSettleRspOuterClass {
emu.grasscutter.net.proto.MusicGameSettleRspOuterClass.MusicGameSettleRsp other =
(emu.grasscutter.net.proto.MusicGameSettleRspOuterClass.MusicGameSettleRsp) obj;
- if (getUgcGuid() != other.getUgcGuid()) return false;
- if (getIsUnlockNextLevel() != other.getIsUnlockNextLevel()) return false;
+ if (getRetcode() != other.getRetcode()) return false;
if (getMusicBasicId() != other.getMusicBasicId()) return false;
if (getIsNewRecord() != other.getIsNewRecord()) return false;
- if (getRetcode() != other.getRetcode()) return false;
+ if (getIsUnlockNextLevel() != other.getIsUnlockNextLevel()) return false;
+ if (getUgcGuid() != other.getUgcGuid()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -309,16 +310,16 @@ public final class MusicGameSettleRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
- hash = (37 * hash) + IS_UNLOCK_NEXT_LEVEL_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsUnlockNextLevel());
+ hash = (37 * hash) + RETCODE_FIELD_NUMBER;
+ hash = (53 * hash) + getRetcode();
hash = (37 * hash) + MUSIC_BASIC_ID_FIELD_NUMBER;
hash = (53 * hash) + getMusicBasicId();
hash = (37 * hash) + IS_NEW_RECORD_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsNewRecord());
- hash = (37 * hash) + RETCODE_FIELD_NUMBER;
- hash = (53 * hash) + getRetcode();
+ hash = (37 * hash) + IS_UNLOCK_NEXT_LEVEL_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsUnlockNextLevel());
+ hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -431,8 +432,9 @@ public final class MusicGameSettleRspOuterClass {
*
*
* - * Name: ANDLNOABFII - * CmdId: 8542 + * CmdId: 8673 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true ** * Protobuf type {@code MusicGameSettleRsp} @@ -476,15 +478,15 @@ public final class MusicGameSettleRspOuterClass { @java.lang.Override public Builder clear() { super.clear(); - ugcGuid_ = 0L; - - isUnlockNextLevel_ = false; + retcode_ = 0; musicBasicId_ = 0; isNewRecord_ = false; - retcode_ = 0; + isUnlockNextLevel_ = false; + + ugcGuid_ = 0L; return this; } @@ -517,11 +519,11 @@ public final class MusicGameSettleRspOuterClass { buildPartial() { emu.grasscutter.net.proto.MusicGameSettleRspOuterClass.MusicGameSettleRsp result = new emu.grasscutter.net.proto.MusicGameSettleRspOuterClass.MusicGameSettleRsp(this); - result.ugcGuid_ = ugcGuid_; - result.isUnlockNextLevel_ = isUnlockNextLevel_; + result.retcode_ = retcode_; result.musicBasicId_ = musicBasicId_; result.isNewRecord_ = isNewRecord_; - result.retcode_ = retcode_; + result.isUnlockNextLevel_ = isUnlockNextLevel_; + result.ugcGuid_ = ugcGuid_; onBuilt(); return result; } @@ -578,11 +580,8 @@ public final class MusicGameSettleRspOuterClass { if (other == emu.grasscutter.net.proto.MusicGameSettleRspOuterClass.MusicGameSettleRsp .getDefaultInstance()) return this; - if (other.getUgcGuid() != 0L) { - setUgcGuid(other.getUgcGuid()); - } - if (other.getIsUnlockNextLevel() != false) { - setIsUnlockNextLevel(other.getIsUnlockNextLevel()); + if (other.getRetcode() != 0) { + setRetcode(other.getRetcode()); } if (other.getMusicBasicId() != 0) { setMusicBasicId(other.getMusicBasicId()); @@ -590,8 +589,11 @@ public final class MusicGameSettleRspOuterClass { if (other.getIsNewRecord() != false) { setIsNewRecord(other.getIsNewRecord()); } - if (other.getRetcode() != 0) { - setRetcode(other.getRetcode()); + if (other.getIsUnlockNextLevel() != false) { + setIsUnlockNextLevel(other.getIsUnlockNextLevel()); + } + if (other.getUgcGuid() != 0L) { + setUgcGuid(other.getUgcGuid()); } this.mergeUnknownFields(other.unknownFields); onChanged(); @@ -625,77 +627,43 @@ public final class MusicGameSettleRspOuterClass { return this; } - private long ugcGuid_; + private int retcode_; /** - *
uint64 ugc_guid = 9;
+ * int32 retcode = 11;
*
- * @return The ugcGuid.
+ * @return The retcode.
*/
@java.lang.Override
- public long getUgcGuid() {
- return ugcGuid_;
+ public int getRetcode() {
+ return retcode_;
}
/**
- * uint64 ugc_guid = 9;
+ * int32 retcode = 11;
*
- * @param value The ugcGuid to set.
+ * @param value The retcode to set.
* @return This builder for chaining.
*/
- public Builder setUgcGuid(long value) {
+ public Builder setRetcode(int value) {
- ugcGuid_ = value;
+ retcode_ = value;
onChanged();
return this;
}
/**
- * uint64 ugc_guid = 9;
+ * int32 retcode = 11;
*
* @return This builder for chaining.
*/
- public Builder clearUgcGuid() {
+ public Builder clearRetcode() {
- ugcGuid_ = 0L;
- onChanged();
- return this;
- }
-
- private boolean isUnlockNextLevel_;
- /**
- * bool is_unlock_next_level = 5;
- *
- * @return The isUnlockNextLevel.
- */
- @java.lang.Override
- public boolean getIsUnlockNextLevel() {
- return isUnlockNextLevel_;
- }
- /**
- * bool is_unlock_next_level = 5;
- *
- * @param value The isUnlockNextLevel to set.
- * @return This builder for chaining.
- */
- public Builder setIsUnlockNextLevel(boolean value) {
-
- isUnlockNextLevel_ = value;
- onChanged();
- return this;
- }
- /**
- * bool is_unlock_next_level = 5;
- *
- * @return This builder for chaining.
- */
- public Builder clearIsUnlockNextLevel() {
-
- isUnlockNextLevel_ = false;
+ retcode_ = 0;
onChanged();
return this;
}
private int musicBasicId_;
/**
- * uint32 music_basic_id = 14;
+ * uint32 music_basic_id = 5;
*
* @return The musicBasicId.
*/
@@ -704,7 +672,7 @@ public final class MusicGameSettleRspOuterClass {
return musicBasicId_;
}
/**
- * uint32 music_basic_id = 14;
+ * uint32 music_basic_id = 5;
*
* @param value The musicBasicId to set.
* @return This builder for chaining.
@@ -716,7 +684,7 @@ public final class MusicGameSettleRspOuterClass {
return this;
}
/**
- * uint32 music_basic_id = 14;
+ * uint32 music_basic_id = 5;
*
* @return This builder for chaining.
*/
@@ -729,7 +697,7 @@ public final class MusicGameSettleRspOuterClass {
private boolean isNewRecord_;
/**
- * bool is_new_record = 7;
+ * bool is_new_record = 6;
*
* @return The isNewRecord.
*/
@@ -738,7 +706,7 @@ public final class MusicGameSettleRspOuterClass {
return isNewRecord_;
}
/**
- * bool is_new_record = 7;
+ * bool is_new_record = 6;
*
* @param value The isNewRecord to set.
* @return This builder for chaining.
@@ -750,7 +718,7 @@ public final class MusicGameSettleRspOuterClass {
return this;
}
/**
- * bool is_new_record = 7;
+ * bool is_new_record = 6;
*
* @return This builder for chaining.
*/
@@ -761,36 +729,70 @@ public final class MusicGameSettleRspOuterClass {
return this;
}
- private int retcode_;
+ private boolean isUnlockNextLevel_;
/**
- * int32 retcode = 15;
+ * bool is_unlock_next_level = 2;
*
- * @return The retcode.
+ * @return The isUnlockNextLevel.
*/
@java.lang.Override
- public int getRetcode() {
- return retcode_;
+ public boolean getIsUnlockNextLevel() {
+ return isUnlockNextLevel_;
}
/**
- * int32 retcode = 15;
+ * bool is_unlock_next_level = 2;
*
- * @param value The retcode to set.
+ * @param value The isUnlockNextLevel to set.
* @return This builder for chaining.
*/
- public Builder setRetcode(int value) {
+ public Builder setIsUnlockNextLevel(boolean value) {
- retcode_ = value;
+ isUnlockNextLevel_ = value;
onChanged();
return this;
}
/**
- * int32 retcode = 15;
+ * bool is_unlock_next_level = 2;
*
* @return This builder for chaining.
*/
- public Builder clearRetcode() {
+ public Builder clearIsUnlockNextLevel() {
- retcode_ = 0;
+ isUnlockNextLevel_ = false;
+ onChanged();
+ return this;
+ }
+
+ private long ugcGuid_;
+ /**
+ * uint64 ugc_guid = 10;
+ *
+ * @return The ugcGuid.
+ */
+ @java.lang.Override
+ public long getUgcGuid() {
+ return ugcGuid_;
+ }
+ /**
+ * uint64 ugc_guid = 10;
+ *
+ * @param value The ugcGuid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setUgcGuid(long value) {
+
+ ugcGuid_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint64 ugc_guid = 10;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearUgcGuid() {
+
+ ugcGuid_ = 0L;
onChanged();
return this;
}
@@ -865,10 +867,10 @@ public final class MusicGameSettleRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\030MusicGameSettleRsp.proto\"\204\001\n\022MusicGame"
- + "SettleRsp\022\020\n\010ugc_guid\030\t \001(\004\022\034\n\024is_unlock"
- + "_next_level\030\005 \001(\010\022\026\n\016music_basic_id\030\016 \001("
- + "\r\022\025\n\ris_new_record\030\007 \001(\010\022\017\n\007retcode\030\017 \001("
- + "\005B\033\n\031emu.grasscutter.net.protob\006proto3"
+ + "SettleRsp\022\017\n\007retcode\030\013 \001(\005\022\026\n\016music_basi"
+ + "c_id\030\005 \001(\r\022\025\n\ris_new_record\030\006 \001(\010\022\034\n\024is_"
+ + "unlock_next_level\030\002 \001(\010\022\020\n\010ugc_guid\030\n \001("
+ + "\004B\033\n\031emu.grasscutter.net.protob\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -878,7 +880,7 @@ public final class MusicGameSettleRspOuterClass {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_MusicGameSettleRsp_descriptor,
new java.lang.String[] {
- "UgcGuid", "IsUnlockNextLevel", "MusicBasicId", "IsNewRecord", "Retcode",
+ "Retcode", "MusicBasicId", "IsNewRecord", "IsUnlockNextLevel", "UgcGuid",
});
}
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartReqOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartReqOuterClass.java
index e003428e7..b94ac850c 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartReqOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartReqOuterClass.java
@@ -18,32 +18,34 @@ public final class MusicGameStartReqOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint64 ugc_guid = 13;
+ * uint32 music_basic_id = 2;
*
- * @return The ugcGuid.
+ * @return The musicBasicId.
*/
- long getUgcGuid();
+ int getMusicBasicId();
/**
- * bool is_save_score = 7;
+ * bool is_save_score = 11;
*
* @return The isSaveScore.
*/
boolean getIsSaveScore();
/**
- * uint32 music_basic_id = 4;
+ * uint64 ugc_guid = 3;
*
- * @return The musicBasicId.
+ * @return The ugcGuid.
*/
- int getMusicBasicId();
+ long getUgcGuid();
}
/**
*
*
* - * Name: KIECLHFBINF - * CmdId: 8103 + * CmdId: 8406 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true + * IsAllowClient: true ** * Protobuf type {@code MusicGameStartReq} @@ -89,21 +91,21 @@ public final class MusicGameStartReqOuterClass { case 0: done = true; break; - case 32: + case 16: { musicBasicId_ = input.readUInt32(); break; } - case 56: - { - isSaveScore_ = input.readBool(); - break; - } - case 104: + case 24: { ugcGuid_ = input.readUInt64(); break; } + case 88: + { + isSaveScore_ = input.readBool(); + break; + } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { @@ -139,22 +141,22 @@ public final class MusicGameStartReqOuterClass { .class); } - public static final int UGC_GUID_FIELD_NUMBER = 13; - private long ugcGuid_; + public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 2; + private int musicBasicId_; /** - *
uint64 ugc_guid = 13;
+ * uint32 music_basic_id = 2;
*
- * @return The ugcGuid.
+ * @return The musicBasicId.
*/
@java.lang.Override
- public long getUgcGuid() {
- return ugcGuid_;
+ public int getMusicBasicId() {
+ return musicBasicId_;
}
- public static final int IS_SAVE_SCORE_FIELD_NUMBER = 7;
+ public static final int IS_SAVE_SCORE_FIELD_NUMBER = 11;
private boolean isSaveScore_;
/**
- * bool is_save_score = 7;
+ * bool is_save_score = 11;
*
* @return The isSaveScore.
*/
@@ -163,16 +165,16 @@ public final class MusicGameStartReqOuterClass {
return isSaveScore_;
}
- public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 4;
- private int musicBasicId_;
+ public static final int UGC_GUID_FIELD_NUMBER = 3;
+ private long ugcGuid_;
/**
- * uint32 music_basic_id = 4;
+ * uint64 ugc_guid = 3;
*
- * @return The musicBasicId.
+ * @return The ugcGuid.
*/
@java.lang.Override
- public int getMusicBasicId() {
- return musicBasicId_;
+ public long getUgcGuid() {
+ return ugcGuid_;
}
private byte memoizedIsInitialized = -1;
@@ -190,13 +192,13 @@ public final class MusicGameStartReqOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (musicBasicId_ != 0) {
- output.writeUInt32(4, musicBasicId_);
- }
- if (isSaveScore_ != false) {
- output.writeBool(7, isSaveScore_);
+ output.writeUInt32(2, musicBasicId_);
}
if (ugcGuid_ != 0L) {
- output.writeUInt64(13, ugcGuid_);
+ output.writeUInt64(3, ugcGuid_);
+ }
+ if (isSaveScore_ != false) {
+ output.writeBool(11, isSaveScore_);
}
unknownFields.writeTo(output);
}
@@ -208,13 +210,13 @@ public final class MusicGameStartReqOuterClass {
size = 0;
if (musicBasicId_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, musicBasicId_);
- }
- if (isSaveScore_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, isSaveScore_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, musicBasicId_);
}
if (ugcGuid_ != 0L) {
- size += com.google.protobuf.CodedOutputStream.computeUInt64Size(13, ugcGuid_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt64Size(3, ugcGuid_);
+ }
+ if (isSaveScore_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(11, isSaveScore_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -233,9 +235,9 @@ public final class MusicGameStartReqOuterClass {
emu.grasscutter.net.proto.MusicGameStartReqOuterClass.MusicGameStartReq other =
(emu.grasscutter.net.proto.MusicGameStartReqOuterClass.MusicGameStartReq) obj;
- if (getUgcGuid() != other.getUgcGuid()) return false;
- if (getIsSaveScore() != other.getIsSaveScore()) return false;
if (getMusicBasicId() != other.getMusicBasicId()) return false;
+ if (getIsSaveScore() != other.getIsSaveScore()) return false;
+ if (getUgcGuid() != other.getUgcGuid()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -247,12 +249,12 @@ public final class MusicGameStartReqOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
- hash = (37 * hash) + IS_SAVE_SCORE_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsSaveScore());
hash = (37 * hash) + MUSIC_BASIC_ID_FIELD_NUMBER;
hash = (53 * hash) + getMusicBasicId();
+ hash = (37 * hash) + IS_SAVE_SCORE_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsSaveScore());
+ hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -360,8 +362,10 @@ public final class MusicGameStartReqOuterClass {
*
*
* - * Name: KIECLHFBINF - * CmdId: 8103 + * CmdId: 8406 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true + * IsAllowClient: true ** * Protobuf type {@code MusicGameStartReq} @@ -405,11 +409,11 @@ public final class MusicGameStartReqOuterClass { @java.lang.Override public Builder clear() { super.clear(); - ugcGuid_ = 0L; + musicBasicId_ = 0; isSaveScore_ = false; - musicBasicId_ = 0; + ugcGuid_ = 0L; return this; } @@ -442,9 +446,9 @@ public final class MusicGameStartReqOuterClass { buildPartial() { emu.grasscutter.net.proto.MusicGameStartReqOuterClass.MusicGameStartReq result = new emu.grasscutter.net.proto.MusicGameStartReqOuterClass.MusicGameStartReq(this); - result.ugcGuid_ = ugcGuid_; - result.isSaveScore_ = isSaveScore_; result.musicBasicId_ = musicBasicId_; + result.isSaveScore_ = isSaveScore_; + result.ugcGuid_ = ugcGuid_; onBuilt(); return result; } @@ -501,14 +505,14 @@ public final class MusicGameStartReqOuterClass { if (other == emu.grasscutter.net.proto.MusicGameStartReqOuterClass.MusicGameStartReq .getDefaultInstance()) return this; - if (other.getUgcGuid() != 0L) { - setUgcGuid(other.getUgcGuid()); + if (other.getMusicBasicId() != 0) { + setMusicBasicId(other.getMusicBasicId()); } if (other.getIsSaveScore() != false) { setIsSaveScore(other.getIsSaveScore()); } - if (other.getMusicBasicId() != 0) { - setMusicBasicId(other.getMusicBasicId()); + if (other.getUgcGuid() != 0L) { + setUgcGuid(other.getUgcGuid()); } this.mergeUnknownFields(other.unknownFields); onChanged(); @@ -542,77 +546,9 @@ public final class MusicGameStartReqOuterClass { return this; } - private long ugcGuid_; - /** - *
uint64 ugc_guid = 13;
- *
- * @return The ugcGuid.
- */
- @java.lang.Override
- public long getUgcGuid() {
- return ugcGuid_;
- }
- /**
- * uint64 ugc_guid = 13;
- *
- * @param value The ugcGuid to set.
- * @return This builder for chaining.
- */
- public Builder setUgcGuid(long value) {
-
- ugcGuid_ = value;
- onChanged();
- return this;
- }
- /**
- * uint64 ugc_guid = 13;
- *
- * @return This builder for chaining.
- */
- public Builder clearUgcGuid() {
-
- ugcGuid_ = 0L;
- onChanged();
- return this;
- }
-
- private boolean isSaveScore_;
- /**
- * bool is_save_score = 7;
- *
- * @return The isSaveScore.
- */
- @java.lang.Override
- public boolean getIsSaveScore() {
- return isSaveScore_;
- }
- /**
- * bool is_save_score = 7;
- *
- * @param value The isSaveScore to set.
- * @return This builder for chaining.
- */
- public Builder setIsSaveScore(boolean value) {
-
- isSaveScore_ = value;
- onChanged();
- return this;
- }
- /**
- * bool is_save_score = 7;
- *
- * @return This builder for chaining.
- */
- public Builder clearIsSaveScore() {
-
- isSaveScore_ = false;
- onChanged();
- return this;
- }
-
private int musicBasicId_;
/**
- * uint32 music_basic_id = 4;
+ * uint32 music_basic_id = 2;
*
* @return The musicBasicId.
*/
@@ -621,7 +557,7 @@ public final class MusicGameStartReqOuterClass {
return musicBasicId_;
}
/**
- * uint32 music_basic_id = 4;
+ * uint32 music_basic_id = 2;
*
* @param value The musicBasicId to set.
* @return This builder for chaining.
@@ -633,7 +569,7 @@ public final class MusicGameStartReqOuterClass {
return this;
}
/**
- * uint32 music_basic_id = 4;
+ * uint32 music_basic_id = 2;
*
* @return This builder for chaining.
*/
@@ -644,6 +580,74 @@ public final class MusicGameStartReqOuterClass {
return this;
}
+ private boolean isSaveScore_;
+ /**
+ * bool is_save_score = 11;
+ *
+ * @return The isSaveScore.
+ */
+ @java.lang.Override
+ public boolean getIsSaveScore() {
+ return isSaveScore_;
+ }
+ /**
+ * bool is_save_score = 11;
+ *
+ * @param value The isSaveScore to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIsSaveScore(boolean value) {
+
+ isSaveScore_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * bool is_save_score = 11;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIsSaveScore() {
+
+ isSaveScore_ = false;
+ onChanged();
+ return this;
+ }
+
+ private long ugcGuid_;
+ /**
+ * uint64 ugc_guid = 3;
+ *
+ * @return The ugcGuid.
+ */
+ @java.lang.Override
+ public long getUgcGuid() {
+ return ugcGuid_;
+ }
+ /**
+ * uint64 ugc_guid = 3;
+ *
+ * @param value The ugcGuid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setUgcGuid(long value) {
+
+ ugcGuid_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint64 ugc_guid = 3;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearUgcGuid() {
+
+ ugcGuid_ = 0L;
+ onChanged();
+ return this;
+ }
+
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -714,8 +718,8 @@ public final class MusicGameStartReqOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\027MusicGameStartReq.proto\"T\n\021MusicGameSt"
- + "artReq\022\020\n\010ugc_guid\030\r \001(\004\022\025\n\ris_save_scor"
- + "e\030\007 \001(\010\022\026\n\016music_basic_id\030\004 \001(\rB\033\n\031emu.g"
+ + "artReq\022\026\n\016music_basic_id\030\002 \001(\r\022\025\n\ris_sav"
+ + "e_score\030\013 \001(\010\022\020\n\010ugc_guid\030\003 \001(\004B\033\n\031emu.g"
+ "rasscutter.net.protob\006proto3"
};
descriptor =
@@ -726,7 +730,7 @@ public final class MusicGameStartReqOuterClass {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_MusicGameStartReq_descriptor,
new java.lang.String[] {
- "UgcGuid", "IsSaveScore", "MusicBasicId",
+ "MusicBasicId", "IsSaveScore", "UgcGuid",
});
}
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartRspOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartRspOuterClass.java
index 25b85bde4..6f94823c1 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartRspOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/MusicGameStartRspOuterClass.java
@@ -18,7 +18,14 @@ public final class MusicGameStartRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * int32 retcode = 9;
+ * uint32 music_basic_id = 4;
+ *
+ * @return The musicBasicId.
+ */
+ int getMusicBasicId();
+
+ /**
+ * int32 retcode = 1;
*
* @return The retcode.
*/
@@ -30,20 +37,14 @@ public final class MusicGameStartRspOuterClass {
* @return The ugcGuid.
*/
long getUgcGuid();
-
- /**
- * uint32 music_basic_id = 11;
- *
- * @return The musicBasicId.
- */
- int getMusicBasicId();
}
/**
*
*
* - * Name: GGFNHKHDDKC - * CmdId: 8334 + * CmdId: 8326 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true ** * Protobuf type {@code MusicGameStartRsp} @@ -89,12 +90,12 @@ public final class MusicGameStartRspOuterClass { case 0: done = true; break; - case 72: + case 8: { retcode_ = input.readInt32(); break; } - case 88: + case 32: { musicBasicId_ = input.readUInt32(); break; @@ -139,10 +140,22 @@ public final class MusicGameStartRspOuterClass { .class); } - public static final int RETCODE_FIELD_NUMBER = 9; + public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 4; + private int musicBasicId_; + /** + *
uint32 music_basic_id = 4;
+ *
+ * @return The musicBasicId.
+ */
+ @java.lang.Override
+ public int getMusicBasicId() {
+ return musicBasicId_;
+ }
+
+ public static final int RETCODE_FIELD_NUMBER = 1;
private int retcode_;
/**
- * int32 retcode = 9;
+ * int32 retcode = 1;
*
* @return The retcode.
*/
@@ -163,18 +176,6 @@ public final class MusicGameStartRspOuterClass {
return ugcGuid_;
}
- public static final int MUSIC_BASIC_ID_FIELD_NUMBER = 11;
- private int musicBasicId_;
- /**
- * uint32 music_basic_id = 11;
- *
- * @return The musicBasicId.
- */
- @java.lang.Override
- public int getMusicBasicId() {
- return musicBasicId_;
- }
-
private byte memoizedIsInitialized = -1;
@java.lang.Override
@@ -190,10 +191,10 @@ public final class MusicGameStartRspOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (retcode_ != 0) {
- output.writeInt32(9, retcode_);
+ output.writeInt32(1, retcode_);
}
if (musicBasicId_ != 0) {
- output.writeUInt32(11, musicBasicId_);
+ output.writeUInt32(4, musicBasicId_);
}
if (ugcGuid_ != 0L) {
output.writeUInt64(15, ugcGuid_);
@@ -208,10 +209,10 @@ public final class MusicGameStartRspOuterClass {
size = 0;
if (retcode_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeInt32Size(9, retcode_);
+ size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, retcode_);
}
if (musicBasicId_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(11, musicBasicId_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, musicBasicId_);
}
if (ugcGuid_ != 0L) {
size += com.google.protobuf.CodedOutputStream.computeUInt64Size(15, ugcGuid_);
@@ -233,9 +234,9 @@ public final class MusicGameStartRspOuterClass {
emu.grasscutter.net.proto.MusicGameStartRspOuterClass.MusicGameStartRsp other =
(emu.grasscutter.net.proto.MusicGameStartRspOuterClass.MusicGameStartRsp) obj;
+ if (getMusicBasicId() != other.getMusicBasicId()) return false;
if (getRetcode() != other.getRetcode()) return false;
if (getUgcGuid() != other.getUgcGuid()) return false;
- if (getMusicBasicId() != other.getMusicBasicId()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -247,12 +248,12 @@ public final class MusicGameStartRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
+ hash = (37 * hash) + MUSIC_BASIC_ID_FIELD_NUMBER;
+ hash = (53 * hash) + getMusicBasicId();
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
- hash = (37 * hash) + MUSIC_BASIC_ID_FIELD_NUMBER;
- hash = (53 * hash) + getMusicBasicId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -360,8 +361,9 @@ public final class MusicGameStartRspOuterClass {
*
*
* - * Name: GGFNHKHDDKC - * CmdId: 8334 + * CmdId: 8326 (3.2) + * EnetChannelId: 0 + * EnetIsReliable: true ** * Protobuf type {@code MusicGameStartRsp} @@ -405,12 +407,12 @@ public final class MusicGameStartRspOuterClass { @java.lang.Override public Builder clear() { super.clear(); + musicBasicId_ = 0; + retcode_ = 0; ugcGuid_ = 0L; - musicBasicId_ = 0; - return this; } @@ -442,9 +444,9 @@ public final class MusicGameStartRspOuterClass { buildPartial() { emu.grasscutter.net.proto.MusicGameStartRspOuterClass.MusicGameStartRsp result = new emu.grasscutter.net.proto.MusicGameStartRspOuterClass.MusicGameStartRsp(this); + result.musicBasicId_ = musicBasicId_; result.retcode_ = retcode_; result.ugcGuid_ = ugcGuid_; - result.musicBasicId_ = musicBasicId_; onBuilt(); return result; } @@ -501,15 +503,15 @@ public final class MusicGameStartRspOuterClass { if (other == emu.grasscutter.net.proto.MusicGameStartRspOuterClass.MusicGameStartRsp .getDefaultInstance()) return this; + if (other.getMusicBasicId() != 0) { + setMusicBasicId(other.getMusicBasicId()); + } if (other.getRetcode() != 0) { setRetcode(other.getRetcode()); } if (other.getUgcGuid() != 0L) { setUgcGuid(other.getUgcGuid()); } - if (other.getMusicBasicId() != 0) { - setMusicBasicId(other.getMusicBasicId()); - } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -542,9 +544,43 @@ public final class MusicGameStartRspOuterClass { return this; } + private int musicBasicId_; + /** + *
uint32 music_basic_id = 4;
+ *
+ * @return The musicBasicId.
+ */
+ @java.lang.Override
+ public int getMusicBasicId() {
+ return musicBasicId_;
+ }
+ /**
+ * uint32 music_basic_id = 4;
+ *
+ * @param value The musicBasicId to set.
+ * @return This builder for chaining.
+ */
+ public Builder setMusicBasicId(int value) {
+
+ musicBasicId_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 music_basic_id = 4;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearMusicBasicId() {
+
+ musicBasicId_ = 0;
+ onChanged();
+ return this;
+ }
+
private int retcode_;
/**
- * int32 retcode = 9;
+ * int32 retcode = 1;
*
* @return The retcode.
*/
@@ -553,7 +589,7 @@ public final class MusicGameStartRspOuterClass {
return retcode_;
}
/**
- * int32 retcode = 9;
+ * int32 retcode = 1;
*
* @param value The retcode to set.
* @return This builder for chaining.
@@ -565,7 +601,7 @@ public final class MusicGameStartRspOuterClass {
return this;
}
/**
- * int32 retcode = 9;
+ * int32 retcode = 1;
*
* @return This builder for chaining.
*/
@@ -610,40 +646,6 @@ public final class MusicGameStartRspOuterClass {
return this;
}
- private int musicBasicId_;
- /**
- * uint32 music_basic_id = 11;
- *
- * @return The musicBasicId.
- */
- @java.lang.Override
- public int getMusicBasicId() {
- return musicBasicId_;
- }
- /**
- * uint32 music_basic_id = 11;
- *
- * @param value The musicBasicId to set.
- * @return This builder for chaining.
- */
- public Builder setMusicBasicId(int value) {
-
- musicBasicId_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 music_basic_id = 11;
- *
- * @return This builder for chaining.
- */
- public Builder clearMusicBasicId() {
-
- musicBasicId_ = 0;
- onChanged();
- return this;
- }
-
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -714,8 +716,8 @@ public final class MusicGameStartRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\027MusicGameStartRsp.proto\"N\n\021MusicGameSt"
- + "artRsp\022\017\n\007retcode\030\t \001(\005\022\020\n\010ugc_guid\030\017 \001("
- + "\004\022\026\n\016music_basic_id\030\013 \001(\rB\033\n\031emu.grasscu"
+ + "artRsp\022\026\n\016music_basic_id\030\004 \001(\r\022\017\n\007retcod"
+ + "e\030\001 \001(\005\022\020\n\010ugc_guid\030\017 \001(\004B\033\n\031emu.grasscu"
+ "tter.net.protob\006proto3"
};
descriptor =
@@ -726,7 +728,7 @@ public final class MusicGameStartRspOuterClass {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_MusicGameStartRsp_descriptor,
new java.lang.String[] {
- "Retcode", "UgcGuid", "MusicBasicId",
+ "MusicBasicId", "Retcode", "UgcGuid",
});
}
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicBriefInfoOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicBriefInfoOuterClass.java
index 42c8e5941..ef974ad56 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicBriefInfoOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicBriefInfoOuterClass.java
@@ -18,189 +18,182 @@ public final class UgcMusicBriefInfoOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint64 import_from_ugc_guid = 6;
+ * uint64 import_from_ugc_guid = 5;
*
* @return The importFromUgcGuid.
*/
long getImportFromUgcGuid();
/**
- * bool BFBOOIBDEFL = 15;
+ * bool is_published = 8;
*
- * @return The bFBOOIBDEFL.
+ * @return The isPublished.
*/
- boolean getBFBOOIBDEFL();
+ boolean getIsPublished();
/**
- * uint32 OMKIMIPNGLF = 1847;
+ * bool is_played = 1;
*
- * @return The oMKIMIPNGLF.
+ * @return The isPlayed.
*/
- int getOMKIMIPNGLF();
+ boolean getIsPlayed();
/**
- * string creator_nickname = 13;
- *
- * @return The creatorNickname.
- */
- java.lang.String getCreatorNickname();
- /**
- * string creator_nickname = 13;
- *
- * @return The bytes for creatorNickname.
- */
- com.google.protobuf.ByteString getCreatorNicknameBytes();
-
- /**
- * uint32 ICHFOLMCONK = 9;
- *
- * @return The iCHFOLMCONK.
- */
- int getICHFOLMCONK();
-
- /**
- * uint32 music_id = 10;
+ * uint32 music_id = 2;
*
* @return The musicId.
*/
int getMusicId();
/**
- * uint32 ECGMBEDIMAF = 14;
+ * uint32 save_page_type = 1182;
*
- * @return The eCGMBEDIMAF.
+ * @return The savePageType.
*/
- int getECGMBEDIMAF();
+ int getSavePageType();
/**
- * uint32 JDMDEBFDOCB = 1288;
+ * uint32 save_idx = 12;
*
- * @return The jDMDEBFDOCB.
+ * @return The saveIdx.
*/
- int getJDMDEBFDOCB();
+ int getSaveIdx();
/**
- * bool IKPEAIAEIOE = 12;
+ * string creator_nickname = 10;
*
- * @return The iKPEAIAEIOE.
+ * @return The creatorNickname.
*/
- boolean getIKPEAIAEIOE();
+ java.lang.String getCreatorNickname();
+ /**
+ * string creator_nickname = 10;
+ *
+ * @return The bytes for creatorNickname.
+ */
+ com.google.protobuf.ByteString getCreatorNicknameBytes();
/**
- * bool is_psn_platform = 8;
- *
- * @return The isPsnPlatform.
- */
- boolean getIsPsnPlatform();
-
- /**
- * uint32 BGBGAHDGCOD = 567;
- *
- * @return The bGBGAHDGCOD.
- */
- int getBGBGAHDGCOD();
-
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @return A list containing the nEPBHGEPAJF.
- */
- java.util.Listrepeated uint32 NEPBHGEPAJF = 1605;
- *
- * @return The count of nEPBHGEPAJF.
- */
- int getNEPBHGEPAJFCount();
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @param index The index of the element to return.
- * @return The nEPBHGEPAJF at the given index.
- */
- int getNEPBHGEPAJF(int index);
-
- /**
- * uint32 FENKBJEOFOD = 1535;
- *
- * @return The fENKBJEOFOD.
- */
- int getFENKBJEOFOD();
-
- /**
- * uint32 FCCLIJPGIMB = 2;
- *
- * @return The fCCLIJPGIMB.
- */
- int getFCCLIJPGIMB();
-
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @return A list containing the bINOPNBOMLE.
- */
- java.util.Listrepeated uint32 BINOPNBOMLE = 429;
- *
- * @return The count of bINOPNBOMLE.
- */
- int getBINOPNBOMLECount();
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @param index The index of the element to return.
- * @return The bINOPNBOMLE at the given index.
- */
- int getBINOPNBOMLE(int index);
-
- /**
- * uint32 version = 11;
+ * uint32 version = 15;
*
* @return The version.
*/
int getVersion();
/**
- * uint64 ugc_guid = 3;
+ * uint32 save_time = 3;
*
- * @return The ugcGuid.
+ * @return The saveTime.
*/
- long getUgcGuid();
+ int getSaveTime();
/**
- * uint32 max_score = 1;
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @return A list containing the afterNoteList.
+ */
+ java.util.Listrepeated uint32 after_note_list = 1002;
+ *
+ * @return The count of afterNoteList.
+ */
+ int getAfterNoteListCount();
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @param index The index of the element to return.
+ * @return The afterNoteList at the given index.
+ */
+ int getAfterNoteList(int index);
+
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @return A list containing the beforeNoteList.
+ */
+ java.util.Listrepeated uint32 before_note_list = 982;
+ *
+ * @return The count of beforeNoteList.
+ */
+ int getBeforeNoteListCount();
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @param index The index of the element to return.
+ * @return The beforeNoteList at the given index.
+ */
+ int getBeforeNoteList(int index);
+
+ /**
+ * bool is_psn_platform = 9;
+ *
+ * @return The isPsnPlatform.
+ */
+ boolean getIsPsnPlatform();
+
+ /**
+ * uint32 time_line_edit_time = 1822;
+ *
+ * @return The timeLineEditTime.
+ */
+ int getTimeLineEditTime();
+
+ /**
+ * bool is_changed_after_publish = 11;
+ *
+ * @return The isChangedAfterPublish.
+ */
+ boolean getIsChangedAfterPublish();
+
+ /**
+ * uint32 publish_time = 13;
+ *
+ * @return The publishTime.
+ */
+ int getPublishTime();
+
+ /**
+ * uint32 max_score = 14;
*
* @return The maxScore.
*/
int getMaxScore();
/**
- * uint32 MNFFJEHHPNG = 4;
+ * uint32 real_time_edit_time = 576;
*
- * @return The mNFFJEHHPNG.
+ * @return The realTimeEditTime.
*/
- int getMNFFJEHHPNG();
+ int getRealTimeEditTime();
/**
- * bool GPMMJBKAIMN = 5;
+ * uint32 note_count = 7;
*
- * @return The gPMMJBKAIMN.
+ * @return The noteCount.
*/
- boolean getGPMMJBKAIMN();
+ int getNoteCount();
/**
- * uint32 MDNHFEMGKIL = 7;
+ * uint64 ugc_guid = 4;
*
- * @return The mDNHFEMGKIL.
+ * @return The ugcGuid.
*/
- int getMDNHFEMGKIL();
+ long getUgcGuid();
+
+ /**
+ * uint32 self_max_score = 6;
+ *
+ * @return The selfMaxScore.
+ */
+ int getSelfMaxScore();
}
/**
*
*
* - * Name: NFCMDLFAPCF + * 3.2 ** * Protobuf type {@code UgcMusicBriefInfo} @@ -217,8 +210,8 @@ public final class UgcMusicBriefInfoOuterClass { private UgcMusicBriefInfo() { creatorNickname_ = ""; - nEPBHGEPAJF_ = emptyIntList(); - bINOPNBOMLE_ = emptyIntList(); + afterNoteList_ = emptyIntList(); + beforeNoteList_ = emptyIntList(); } @java.lang.Override @@ -253,145 +246,140 @@ public final class UgcMusicBriefInfoOuterClass { break; case 8: { - maxScore_ = input.readUInt32(); + isPlayed_ = input.readBool(); break; } case 16: { - fCCLIJPGIMB_ = input.readUInt32(); + musicId_ = input.readUInt32(); break; } case 24: { - ugcGuid_ = input.readUInt64(); + saveTime_ = input.readUInt32(); break; } case 32: { - mNFFJEHHPNG_ = input.readUInt32(); + ugcGuid_ = input.readUInt64(); break; } case 40: { - gPMMJBKAIMN_ = input.readBool(); + importFromUgcGuid_ = input.readUInt64(); break; } case 48: { - importFromUgcGuid_ = input.readUInt64(); + selfMaxScore_ = input.readUInt32(); break; } case 56: { - mDNHFEMGKIL_ = input.readUInt32(); + noteCount_ = input.readUInt32(); break; } case 64: { - isPsnPlatform_ = input.readBool(); + isPublished_ = input.readBool(); break; } case 72: { - iCHFOLMCONK_ = input.readUInt32(); + isPsnPlatform_ = input.readBool(); break; } - case 80: - { - musicId_ = input.readUInt32(); - break; - } - case 88: - { - version_ = input.readUInt32(); - break; - } - case 96: - { - iKPEAIAEIOE_ = input.readBool(); - break; - } - case 106: + case 82: { java.lang.String s = input.readStringRequireUtf8(); creatorNickname_ = s; break; } + case 88: + { + isChangedAfterPublish_ = input.readBool(); + break; + } + case 96: + { + saveIdx_ = input.readUInt32(); + break; + } + case 104: + { + publishTime_ = input.readUInt32(); + break; + } case 112: { - eCGMBEDIMAF_ = input.readUInt32(); + maxScore_ = input.readUInt32(); break; } case 120: { - bFBOOIBDEFL_ = input.readBool(); + version_ = input.readUInt32(); break; } - case 3432: + case 4608: + { + realTimeEditTime_ = input.readUInt32(); + break; + } + case 7856: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { - bINOPNBOMLE_ = newIntList(); + beforeNoteList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } - bINOPNBOMLE_.addInt(input.readUInt32()); + beforeNoteList_.addInt(input.readUInt32()); break; } - case 3434: + case 7858: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { - bINOPNBOMLE_ = newIntList(); + beforeNoteList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { - bINOPNBOMLE_.addInt(input.readUInt32()); + beforeNoteList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } - case 4536: - { - bGBGAHDGCOD_ = input.readUInt32(); - break; - } - case 10304: - { - jDMDEBFDOCB_ = input.readUInt32(); - break; - } - case 12280: - { - fENKBJEOFOD_ = input.readUInt32(); - break; - } - case 12840: + case 8016: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { - nEPBHGEPAJF_ = newIntList(); + afterNoteList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } - nEPBHGEPAJF_.addInt(input.readUInt32()); + afterNoteList_.addInt(input.readUInt32()); break; } - case 12842: + case 8018: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { - nEPBHGEPAJF_ = newIntList(); + afterNoteList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { - nEPBHGEPAJF_.addInt(input.readUInt32()); + afterNoteList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } - case 14776: + case 9456: { - oMKIMIPNGLF_ = input.readUInt32(); + savePageType_ = input.readUInt32(); + break; + } + case 14576: + { + timeLineEditTime_ = input.readUInt32(); break; } default: @@ -409,10 +397,10 @@ public final class UgcMusicBriefInfoOuterClass { throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) != 0)) { - bINOPNBOMLE_.makeImmutable(); // C + beforeNoteList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { - nEPBHGEPAJF_.makeImmutable(); // C + afterNoteList_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); @@ -435,10 +423,10 @@ public final class UgcMusicBriefInfoOuterClass { .class); } - public static final int IMPORT_FROM_UGC_GUID_FIELD_NUMBER = 6; + public static final int IMPORT_FROM_UGC_GUID_FIELD_NUMBER = 5; private long importFromUgcGuid_; /** - *
uint64 import_from_ugc_guid = 6;
+ * uint64 import_from_ugc_guid = 5;
*
* @return The importFromUgcGuid.
*/
@@ -447,34 +435,70 @@ public final class UgcMusicBriefInfoOuterClass {
return importFromUgcGuid_;
}
- public static final int BFBOOIBDEFL_FIELD_NUMBER = 15;
- private boolean bFBOOIBDEFL_;
+ public static final int IS_PUBLISHED_FIELD_NUMBER = 8;
+ private boolean isPublished_;
/**
- * bool BFBOOIBDEFL = 15;
+ * bool is_published = 8;
*
- * @return The bFBOOIBDEFL.
+ * @return The isPublished.
*/
@java.lang.Override
- public boolean getBFBOOIBDEFL() {
- return bFBOOIBDEFL_;
+ public boolean getIsPublished() {
+ return isPublished_;
}
- public static final int OMKIMIPNGLF_FIELD_NUMBER = 1847;
- private int oMKIMIPNGLF_;
+ public static final int IS_PLAYED_FIELD_NUMBER = 1;
+ private boolean isPlayed_;
/**
- * uint32 OMKIMIPNGLF = 1847;
+ * bool is_played = 1;
*
- * @return The oMKIMIPNGLF.
+ * @return The isPlayed.
*/
@java.lang.Override
- public int getOMKIMIPNGLF() {
- return oMKIMIPNGLF_;
+ public boolean getIsPlayed() {
+ return isPlayed_;
}
- public static final int CREATOR_NICKNAME_FIELD_NUMBER = 13;
+ public static final int MUSIC_ID_FIELD_NUMBER = 2;
+ private int musicId_;
+ /**
+ * uint32 music_id = 2;
+ *
+ * @return The musicId.
+ */
+ @java.lang.Override
+ public int getMusicId() {
+ return musicId_;
+ }
+
+ public static final int SAVE_PAGE_TYPE_FIELD_NUMBER = 1182;
+ private int savePageType_;
+ /**
+ * uint32 save_page_type = 1182;
+ *
+ * @return The savePageType.
+ */
+ @java.lang.Override
+ public int getSavePageType() {
+ return savePageType_;
+ }
+
+ public static final int SAVE_IDX_FIELD_NUMBER = 12;
+ private int saveIdx_;
+ /**
+ * uint32 save_idx = 12;
+ *
+ * @return The saveIdx.
+ */
+ @java.lang.Override
+ public int getSaveIdx() {
+ return saveIdx_;
+ }
+
+ public static final int CREATOR_NICKNAME_FIELD_NUMBER = 10;
private volatile java.lang.Object creatorNickname_;
/**
- * string creator_nickname = 13;
+ * string creator_nickname = 10;
*
* @return The creatorNickname.
*/
@@ -491,7 +515,7 @@ public final class UgcMusicBriefInfoOuterClass {
}
}
/**
- * string creator_nickname = 13;
+ * string creator_nickname = 10;
*
* @return The bytes for creatorNickname.
*/
@@ -508,180 +532,10 @@ public final class UgcMusicBriefInfoOuterClass {
}
}
- public static final int ICHFOLMCONK_FIELD_NUMBER = 9;
- private int iCHFOLMCONK_;
- /**
- * uint32 ICHFOLMCONK = 9;
- *
- * @return The iCHFOLMCONK.
- */
- @java.lang.Override
- public int getICHFOLMCONK() {
- return iCHFOLMCONK_;
- }
-
- public static final int MUSIC_ID_FIELD_NUMBER = 10;
- private int musicId_;
- /**
- * uint32 music_id = 10;
- *
- * @return The musicId.
- */
- @java.lang.Override
- public int getMusicId() {
- return musicId_;
- }
-
- public static final int ECGMBEDIMAF_FIELD_NUMBER = 14;
- private int eCGMBEDIMAF_;
- /**
- * uint32 ECGMBEDIMAF = 14;
- *
- * @return The eCGMBEDIMAF.
- */
- @java.lang.Override
- public int getECGMBEDIMAF() {
- return eCGMBEDIMAF_;
- }
-
- public static final int JDMDEBFDOCB_FIELD_NUMBER = 1288;
- private int jDMDEBFDOCB_;
- /**
- * uint32 JDMDEBFDOCB = 1288;
- *
- * @return The jDMDEBFDOCB.
- */
- @java.lang.Override
- public int getJDMDEBFDOCB() {
- return jDMDEBFDOCB_;
- }
-
- public static final int IKPEAIAEIOE_FIELD_NUMBER = 12;
- private boolean iKPEAIAEIOE_;
- /**
- * bool IKPEAIAEIOE = 12;
- *
- * @return The iKPEAIAEIOE.
- */
- @java.lang.Override
- public boolean getIKPEAIAEIOE() {
- return iKPEAIAEIOE_;
- }
-
- public static final int IS_PSN_PLATFORM_FIELD_NUMBER = 8;
- private boolean isPsnPlatform_;
- /**
- * bool is_psn_platform = 8;
- *
- * @return The isPsnPlatform.
- */
- @java.lang.Override
- public boolean getIsPsnPlatform() {
- return isPsnPlatform_;
- }
-
- public static final int BGBGAHDGCOD_FIELD_NUMBER = 567;
- private int bGBGAHDGCOD_;
- /**
- * uint32 BGBGAHDGCOD = 567;
- *
- * @return The bGBGAHDGCOD.
- */
- @java.lang.Override
- public int getBGBGAHDGCOD() {
- return bGBGAHDGCOD_;
- }
-
- public static final int NEPBHGEPAJF_FIELD_NUMBER = 1605;
- private com.google.protobuf.Internal.IntList nEPBHGEPAJF_;
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @return A list containing the nEPBHGEPAJF.
- */
- @java.lang.Override
- public java.util.Listrepeated uint32 NEPBHGEPAJF = 1605;
- *
- * @return The count of nEPBHGEPAJF.
- */
- public int getNEPBHGEPAJFCount() {
- return nEPBHGEPAJF_.size();
- }
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @param index The index of the element to return.
- * @return The nEPBHGEPAJF at the given index.
- */
- public int getNEPBHGEPAJF(int index) {
- return nEPBHGEPAJF_.getInt(index);
- }
-
- private int nEPBHGEPAJFMemoizedSerializedSize = -1;
-
- public static final int FENKBJEOFOD_FIELD_NUMBER = 1535;
- private int fENKBJEOFOD_;
- /**
- * uint32 FENKBJEOFOD = 1535;
- *
- * @return The fENKBJEOFOD.
- */
- @java.lang.Override
- public int getFENKBJEOFOD() {
- return fENKBJEOFOD_;
- }
-
- public static final int FCCLIJPGIMB_FIELD_NUMBER = 2;
- private int fCCLIJPGIMB_;
- /**
- * uint32 FCCLIJPGIMB = 2;
- *
- * @return The fCCLIJPGIMB.
- */
- @java.lang.Override
- public int getFCCLIJPGIMB() {
- return fCCLIJPGIMB_;
- }
-
- public static final int BINOPNBOMLE_FIELD_NUMBER = 429;
- private com.google.protobuf.Internal.IntList bINOPNBOMLE_;
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @return A list containing the bINOPNBOMLE.
- */
- @java.lang.Override
- public java.util.Listrepeated uint32 BINOPNBOMLE = 429;
- *
- * @return The count of bINOPNBOMLE.
- */
- public int getBINOPNBOMLECount() {
- return bINOPNBOMLE_.size();
- }
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @param index The index of the element to return.
- * @return The bINOPNBOMLE at the given index.
- */
- public int getBINOPNBOMLE(int index) {
- return bINOPNBOMLE_.getInt(index);
- }
-
- private int bINOPNBOMLEMemoizedSerializedSize = -1;
-
- public static final int VERSION_FIELD_NUMBER = 11;
+ public static final int VERSION_FIELD_NUMBER = 15;
private int version_;
/**
- * uint32 version = 11;
+ * uint32 version = 15;
*
* @return The version.
*/
@@ -690,22 +544,132 @@ public final class UgcMusicBriefInfoOuterClass {
return version_;
}
- public static final int UGC_GUID_FIELD_NUMBER = 3;
- private long ugcGuid_;
+ public static final int SAVE_TIME_FIELD_NUMBER = 3;
+ private int saveTime_;
/**
- * uint64 ugc_guid = 3;
+ * uint32 save_time = 3;
*
- * @return The ugcGuid.
+ * @return The saveTime.
*/
@java.lang.Override
- public long getUgcGuid() {
- return ugcGuid_;
+ public int getSaveTime() {
+ return saveTime_;
}
- public static final int MAX_SCORE_FIELD_NUMBER = 1;
+ public static final int AFTER_NOTE_LIST_FIELD_NUMBER = 1002;
+ private com.google.protobuf.Internal.IntList afterNoteList_;
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @return A list containing the afterNoteList.
+ */
+ @java.lang.Override
+ public java.util.Listrepeated uint32 after_note_list = 1002;
+ *
+ * @return The count of afterNoteList.
+ */
+ public int getAfterNoteListCount() {
+ return afterNoteList_.size();
+ }
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @param index The index of the element to return.
+ * @return The afterNoteList at the given index.
+ */
+ public int getAfterNoteList(int index) {
+ return afterNoteList_.getInt(index);
+ }
+
+ private int afterNoteListMemoizedSerializedSize = -1;
+
+ public static final int BEFORE_NOTE_LIST_FIELD_NUMBER = 982;
+ private com.google.protobuf.Internal.IntList beforeNoteList_;
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @return A list containing the beforeNoteList.
+ */
+ @java.lang.Override
+ public java.util.Listrepeated uint32 before_note_list = 982;
+ *
+ * @return The count of beforeNoteList.
+ */
+ public int getBeforeNoteListCount() {
+ return beforeNoteList_.size();
+ }
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @param index The index of the element to return.
+ * @return The beforeNoteList at the given index.
+ */
+ public int getBeforeNoteList(int index) {
+ return beforeNoteList_.getInt(index);
+ }
+
+ private int beforeNoteListMemoizedSerializedSize = -1;
+
+ public static final int IS_PSN_PLATFORM_FIELD_NUMBER = 9;
+ private boolean isPsnPlatform_;
+ /**
+ * bool is_psn_platform = 9;
+ *
+ * @return The isPsnPlatform.
+ */
+ @java.lang.Override
+ public boolean getIsPsnPlatform() {
+ return isPsnPlatform_;
+ }
+
+ public static final int TIME_LINE_EDIT_TIME_FIELD_NUMBER = 1822;
+ private int timeLineEditTime_;
+ /**
+ * uint32 time_line_edit_time = 1822;
+ *
+ * @return The timeLineEditTime.
+ */
+ @java.lang.Override
+ public int getTimeLineEditTime() {
+ return timeLineEditTime_;
+ }
+
+ public static final int IS_CHANGED_AFTER_PUBLISH_FIELD_NUMBER = 11;
+ private boolean isChangedAfterPublish_;
+ /**
+ * bool is_changed_after_publish = 11;
+ *
+ * @return The isChangedAfterPublish.
+ */
+ @java.lang.Override
+ public boolean getIsChangedAfterPublish() {
+ return isChangedAfterPublish_;
+ }
+
+ public static final int PUBLISH_TIME_FIELD_NUMBER = 13;
+ private int publishTime_;
+ /**
+ * uint32 publish_time = 13;
+ *
+ * @return The publishTime.
+ */
+ @java.lang.Override
+ public int getPublishTime() {
+ return publishTime_;
+ }
+
+ public static final int MAX_SCORE_FIELD_NUMBER = 14;
private int maxScore_;
/**
- * uint32 max_score = 1;
+ * uint32 max_score = 14;
*
* @return The maxScore.
*/
@@ -714,40 +678,52 @@ public final class UgcMusicBriefInfoOuterClass {
return maxScore_;
}
- public static final int MNFFJEHHPNG_FIELD_NUMBER = 4;
- private int mNFFJEHHPNG_;
+ public static final int REAL_TIME_EDIT_TIME_FIELD_NUMBER = 576;
+ private int realTimeEditTime_;
/**
- * uint32 MNFFJEHHPNG = 4;
+ * uint32 real_time_edit_time = 576;
*
- * @return The mNFFJEHHPNG.
+ * @return The realTimeEditTime.
*/
@java.lang.Override
- public int getMNFFJEHHPNG() {
- return mNFFJEHHPNG_;
+ public int getRealTimeEditTime() {
+ return realTimeEditTime_;
}
- public static final int GPMMJBKAIMN_FIELD_NUMBER = 5;
- private boolean gPMMJBKAIMN_;
+ public static final int NOTE_COUNT_FIELD_NUMBER = 7;
+ private int noteCount_;
/**
- * bool GPMMJBKAIMN = 5;
+ * uint32 note_count = 7;
*
- * @return The gPMMJBKAIMN.
+ * @return The noteCount.
*/
@java.lang.Override
- public boolean getGPMMJBKAIMN() {
- return gPMMJBKAIMN_;
+ public int getNoteCount() {
+ return noteCount_;
}
- public static final int MDNHFEMGKIL_FIELD_NUMBER = 7;
- private int mDNHFEMGKIL_;
+ public static final int UGC_GUID_FIELD_NUMBER = 4;
+ private long ugcGuid_;
/**
- * uint32 MDNHFEMGKIL = 7;
+ * uint64 ugc_guid = 4;
*
- * @return The mDNHFEMGKIL.
+ * @return The ugcGuid.
*/
@java.lang.Override
- public int getMDNHFEMGKIL() {
- return mDNHFEMGKIL_;
+ public long getUgcGuid() {
+ return ugcGuid_;
+ }
+
+ public static final int SELF_MAX_SCORE_FIELD_NUMBER = 6;
+ private int selfMaxScore_;
+ /**
+ * uint32 self_max_score = 6;
+ *
+ * @return The selfMaxScore.
+ */
+ @java.lang.Override
+ public int getSelfMaxScore() {
+ return selfMaxScore_;
}
private byte memoizedIsInitialized = -1;
@@ -765,76 +741,73 @@ public final class UgcMusicBriefInfoOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
getSerializedSize();
- if (maxScore_ != 0) {
- output.writeUInt32(1, maxScore_);
- }
- if (fCCLIJPGIMB_ != 0) {
- output.writeUInt32(2, fCCLIJPGIMB_);
- }
- if (ugcGuid_ != 0L) {
- output.writeUInt64(3, ugcGuid_);
- }
- if (mNFFJEHHPNG_ != 0) {
- output.writeUInt32(4, mNFFJEHHPNG_);
- }
- if (gPMMJBKAIMN_ != false) {
- output.writeBool(5, gPMMJBKAIMN_);
- }
- if (importFromUgcGuid_ != 0L) {
- output.writeUInt64(6, importFromUgcGuid_);
- }
- if (mDNHFEMGKIL_ != 0) {
- output.writeUInt32(7, mDNHFEMGKIL_);
- }
- if (isPsnPlatform_ != false) {
- output.writeBool(8, isPsnPlatform_);
- }
- if (iCHFOLMCONK_ != 0) {
- output.writeUInt32(9, iCHFOLMCONK_);
+ if (isPlayed_ != false) {
+ output.writeBool(1, isPlayed_);
}
if (musicId_ != 0) {
- output.writeUInt32(10, musicId_);
+ output.writeUInt32(2, musicId_);
}
- if (version_ != 0) {
- output.writeUInt32(11, version_);
+ if (saveTime_ != 0) {
+ output.writeUInt32(3, saveTime_);
}
- if (iKPEAIAEIOE_ != false) {
- output.writeBool(12, iKPEAIAEIOE_);
+ if (ugcGuid_ != 0L) {
+ output.writeUInt64(4, ugcGuid_);
+ }
+ if (importFromUgcGuid_ != 0L) {
+ output.writeUInt64(5, importFromUgcGuid_);
+ }
+ if (selfMaxScore_ != 0) {
+ output.writeUInt32(6, selfMaxScore_);
+ }
+ if (noteCount_ != 0) {
+ output.writeUInt32(7, noteCount_);
+ }
+ if (isPublished_ != false) {
+ output.writeBool(8, isPublished_);
+ }
+ if (isPsnPlatform_ != false) {
+ output.writeBool(9, isPsnPlatform_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(creatorNickname_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 13, creatorNickname_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 10, creatorNickname_);
}
- if (eCGMBEDIMAF_ != 0) {
- output.writeUInt32(14, eCGMBEDIMAF_);
+ if (isChangedAfterPublish_ != false) {
+ output.writeBool(11, isChangedAfterPublish_);
}
- if (bFBOOIBDEFL_ != false) {
- output.writeBool(15, bFBOOIBDEFL_);
+ if (saveIdx_ != 0) {
+ output.writeUInt32(12, saveIdx_);
}
- if (getBINOPNBOMLEList().size() > 0) {
- output.writeUInt32NoTag(3434);
- output.writeUInt32NoTag(bINOPNBOMLEMemoizedSerializedSize);
+ if (publishTime_ != 0) {
+ output.writeUInt32(13, publishTime_);
}
- for (int i = 0; i < bINOPNBOMLE_.size(); i++) {
- output.writeUInt32NoTag(bINOPNBOMLE_.getInt(i));
+ if (maxScore_ != 0) {
+ output.writeUInt32(14, maxScore_);
}
- if (bGBGAHDGCOD_ != 0) {
- output.writeUInt32(567, bGBGAHDGCOD_);
+ if (version_ != 0) {
+ output.writeUInt32(15, version_);
}
- if (jDMDEBFDOCB_ != 0) {
- output.writeUInt32(1288, jDMDEBFDOCB_);
+ if (realTimeEditTime_ != 0) {
+ output.writeUInt32(576, realTimeEditTime_);
}
- if (fENKBJEOFOD_ != 0) {
- output.writeUInt32(1535, fENKBJEOFOD_);
+ if (getBeforeNoteListList().size() > 0) {
+ output.writeUInt32NoTag(7858);
+ output.writeUInt32NoTag(beforeNoteListMemoizedSerializedSize);
}
- if (getNEPBHGEPAJFList().size() > 0) {
- output.writeUInt32NoTag(12842);
- output.writeUInt32NoTag(nEPBHGEPAJFMemoizedSerializedSize);
+ for (int i = 0; i < beforeNoteList_.size(); i++) {
+ output.writeUInt32NoTag(beforeNoteList_.getInt(i));
}
- for (int i = 0; i < nEPBHGEPAJF_.size(); i++) {
- output.writeUInt32NoTag(nEPBHGEPAJF_.getInt(i));
+ if (getAfterNoteListList().size() > 0) {
+ output.writeUInt32NoTag(8018);
+ output.writeUInt32NoTag(afterNoteListMemoizedSerializedSize);
}
- if (oMKIMIPNGLF_ != 0) {
- output.writeUInt32(1847, oMKIMIPNGLF_);
+ for (int i = 0; i < afterNoteList_.size(); i++) {
+ output.writeUInt32NoTag(afterNoteList_.getInt(i));
+ }
+ if (savePageType_ != 0) {
+ output.writeUInt32(1182, savePageType_);
+ }
+ if (timeLineEditTime_ != 0) {
+ output.writeUInt32(1822, timeLineEditTime_);
}
unknownFields.writeTo(output);
}
@@ -845,88 +818,87 @@ public final class UgcMusicBriefInfoOuterClass {
if (size != -1) return size;
size = 0;
- if (maxScore_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1, maxScore_);
- }
- if (fCCLIJPGIMB_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, fCCLIJPGIMB_);
- }
- if (ugcGuid_ != 0L) {
- size += com.google.protobuf.CodedOutputStream.computeUInt64Size(3, ugcGuid_);
- }
- if (mNFFJEHHPNG_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, mNFFJEHHPNG_);
- }
- if (gPMMJBKAIMN_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, gPMMJBKAIMN_);
- }
- if (importFromUgcGuid_ != 0L) {
- size += com.google.protobuf.CodedOutputStream.computeUInt64Size(6, importFromUgcGuid_);
- }
- if (mDNHFEMGKIL_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, mDNHFEMGKIL_);
- }
- if (isPsnPlatform_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(8, isPsnPlatform_);
- }
- if (iCHFOLMCONK_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(9, iCHFOLMCONK_);
+ if (isPlayed_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, isPlayed_);
}
if (musicId_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(10, musicId_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, musicId_);
}
- if (version_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(11, version_);
+ if (saveTime_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, saveTime_);
}
- if (iKPEAIAEIOE_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(12, iKPEAIAEIOE_);
+ if (ugcGuid_ != 0L) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt64Size(4, ugcGuid_);
+ }
+ if (importFromUgcGuid_ != 0L) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt64Size(5, importFromUgcGuid_);
+ }
+ if (selfMaxScore_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(6, selfMaxScore_);
+ }
+ if (noteCount_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, noteCount_);
+ }
+ if (isPublished_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(8, isPublished_);
+ }
+ if (isPsnPlatform_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(9, isPsnPlatform_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(creatorNickname_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, creatorNickname_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, creatorNickname_);
}
- if (eCGMBEDIMAF_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(14, eCGMBEDIMAF_);
+ if (isChangedAfterPublish_ != false) {
+ size += com.google.protobuf.CodedOutputStream.computeBoolSize(11, isChangedAfterPublish_);
}
- if (bFBOOIBDEFL_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(15, bFBOOIBDEFL_);
+ if (saveIdx_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, saveIdx_);
+ }
+ if (publishTime_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, publishTime_);
+ }
+ if (maxScore_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(14, maxScore_);
+ }
+ if (version_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(15, version_);
+ }
+ if (realTimeEditTime_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(576, realTimeEditTime_);
}
{
int dataSize = 0;
- for (int i = 0; i < bINOPNBOMLE_.size(); i++) {
+ for (int i = 0; i < beforeNoteList_.size(); i++) {
dataSize +=
- com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(bINOPNBOMLE_.getInt(i));
+ com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(
+ beforeNoteList_.getInt(i));
}
size += dataSize;
- if (!getBINOPNBOMLEList().isEmpty()) {
+ if (!getBeforeNoteListList().isEmpty()) {
size += 2;
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
}
- bINOPNBOMLEMemoizedSerializedSize = dataSize;
- }
- if (bGBGAHDGCOD_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(567, bGBGAHDGCOD_);
- }
- if (jDMDEBFDOCB_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1288, jDMDEBFDOCB_);
- }
- if (fENKBJEOFOD_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1535, fENKBJEOFOD_);
+ beforeNoteListMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
- for (int i = 0; i < nEPBHGEPAJF_.size(); i++) {
+ for (int i = 0; i < afterNoteList_.size(); i++) {
dataSize +=
- com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(nEPBHGEPAJF_.getInt(i));
+ com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(
+ afterNoteList_.getInt(i));
}
size += dataSize;
- if (!getNEPBHGEPAJFList().isEmpty()) {
+ if (!getAfterNoteListList().isEmpty()) {
size += 2;
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
}
- nEPBHGEPAJFMemoizedSerializedSize = dataSize;
+ afterNoteListMemoizedSerializedSize = dataSize;
}
- if (oMKIMIPNGLF_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1847, oMKIMIPNGLF_);
+ if (savePageType_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1182, savePageType_);
+ }
+ if (timeLineEditTime_ != 0) {
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1822, timeLineEditTime_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -946,26 +918,25 @@ public final class UgcMusicBriefInfoOuterClass {
(emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo) obj;
if (getImportFromUgcGuid() != other.getImportFromUgcGuid()) return false;
- if (getBFBOOIBDEFL() != other.getBFBOOIBDEFL()) return false;
- if (getOMKIMIPNGLF() != other.getOMKIMIPNGLF()) return false;
- if (!getCreatorNickname().equals(other.getCreatorNickname())) return false;
- if (getICHFOLMCONK() != other.getICHFOLMCONK()) return false;
+ if (getIsPublished() != other.getIsPublished()) return false;
+ if (getIsPlayed() != other.getIsPlayed()) return false;
if (getMusicId() != other.getMusicId()) return false;
- if (getECGMBEDIMAF() != other.getECGMBEDIMAF()) return false;
- if (getJDMDEBFDOCB() != other.getJDMDEBFDOCB()) return false;
- if (getIKPEAIAEIOE() != other.getIKPEAIAEIOE()) return false;
- if (getIsPsnPlatform() != other.getIsPsnPlatform()) return false;
- if (getBGBGAHDGCOD() != other.getBGBGAHDGCOD()) return false;
- if (!getNEPBHGEPAJFList().equals(other.getNEPBHGEPAJFList())) return false;
- if (getFENKBJEOFOD() != other.getFENKBJEOFOD()) return false;
- if (getFCCLIJPGIMB() != other.getFCCLIJPGIMB()) return false;
- if (!getBINOPNBOMLEList().equals(other.getBINOPNBOMLEList())) return false;
+ if (getSavePageType() != other.getSavePageType()) return false;
+ if (getSaveIdx() != other.getSaveIdx()) return false;
+ if (!getCreatorNickname().equals(other.getCreatorNickname())) return false;
if (getVersion() != other.getVersion()) return false;
- if (getUgcGuid() != other.getUgcGuid()) return false;
+ if (getSaveTime() != other.getSaveTime()) return false;
+ if (!getAfterNoteListList().equals(other.getAfterNoteListList())) return false;
+ if (!getBeforeNoteListList().equals(other.getBeforeNoteListList())) return false;
+ if (getIsPsnPlatform() != other.getIsPsnPlatform()) return false;
+ if (getTimeLineEditTime() != other.getTimeLineEditTime()) return false;
+ if (getIsChangedAfterPublish() != other.getIsChangedAfterPublish()) return false;
+ if (getPublishTime() != other.getPublishTime()) return false;
if (getMaxScore() != other.getMaxScore()) return false;
- if (getMNFFJEHHPNG() != other.getMNFFJEHHPNG()) return false;
- if (getGPMMJBKAIMN() != other.getGPMMJBKAIMN()) return false;
- if (getMDNHFEMGKIL() != other.getMDNHFEMGKIL()) return false;
+ if (getRealTimeEditTime() != other.getRealTimeEditTime()) return false;
+ if (getNoteCount() != other.getNoteCount()) return false;
+ if (getUgcGuid() != other.getUgcGuid()) return false;
+ if (getSelfMaxScore() != other.getSelfMaxScore()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -979,50 +950,48 @@ public final class UgcMusicBriefInfoOuterClass {
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + IMPORT_FROM_UGC_GUID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getImportFromUgcGuid());
- hash = (37 * hash) + BFBOOIBDEFL_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getBFBOOIBDEFL());
- hash = (37 * hash) + OMKIMIPNGLF_FIELD_NUMBER;
- hash = (53 * hash) + getOMKIMIPNGLF();
- hash = (37 * hash) + CREATOR_NICKNAME_FIELD_NUMBER;
- hash = (53 * hash) + getCreatorNickname().hashCode();
- hash = (37 * hash) + ICHFOLMCONK_FIELD_NUMBER;
- hash = (53 * hash) + getICHFOLMCONK();
+ hash = (37 * hash) + IS_PUBLISHED_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsPublished());
+ hash = (37 * hash) + IS_PLAYED_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsPlayed());
hash = (37 * hash) + MUSIC_ID_FIELD_NUMBER;
hash = (53 * hash) + getMusicId();
- hash = (37 * hash) + ECGMBEDIMAF_FIELD_NUMBER;
- hash = (53 * hash) + getECGMBEDIMAF();
- hash = (37 * hash) + JDMDEBFDOCB_FIELD_NUMBER;
- hash = (53 * hash) + getJDMDEBFDOCB();
- hash = (37 * hash) + IKPEAIAEIOE_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIKPEAIAEIOE());
- hash = (37 * hash) + IS_PSN_PLATFORM_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsPsnPlatform());
- hash = (37 * hash) + BGBGAHDGCOD_FIELD_NUMBER;
- hash = (53 * hash) + getBGBGAHDGCOD();
- if (getNEPBHGEPAJFCount() > 0) {
- hash = (37 * hash) + NEPBHGEPAJF_FIELD_NUMBER;
- hash = (53 * hash) + getNEPBHGEPAJFList().hashCode();
- }
- hash = (37 * hash) + FENKBJEOFOD_FIELD_NUMBER;
- hash = (53 * hash) + getFENKBJEOFOD();
- hash = (37 * hash) + FCCLIJPGIMB_FIELD_NUMBER;
- hash = (53 * hash) + getFCCLIJPGIMB();
- if (getBINOPNBOMLECount() > 0) {
- hash = (37 * hash) + BINOPNBOMLE_FIELD_NUMBER;
- hash = (53 * hash) + getBINOPNBOMLEList().hashCode();
- }
+ hash = (37 * hash) + SAVE_PAGE_TYPE_FIELD_NUMBER;
+ hash = (53 * hash) + getSavePageType();
+ hash = (37 * hash) + SAVE_IDX_FIELD_NUMBER;
+ hash = (53 * hash) + getSaveIdx();
+ hash = (37 * hash) + CREATOR_NICKNAME_FIELD_NUMBER;
+ hash = (53 * hash) + getCreatorNickname().hashCode();
hash = (37 * hash) + VERSION_FIELD_NUMBER;
hash = (53 * hash) + getVersion();
- hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
+ hash = (37 * hash) + SAVE_TIME_FIELD_NUMBER;
+ hash = (53 * hash) + getSaveTime();
+ if (getAfterNoteListCount() > 0) {
+ hash = (37 * hash) + AFTER_NOTE_LIST_FIELD_NUMBER;
+ hash = (53 * hash) + getAfterNoteListList().hashCode();
+ }
+ if (getBeforeNoteListCount() > 0) {
+ hash = (37 * hash) + BEFORE_NOTE_LIST_FIELD_NUMBER;
+ hash = (53 * hash) + getBeforeNoteListList().hashCode();
+ }
+ hash = (37 * hash) + IS_PSN_PLATFORM_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsPsnPlatform());
+ hash = (37 * hash) + TIME_LINE_EDIT_TIME_FIELD_NUMBER;
+ hash = (53 * hash) + getTimeLineEditTime();
+ hash = (37 * hash) + IS_CHANGED_AFTER_PUBLISH_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsChangedAfterPublish());
+ hash = (37 * hash) + PUBLISH_TIME_FIELD_NUMBER;
+ hash = (53 * hash) + getPublishTime();
hash = (37 * hash) + MAX_SCORE_FIELD_NUMBER;
hash = (53 * hash) + getMaxScore();
- hash = (37 * hash) + MNFFJEHHPNG_FIELD_NUMBER;
- hash = (53 * hash) + getMNFFJEHHPNG();
- hash = (37 * hash) + GPMMJBKAIMN_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getGPMMJBKAIMN());
- hash = (37 * hash) + MDNHFEMGKIL_FIELD_NUMBER;
- hash = (53 * hash) + getMDNHFEMGKIL();
+ hash = (37 * hash) + REAL_TIME_EDIT_TIME_FIELD_NUMBER;
+ hash = (53 * hash) + getRealTimeEditTime();
+ hash = (37 * hash) + NOTE_COUNT_FIELD_NUMBER;
+ hash = (53 * hash) + getNoteCount();
+ hash = (37 * hash) + UGC_GUID_FIELD_NUMBER;
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getUgcGuid());
+ hash = (37 * hash) + SELF_MAX_SCORE_FIELD_NUMBER;
+ hash = (53 * hash) + getSelfMaxScore();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -1130,7 +1099,7 @@ public final class UgcMusicBriefInfoOuterClass {
*
*
* - * Name: NFCMDLFAPCF + * 3.2 ** * Protobuf type {@code UgcMusicBriefInfo} @@ -1176,45 +1145,43 @@ public final class UgcMusicBriefInfoOuterClass { super.clear(); importFromUgcGuid_ = 0L; - bFBOOIBDEFL_ = false; + isPublished_ = false; - oMKIMIPNGLF_ = 0; - - creatorNickname_ = ""; - - iCHFOLMCONK_ = 0; + isPlayed_ = false; musicId_ = 0; - eCGMBEDIMAF_ = 0; + savePageType_ = 0; - jDMDEBFDOCB_ = 0; + saveIdx_ = 0; - iKPEAIAEIOE_ = false; + creatorNickname_ = ""; - isPsnPlatform_ = false; - - bGBGAHDGCOD_ = 0; - - nEPBHGEPAJF_ = emptyIntList(); - bitField0_ = (bitField0_ & ~0x00000001); - fENKBJEOFOD_ = 0; - - fCCLIJPGIMB_ = 0; - - bINOPNBOMLE_ = emptyIntList(); - bitField0_ = (bitField0_ & ~0x00000002); version_ = 0; - ugcGuid_ = 0L; + saveTime_ = 0; + + afterNoteList_ = emptyIntList(); + bitField0_ = (bitField0_ & ~0x00000001); + beforeNoteList_ = emptyIntList(); + bitField0_ = (bitField0_ & ~0x00000002); + isPsnPlatform_ = false; + + timeLineEditTime_ = 0; + + isChangedAfterPublish_ = false; + + publishTime_ = 0; maxScore_ = 0; - mNFFJEHHPNG_ = 0; + realTimeEditTime_ = 0; - gPMMJBKAIMN_ = false; + noteCount_ = 0; - mDNHFEMGKIL_ = 0; + ugcGuid_ = 0L; + + selfMaxScore_ = 0; return this; } @@ -1249,34 +1216,33 @@ public final class UgcMusicBriefInfoOuterClass { new emu.grasscutter.net.proto.UgcMusicBriefInfoOuterClass.UgcMusicBriefInfo(this); int from_bitField0_ = bitField0_; result.importFromUgcGuid_ = importFromUgcGuid_; - result.bFBOOIBDEFL_ = bFBOOIBDEFL_; - result.oMKIMIPNGLF_ = oMKIMIPNGLF_; - result.creatorNickname_ = creatorNickname_; - result.iCHFOLMCONK_ = iCHFOLMCONK_; + result.isPublished_ = isPublished_; + result.isPlayed_ = isPlayed_; result.musicId_ = musicId_; - result.eCGMBEDIMAF_ = eCGMBEDIMAF_; - result.jDMDEBFDOCB_ = jDMDEBFDOCB_; - result.iKPEAIAEIOE_ = iKPEAIAEIOE_; - result.isPsnPlatform_ = isPsnPlatform_; - result.bGBGAHDGCOD_ = bGBGAHDGCOD_; + result.savePageType_ = savePageType_; + result.saveIdx_ = saveIdx_; + result.creatorNickname_ = creatorNickname_; + result.version_ = version_; + result.saveTime_ = saveTime_; if (((bitField0_ & 0x00000001) != 0)) { - nEPBHGEPAJF_.makeImmutable(); + afterNoteList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); } - result.nEPBHGEPAJF_ = nEPBHGEPAJF_; - result.fENKBJEOFOD_ = fENKBJEOFOD_; - result.fCCLIJPGIMB_ = fCCLIJPGIMB_; + result.afterNoteList_ = afterNoteList_; if (((bitField0_ & 0x00000002) != 0)) { - bINOPNBOMLE_.makeImmutable(); + beforeNoteList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } - result.bINOPNBOMLE_ = bINOPNBOMLE_; - result.version_ = version_; - result.ugcGuid_ = ugcGuid_; + result.beforeNoteList_ = beforeNoteList_; + result.isPsnPlatform_ = isPsnPlatform_; + result.timeLineEditTime_ = timeLineEditTime_; + result.isChangedAfterPublish_ = isChangedAfterPublish_; + result.publishTime_ = publishTime_; result.maxScore_ = maxScore_; - result.mNFFJEHHPNG_ = mNFFJEHHPNG_; - result.gPMMJBKAIMN_ = gPMMJBKAIMN_; - result.mDNHFEMGKIL_ = mDNHFEMGKIL_; + result.realTimeEditTime_ = realTimeEditTime_; + result.noteCount_ = noteCount_; + result.ugcGuid_ = ugcGuid_; + result.selfMaxScore_ = selfMaxScore_; onBuilt(); return result; } @@ -1336,80 +1302,77 @@ public final class UgcMusicBriefInfoOuterClass { if (other.getImportFromUgcGuid() != 0L) { setImportFromUgcGuid(other.getImportFromUgcGuid()); } - if (other.getBFBOOIBDEFL() != false) { - setBFBOOIBDEFL(other.getBFBOOIBDEFL()); + if (other.getIsPublished() != false) { + setIsPublished(other.getIsPublished()); } - if (other.getOMKIMIPNGLF() != 0) { - setOMKIMIPNGLF(other.getOMKIMIPNGLF()); + if (other.getIsPlayed() != false) { + setIsPlayed(other.getIsPlayed()); + } + if (other.getMusicId() != 0) { + setMusicId(other.getMusicId()); + } + if (other.getSavePageType() != 0) { + setSavePageType(other.getSavePageType()); + } + if (other.getSaveIdx() != 0) { + setSaveIdx(other.getSaveIdx()); } if (!other.getCreatorNickname().isEmpty()) { creatorNickname_ = other.creatorNickname_; onChanged(); } - if (other.getICHFOLMCONK() != 0) { - setICHFOLMCONK(other.getICHFOLMCONK()); + if (other.getVersion() != 0) { + setVersion(other.getVersion()); } - if (other.getMusicId() != 0) { - setMusicId(other.getMusicId()); + if (other.getSaveTime() != 0) { + setSaveTime(other.getSaveTime()); } - if (other.getECGMBEDIMAF() != 0) { - setECGMBEDIMAF(other.getECGMBEDIMAF()); + if (!other.afterNoteList_.isEmpty()) { + if (afterNoteList_.isEmpty()) { + afterNoteList_ = other.afterNoteList_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureAfterNoteListIsMutable(); + afterNoteList_.addAll(other.afterNoteList_); + } + onChanged(); } - if (other.getJDMDEBFDOCB() != 0) { - setJDMDEBFDOCB(other.getJDMDEBFDOCB()); - } - if (other.getIKPEAIAEIOE() != false) { - setIKPEAIAEIOE(other.getIKPEAIAEIOE()); + if (!other.beforeNoteList_.isEmpty()) { + if (beforeNoteList_.isEmpty()) { + beforeNoteList_ = other.beforeNoteList_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureBeforeNoteListIsMutable(); + beforeNoteList_.addAll(other.beforeNoteList_); + } + onChanged(); } if (other.getIsPsnPlatform() != false) { setIsPsnPlatform(other.getIsPsnPlatform()); } - if (other.getBGBGAHDGCOD() != 0) { - setBGBGAHDGCOD(other.getBGBGAHDGCOD()); + if (other.getTimeLineEditTime() != 0) { + setTimeLineEditTime(other.getTimeLineEditTime()); } - if (!other.nEPBHGEPAJF_.isEmpty()) { - if (nEPBHGEPAJF_.isEmpty()) { - nEPBHGEPAJF_ = other.nEPBHGEPAJF_; - bitField0_ = (bitField0_ & ~0x00000001); - } else { - ensureNEPBHGEPAJFIsMutable(); - nEPBHGEPAJF_.addAll(other.nEPBHGEPAJF_); - } - onChanged(); + if (other.getIsChangedAfterPublish() != false) { + setIsChangedAfterPublish(other.getIsChangedAfterPublish()); } - if (other.getFENKBJEOFOD() != 0) { - setFENKBJEOFOD(other.getFENKBJEOFOD()); - } - if (other.getFCCLIJPGIMB() != 0) { - setFCCLIJPGIMB(other.getFCCLIJPGIMB()); - } - if (!other.bINOPNBOMLE_.isEmpty()) { - if (bINOPNBOMLE_.isEmpty()) { - bINOPNBOMLE_ = other.bINOPNBOMLE_; - bitField0_ = (bitField0_ & ~0x00000002); - } else { - ensureBINOPNBOMLEIsMutable(); - bINOPNBOMLE_.addAll(other.bINOPNBOMLE_); - } - onChanged(); - } - if (other.getVersion() != 0) { - setVersion(other.getVersion()); - } - if (other.getUgcGuid() != 0L) { - setUgcGuid(other.getUgcGuid()); + if (other.getPublishTime() != 0) { + setPublishTime(other.getPublishTime()); } if (other.getMaxScore() != 0) { setMaxScore(other.getMaxScore()); } - if (other.getMNFFJEHHPNG() != 0) { - setMNFFJEHHPNG(other.getMNFFJEHHPNG()); + if (other.getRealTimeEditTime() != 0) { + setRealTimeEditTime(other.getRealTimeEditTime()); } - if (other.getGPMMJBKAIMN() != false) { - setGPMMJBKAIMN(other.getGPMMJBKAIMN()); + if (other.getNoteCount() != 0) { + setNoteCount(other.getNoteCount()); } - if (other.getMDNHFEMGKIL() != 0) { - setMDNHFEMGKIL(other.getMDNHFEMGKIL()); + if (other.getUgcGuid() != 0L) { + setUgcGuid(other.getUgcGuid()); + } + if (other.getSelfMaxScore() != 0) { + setSelfMaxScore(other.getSelfMaxScore()); } this.mergeUnknownFields(other.unknownFields); onChanged(); @@ -1447,7 +1410,7 @@ public final class UgcMusicBriefInfoOuterClass { private long importFromUgcGuid_; /** - *
uint64 import_from_ugc_guid = 6;
+ * uint64 import_from_ugc_guid = 5;
*
* @return The importFromUgcGuid.
*/
@@ -1456,7 +1419,7 @@ public final class UgcMusicBriefInfoOuterClass {
return importFromUgcGuid_;
}
/**
- * uint64 import_from_ugc_guid = 6;
+ * uint64 import_from_ugc_guid = 5;
*
* @param value The importFromUgcGuid to set.
* @return This builder for chaining.
@@ -1468,7 +1431,7 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
/**
- * uint64 import_from_ugc_guid = 6;
+ * uint64 import_from_ugc_guid = 5;
*
* @return This builder for chaining.
*/
@@ -1479,77 +1442,179 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
- private boolean bFBOOIBDEFL_;
+ private boolean isPublished_;
/**
- * bool BFBOOIBDEFL = 15;
+ * bool is_published = 8;
*
- * @return The bFBOOIBDEFL.
+ * @return The isPublished.
*/
@java.lang.Override
- public boolean getBFBOOIBDEFL() {
- return bFBOOIBDEFL_;
+ public boolean getIsPublished() {
+ return isPublished_;
}
/**
- * bool BFBOOIBDEFL = 15;
+ * bool is_published = 8;
*
- * @param value The bFBOOIBDEFL to set.
+ * @param value The isPublished to set.
* @return This builder for chaining.
*/
- public Builder setBFBOOIBDEFL(boolean value) {
+ public Builder setIsPublished(boolean value) {
- bFBOOIBDEFL_ = value;
+ isPublished_ = value;
onChanged();
return this;
}
/**
- * bool BFBOOIBDEFL = 15;
+ * bool is_published = 8;
*
* @return This builder for chaining.
*/
- public Builder clearBFBOOIBDEFL() {
+ public Builder clearIsPublished() {
- bFBOOIBDEFL_ = false;
+ isPublished_ = false;
onChanged();
return this;
}
- private int oMKIMIPNGLF_;
+ private boolean isPlayed_;
/**
- * uint32 OMKIMIPNGLF = 1847;
+ * bool is_played = 1;
*
- * @return The oMKIMIPNGLF.
+ * @return The isPlayed.
*/
@java.lang.Override
- public int getOMKIMIPNGLF() {
- return oMKIMIPNGLF_;
+ public boolean getIsPlayed() {
+ return isPlayed_;
}
/**
- * uint32 OMKIMIPNGLF = 1847;
+ * bool is_played = 1;
*
- * @param value The oMKIMIPNGLF to set.
+ * @param value The isPlayed to set.
* @return This builder for chaining.
*/
- public Builder setOMKIMIPNGLF(int value) {
+ public Builder setIsPlayed(boolean value) {
- oMKIMIPNGLF_ = value;
+ isPlayed_ = value;
onChanged();
return this;
}
/**
- * uint32 OMKIMIPNGLF = 1847;
+ * bool is_played = 1;
*
* @return This builder for chaining.
*/
- public Builder clearOMKIMIPNGLF() {
+ public Builder clearIsPlayed() {
- oMKIMIPNGLF_ = 0;
+ isPlayed_ = false;
+ onChanged();
+ return this;
+ }
+
+ private int musicId_;
+ /**
+ * uint32 music_id = 2;
+ *
+ * @return The musicId.
+ */
+ @java.lang.Override
+ public int getMusicId() {
+ return musicId_;
+ }
+ /**
+ * uint32 music_id = 2;
+ *
+ * @param value The musicId to set.
+ * @return This builder for chaining.
+ */
+ public Builder setMusicId(int value) {
+
+ musicId_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 music_id = 2;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearMusicId() {
+
+ musicId_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int savePageType_;
+ /**
+ * uint32 save_page_type = 1182;
+ *
+ * @return The savePageType.
+ */
+ @java.lang.Override
+ public int getSavePageType() {
+ return savePageType_;
+ }
+ /**
+ * uint32 save_page_type = 1182;
+ *
+ * @param value The savePageType to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSavePageType(int value) {
+
+ savePageType_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 save_page_type = 1182;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearSavePageType() {
+
+ savePageType_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int saveIdx_;
+ /**
+ * uint32 save_idx = 12;
+ *
+ * @return The saveIdx.
+ */
+ @java.lang.Override
+ public int getSaveIdx() {
+ return saveIdx_;
+ }
+ /**
+ * uint32 save_idx = 12;
+ *
+ * @param value The saveIdx to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSaveIdx(int value) {
+
+ saveIdx_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 save_idx = 12;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearSaveIdx() {
+
+ saveIdx_ = 0;
onChanged();
return this;
}
private java.lang.Object creatorNickname_ = "";
/**
- * string creator_nickname = 13;
+ * string creator_nickname = 10;
*
* @return The creatorNickname.
*/
@@ -1565,7 +1630,7 @@ public final class UgcMusicBriefInfoOuterClass {
}
}
/**
- * string creator_nickname = 13;
+ * string creator_nickname = 10;
*
* @return The bytes for creatorNickname.
*/
@@ -1581,7 +1646,7 @@ public final class UgcMusicBriefInfoOuterClass {
}
}
/**
- * string creator_nickname = 13;
+ * string creator_nickname = 10;
*
* @param value The creatorNickname to set.
* @return This builder for chaining.
@@ -1596,7 +1661,7 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
/**
- * string creator_nickname = 13;
+ * string creator_nickname = 10;
*
* @return This builder for chaining.
*/
@@ -1607,7 +1672,7 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
/**
- * string creator_nickname = 13;
+ * string creator_nickname = 10;
*
* @param value The bytes for creatorNickname to set.
* @return This builder for chaining.
@@ -1623,483 +1688,9 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
- private int iCHFOLMCONK_;
- /**
- * uint32 ICHFOLMCONK = 9;
- *
- * @return The iCHFOLMCONK.
- */
- @java.lang.Override
- public int getICHFOLMCONK() {
- return iCHFOLMCONK_;
- }
- /**
- * uint32 ICHFOLMCONK = 9;
- *
- * @param value The iCHFOLMCONK to set.
- * @return This builder for chaining.
- */
- public Builder setICHFOLMCONK(int value) {
-
- iCHFOLMCONK_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 ICHFOLMCONK = 9;
- *
- * @return This builder for chaining.
- */
- public Builder clearICHFOLMCONK() {
-
- iCHFOLMCONK_ = 0;
- onChanged();
- return this;
- }
-
- private int musicId_;
- /**
- * uint32 music_id = 10;
- *
- * @return The musicId.
- */
- @java.lang.Override
- public int getMusicId() {
- return musicId_;
- }
- /**
- * uint32 music_id = 10;
- *
- * @param value The musicId to set.
- * @return This builder for chaining.
- */
- public Builder setMusicId(int value) {
-
- musicId_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 music_id = 10;
- *
- * @return This builder for chaining.
- */
- public Builder clearMusicId() {
-
- musicId_ = 0;
- onChanged();
- return this;
- }
-
- private int eCGMBEDIMAF_;
- /**
- * uint32 ECGMBEDIMAF = 14;
- *
- * @return The eCGMBEDIMAF.
- */
- @java.lang.Override
- public int getECGMBEDIMAF() {
- return eCGMBEDIMAF_;
- }
- /**
- * uint32 ECGMBEDIMAF = 14;
- *
- * @param value The eCGMBEDIMAF to set.
- * @return This builder for chaining.
- */
- public Builder setECGMBEDIMAF(int value) {
-
- eCGMBEDIMAF_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 ECGMBEDIMAF = 14;
- *
- * @return This builder for chaining.
- */
- public Builder clearECGMBEDIMAF() {
-
- eCGMBEDIMAF_ = 0;
- onChanged();
- return this;
- }
-
- private int jDMDEBFDOCB_;
- /**
- * uint32 JDMDEBFDOCB = 1288;
- *
- * @return The jDMDEBFDOCB.
- */
- @java.lang.Override
- public int getJDMDEBFDOCB() {
- return jDMDEBFDOCB_;
- }
- /**
- * uint32 JDMDEBFDOCB = 1288;
- *
- * @param value The jDMDEBFDOCB to set.
- * @return This builder for chaining.
- */
- public Builder setJDMDEBFDOCB(int value) {
-
- jDMDEBFDOCB_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 JDMDEBFDOCB = 1288;
- *
- * @return This builder for chaining.
- */
- public Builder clearJDMDEBFDOCB() {
-
- jDMDEBFDOCB_ = 0;
- onChanged();
- return this;
- }
-
- private boolean iKPEAIAEIOE_;
- /**
- * bool IKPEAIAEIOE = 12;
- *
- * @return The iKPEAIAEIOE.
- */
- @java.lang.Override
- public boolean getIKPEAIAEIOE() {
- return iKPEAIAEIOE_;
- }
- /**
- * bool IKPEAIAEIOE = 12;
- *
- * @param value The iKPEAIAEIOE to set.
- * @return This builder for chaining.
- */
- public Builder setIKPEAIAEIOE(boolean value) {
-
- iKPEAIAEIOE_ = value;
- onChanged();
- return this;
- }
- /**
- * bool IKPEAIAEIOE = 12;
- *
- * @return This builder for chaining.
- */
- public Builder clearIKPEAIAEIOE() {
-
- iKPEAIAEIOE_ = false;
- onChanged();
- return this;
- }
-
- private boolean isPsnPlatform_;
- /**
- * bool is_psn_platform = 8;
- *
- * @return The isPsnPlatform.
- */
- @java.lang.Override
- public boolean getIsPsnPlatform() {
- return isPsnPlatform_;
- }
- /**
- * bool is_psn_platform = 8;
- *
- * @param value The isPsnPlatform to set.
- * @return This builder for chaining.
- */
- public Builder setIsPsnPlatform(boolean value) {
-
- isPsnPlatform_ = value;
- onChanged();
- return this;
- }
- /**
- * bool is_psn_platform = 8;
- *
- * @return This builder for chaining.
- */
- public Builder clearIsPsnPlatform() {
-
- isPsnPlatform_ = false;
- onChanged();
- return this;
- }
-
- private int bGBGAHDGCOD_;
- /**
- * uint32 BGBGAHDGCOD = 567;
- *
- * @return The bGBGAHDGCOD.
- */
- @java.lang.Override
- public int getBGBGAHDGCOD() {
- return bGBGAHDGCOD_;
- }
- /**
- * uint32 BGBGAHDGCOD = 567;
- *
- * @param value The bGBGAHDGCOD to set.
- * @return This builder for chaining.
- */
- public Builder setBGBGAHDGCOD(int value) {
-
- bGBGAHDGCOD_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 BGBGAHDGCOD = 567;
- *
- * @return This builder for chaining.
- */
- public Builder clearBGBGAHDGCOD() {
-
- bGBGAHDGCOD_ = 0;
- onChanged();
- return this;
- }
-
- private com.google.protobuf.Internal.IntList nEPBHGEPAJF_ = emptyIntList();
-
- private void ensureNEPBHGEPAJFIsMutable() {
- if (!((bitField0_ & 0x00000001) != 0)) {
- nEPBHGEPAJF_ = mutableCopy(nEPBHGEPAJF_);
- bitField0_ |= 0x00000001;
- }
- }
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @return A list containing the nEPBHGEPAJF.
- */
- public java.util.Listrepeated uint32 NEPBHGEPAJF = 1605;
- *
- * @return The count of nEPBHGEPAJF.
- */
- public int getNEPBHGEPAJFCount() {
- return nEPBHGEPAJF_.size();
- }
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @param index The index of the element to return.
- * @return The nEPBHGEPAJF at the given index.
- */
- public int getNEPBHGEPAJF(int index) {
- return nEPBHGEPAJF_.getInt(index);
- }
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @param index The index to set the value at.
- * @param value The nEPBHGEPAJF to set.
- * @return This builder for chaining.
- */
- public Builder setNEPBHGEPAJF(int index, int value) {
- ensureNEPBHGEPAJFIsMutable();
- nEPBHGEPAJF_.setInt(index, value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @param value The nEPBHGEPAJF to add.
- * @return This builder for chaining.
- */
- public Builder addNEPBHGEPAJF(int value) {
- ensureNEPBHGEPAJFIsMutable();
- nEPBHGEPAJF_.addInt(value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @param values The nEPBHGEPAJF to add.
- * @return This builder for chaining.
- */
- public Builder addAllNEPBHGEPAJF(java.lang.Iterable extends java.lang.Integer> values) {
- ensureNEPBHGEPAJFIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, nEPBHGEPAJF_);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 NEPBHGEPAJF = 1605;
- *
- * @return This builder for chaining.
- */
- public Builder clearNEPBHGEPAJF() {
- nEPBHGEPAJF_ = emptyIntList();
- bitField0_ = (bitField0_ & ~0x00000001);
- onChanged();
- return this;
- }
-
- private int fENKBJEOFOD_;
- /**
- * uint32 FENKBJEOFOD = 1535;
- *
- * @return The fENKBJEOFOD.
- */
- @java.lang.Override
- public int getFENKBJEOFOD() {
- return fENKBJEOFOD_;
- }
- /**
- * uint32 FENKBJEOFOD = 1535;
- *
- * @param value The fENKBJEOFOD to set.
- * @return This builder for chaining.
- */
- public Builder setFENKBJEOFOD(int value) {
-
- fENKBJEOFOD_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 FENKBJEOFOD = 1535;
- *
- * @return This builder for chaining.
- */
- public Builder clearFENKBJEOFOD() {
-
- fENKBJEOFOD_ = 0;
- onChanged();
- return this;
- }
-
- private int fCCLIJPGIMB_;
- /**
- * uint32 FCCLIJPGIMB = 2;
- *
- * @return The fCCLIJPGIMB.
- */
- @java.lang.Override
- public int getFCCLIJPGIMB() {
- return fCCLIJPGIMB_;
- }
- /**
- * uint32 FCCLIJPGIMB = 2;
- *
- * @param value The fCCLIJPGIMB to set.
- * @return This builder for chaining.
- */
- public Builder setFCCLIJPGIMB(int value) {
-
- fCCLIJPGIMB_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 FCCLIJPGIMB = 2;
- *
- * @return This builder for chaining.
- */
- public Builder clearFCCLIJPGIMB() {
-
- fCCLIJPGIMB_ = 0;
- onChanged();
- return this;
- }
-
- private com.google.protobuf.Internal.IntList bINOPNBOMLE_ = emptyIntList();
-
- private void ensureBINOPNBOMLEIsMutable() {
- if (!((bitField0_ & 0x00000002) != 0)) {
- bINOPNBOMLE_ = mutableCopy(bINOPNBOMLE_);
- bitField0_ |= 0x00000002;
- }
- }
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @return A list containing the bINOPNBOMLE.
- */
- public java.util.Listrepeated uint32 BINOPNBOMLE = 429;
- *
- * @return The count of bINOPNBOMLE.
- */
- public int getBINOPNBOMLECount() {
- return bINOPNBOMLE_.size();
- }
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @param index The index of the element to return.
- * @return The bINOPNBOMLE at the given index.
- */
- public int getBINOPNBOMLE(int index) {
- return bINOPNBOMLE_.getInt(index);
- }
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @param index The index to set the value at.
- * @param value The bINOPNBOMLE to set.
- * @return This builder for chaining.
- */
- public Builder setBINOPNBOMLE(int index, int value) {
- ensureBINOPNBOMLEIsMutable();
- bINOPNBOMLE_.setInt(index, value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @param value The bINOPNBOMLE to add.
- * @return This builder for chaining.
- */
- public Builder addBINOPNBOMLE(int value) {
- ensureBINOPNBOMLEIsMutable();
- bINOPNBOMLE_.addInt(value);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @param values The bINOPNBOMLE to add.
- * @return This builder for chaining.
- */
- public Builder addAllBINOPNBOMLE(java.lang.Iterable extends java.lang.Integer> values) {
- ensureBINOPNBOMLEIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, bINOPNBOMLE_);
- onChanged();
- return this;
- }
- /**
- * repeated uint32 BINOPNBOMLE = 429;
- *
- * @return This builder for chaining.
- */
- public Builder clearBINOPNBOMLE() {
- bINOPNBOMLE_ = emptyIntList();
- bitField0_ = (bitField0_ & ~0x00000002);
- onChanged();
- return this;
- }
-
private int version_;
/**
- * uint32 version = 11;
+ * uint32 version = 15;
*
* @return The version.
*/
@@ -2108,7 +1699,7 @@ public final class UgcMusicBriefInfoOuterClass {
return version_;
}
/**
- * uint32 version = 11;
+ * uint32 version = 15;
*
* @param value The version to set.
* @return This builder for chaining.
@@ -2120,7 +1711,7 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
/**
- * uint32 version = 11;
+ * uint32 version = 15;
*
* @return This builder for chaining.
*/
@@ -2131,43 +1722,347 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
- private long ugcGuid_;
+ private int saveTime_;
/**
- * uint64 ugc_guid = 3;
+ * uint32 save_time = 3;
*
- * @return The ugcGuid.
+ * @return The saveTime.
*/
@java.lang.Override
- public long getUgcGuid() {
- return ugcGuid_;
+ public int getSaveTime() {
+ return saveTime_;
}
/**
- * uint64 ugc_guid = 3;
+ * uint32 save_time = 3;
*
- * @param value The ugcGuid to set.
+ * @param value The saveTime to set.
* @return This builder for chaining.
*/
- public Builder setUgcGuid(long value) {
+ public Builder setSaveTime(int value) {
- ugcGuid_ = value;
+ saveTime_ = value;
onChanged();
return this;
}
/**
- * uint64 ugc_guid = 3;
+ * uint32 save_time = 3;
*
* @return This builder for chaining.
*/
- public Builder clearUgcGuid() {
+ public Builder clearSaveTime() {
- ugcGuid_ = 0L;
+ saveTime_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private com.google.protobuf.Internal.IntList afterNoteList_ = emptyIntList();
+
+ private void ensureAfterNoteListIsMutable() {
+ if (!((bitField0_ & 0x00000001) != 0)) {
+ afterNoteList_ = mutableCopy(afterNoteList_);
+ bitField0_ |= 0x00000001;
+ }
+ }
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @return A list containing the afterNoteList.
+ */
+ public java.util.Listrepeated uint32 after_note_list = 1002;
+ *
+ * @return The count of afterNoteList.
+ */
+ public int getAfterNoteListCount() {
+ return afterNoteList_.size();
+ }
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @param index The index of the element to return.
+ * @return The afterNoteList at the given index.
+ */
+ public int getAfterNoteList(int index) {
+ return afterNoteList_.getInt(index);
+ }
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @param index The index to set the value at.
+ * @param value The afterNoteList to set.
+ * @return This builder for chaining.
+ */
+ public Builder setAfterNoteList(int index, int value) {
+ ensureAfterNoteListIsMutable();
+ afterNoteList_.setInt(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @param value The afterNoteList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAfterNoteList(int value) {
+ ensureAfterNoteListIsMutable();
+ afterNoteList_.addInt(value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @param values The afterNoteList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAllAfterNoteList(java.lang.Iterable extends java.lang.Integer> values) {
+ ensureAfterNoteListIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(values, afterNoteList_);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 after_note_list = 1002;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearAfterNoteList() {
+ afterNoteList_ = emptyIntList();
+ bitField0_ = (bitField0_ & ~0x00000001);
+ onChanged();
+ return this;
+ }
+
+ private com.google.protobuf.Internal.IntList beforeNoteList_ = emptyIntList();
+
+ private void ensureBeforeNoteListIsMutable() {
+ if (!((bitField0_ & 0x00000002) != 0)) {
+ beforeNoteList_ = mutableCopy(beforeNoteList_);
+ bitField0_ |= 0x00000002;
+ }
+ }
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @return A list containing the beforeNoteList.
+ */
+ public java.util.Listrepeated uint32 before_note_list = 982;
+ *
+ * @return The count of beforeNoteList.
+ */
+ public int getBeforeNoteListCount() {
+ return beforeNoteList_.size();
+ }
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @param index The index of the element to return.
+ * @return The beforeNoteList at the given index.
+ */
+ public int getBeforeNoteList(int index) {
+ return beforeNoteList_.getInt(index);
+ }
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @param index The index to set the value at.
+ * @param value The beforeNoteList to set.
+ * @return This builder for chaining.
+ */
+ public Builder setBeforeNoteList(int index, int value) {
+ ensureBeforeNoteListIsMutable();
+ beforeNoteList_.setInt(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @param value The beforeNoteList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addBeforeNoteList(int value) {
+ ensureBeforeNoteListIsMutable();
+ beforeNoteList_.addInt(value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @param values The beforeNoteList to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAllBeforeNoteList(java.lang.Iterable extends java.lang.Integer> values) {
+ ensureBeforeNoteListIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(values, beforeNoteList_);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 before_note_list = 982;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearBeforeNoteList() {
+ beforeNoteList_ = emptyIntList();
+ bitField0_ = (bitField0_ & ~0x00000002);
+ onChanged();
+ return this;
+ }
+
+ private boolean isPsnPlatform_;
+ /**
+ * bool is_psn_platform = 9;
+ *
+ * @return The isPsnPlatform.
+ */
+ @java.lang.Override
+ public boolean getIsPsnPlatform() {
+ return isPsnPlatform_;
+ }
+ /**
+ * bool is_psn_platform = 9;
+ *
+ * @param value The isPsnPlatform to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIsPsnPlatform(boolean value) {
+
+ isPsnPlatform_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * bool is_psn_platform = 9;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIsPsnPlatform() {
+
+ isPsnPlatform_ = false;
+ onChanged();
+ return this;
+ }
+
+ private int timeLineEditTime_;
+ /**
+ * uint32 time_line_edit_time = 1822;
+ *
+ * @return The timeLineEditTime.
+ */
+ @java.lang.Override
+ public int getTimeLineEditTime() {
+ return timeLineEditTime_;
+ }
+ /**
+ * uint32 time_line_edit_time = 1822;
+ *
+ * @param value The timeLineEditTime to set.
+ * @return This builder for chaining.
+ */
+ public Builder setTimeLineEditTime(int value) {
+
+ timeLineEditTime_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 time_line_edit_time = 1822;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearTimeLineEditTime() {
+
+ timeLineEditTime_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private boolean isChangedAfterPublish_;
+ /**
+ * bool is_changed_after_publish = 11;
+ *
+ * @return The isChangedAfterPublish.
+ */
+ @java.lang.Override
+ public boolean getIsChangedAfterPublish() {
+ return isChangedAfterPublish_;
+ }
+ /**
+ * bool is_changed_after_publish = 11;
+ *
+ * @param value The isChangedAfterPublish to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIsChangedAfterPublish(boolean value) {
+
+ isChangedAfterPublish_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * bool is_changed_after_publish = 11;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIsChangedAfterPublish() {
+
+ isChangedAfterPublish_ = false;
+ onChanged();
+ return this;
+ }
+
+ private int publishTime_;
+ /**
+ * uint32 publish_time = 13;
+ *
+ * @return The publishTime.
+ */
+ @java.lang.Override
+ public int getPublishTime() {
+ return publishTime_;
+ }
+ /**
+ * uint32 publish_time = 13;
+ *
+ * @param value The publishTime to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPublishTime(int value) {
+
+ publishTime_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 publish_time = 13;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearPublishTime() {
+
+ publishTime_ = 0;
onChanged();
return this;
}
private int maxScore_;
/**
- * uint32 max_score = 1;
+ * uint32 max_score = 14;
*
* @return The maxScore.
*/
@@ -2176,7 +2071,7 @@ public final class UgcMusicBriefInfoOuterClass {
return maxScore_;
}
/**
- * uint32 max_score = 1;
+ * uint32 max_score = 14;
*
* @param value The maxScore to set.
* @return This builder for chaining.
@@ -2188,7 +2083,7 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
/**
- * uint32 max_score = 1;
+ * uint32 max_score = 14;
*
* @return This builder for chaining.
*/
@@ -2199,104 +2094,138 @@ public final class UgcMusicBriefInfoOuterClass {
return this;
}
- private int mNFFJEHHPNG_;
+ private int realTimeEditTime_;
/**
- * uint32 MNFFJEHHPNG = 4;
+ * uint32 real_time_edit_time = 576;
*
- * @return The mNFFJEHHPNG.
+ * @return The realTimeEditTime.
*/
@java.lang.Override
- public int getMNFFJEHHPNG() {
- return mNFFJEHHPNG_;
+ public int getRealTimeEditTime() {
+ return realTimeEditTime_;
}
/**
- * uint32 MNFFJEHHPNG = 4;
+ * uint32 real_time_edit_time = 576;
*
- * @param value The mNFFJEHHPNG to set.
+ * @param value The realTimeEditTime to set.
* @return This builder for chaining.
*/
- public Builder setMNFFJEHHPNG(int value) {
+ public Builder setRealTimeEditTime(int value) {
- mNFFJEHHPNG_ = value;
+ realTimeEditTime_ = value;
onChanged();
return this;
}
/**
- * uint32 MNFFJEHHPNG = 4;
+ * uint32 real_time_edit_time = 576;
*
* @return This builder for chaining.
*/
- public Builder clearMNFFJEHHPNG() {
+ public Builder clearRealTimeEditTime() {
- mNFFJEHHPNG_ = 0;
+ realTimeEditTime_ = 0;
onChanged();
return this;
}
- private boolean gPMMJBKAIMN_;
+ private int noteCount_;
/**
- * bool GPMMJBKAIMN = 5;
+ * uint32 note_count = 7;
*
- * @return The gPMMJBKAIMN.
+ * @return The noteCount.
*/
@java.lang.Override
- public boolean getGPMMJBKAIMN() {
- return gPMMJBKAIMN_;
+ public int getNoteCount() {
+ return noteCount_;
}
/**
- * bool GPMMJBKAIMN = 5;
+ * uint32 note_count = 7;
*
- * @param value The gPMMJBKAIMN to set.
+ * @param value The noteCount to set.
* @return This builder for chaining.
*/
- public Builder setGPMMJBKAIMN(boolean value) {
+ public Builder setNoteCount(int value) {
- gPMMJBKAIMN_ = value;
+ noteCount_ = value;
onChanged();
return this;
}
/**
- * bool GPMMJBKAIMN = 5;
+ * uint32 note_count = 7;
*
* @return This builder for chaining.
*/
- public Builder clearGPMMJBKAIMN() {
+ public Builder clearNoteCount() {
- gPMMJBKAIMN_ = false;
+ noteCount_ = 0;
onChanged();
return this;
}
- private int mDNHFEMGKIL_;
+ private long ugcGuid_;
/**
- * uint32 MDNHFEMGKIL = 7;
+ * uint64 ugc_guid = 4;
*
- * @return The mDNHFEMGKIL.
+ * @return The ugcGuid.
*/
@java.lang.Override
- public int getMDNHFEMGKIL() {
- return mDNHFEMGKIL_;
+ public long getUgcGuid() {
+ return ugcGuid_;
}
/**
- * uint32 MDNHFEMGKIL = 7;
+ * uint64 ugc_guid = 4;
*
- * @param value The mDNHFEMGKIL to set.
+ * @param value The ugcGuid to set.
* @return This builder for chaining.
*/
- public Builder setMDNHFEMGKIL(int value) {
+ public Builder setUgcGuid(long value) {
- mDNHFEMGKIL_ = value;
+ ugcGuid_ = value;
onChanged();
return this;
}
/**
- * uint32 MDNHFEMGKIL = 7;
+ * uint64 ugc_guid = 4;
*
* @return This builder for chaining.
*/
- public Builder clearMDNHFEMGKIL() {
+ public Builder clearUgcGuid() {
- mDNHFEMGKIL_ = 0;
+ ugcGuid_ = 0L;
+ onChanged();
+ return this;
+ }
+
+ private int selfMaxScore_;
+ /**
+ * uint32 self_max_score = 6;
+ *
+ * @return The selfMaxScore.
+ */
+ @java.lang.Override
+ public int getSelfMaxScore() {
+ return selfMaxScore_;
+ }
+ /**
+ * uint32 self_max_score = 6;
+ *
+ * @param value The selfMaxScore to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSelfMaxScore(int value) {
+
+ selfMaxScore_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 self_max_score = 6;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearSelfMaxScore() {
+
+ selfMaxScore_ = 0;
onChanged();
return this;
}
@@ -2370,20 +2299,20 @@ public final class UgcMusicBriefInfoOuterClass {
static {
java.lang.String[] descriptorData = {
- "\n\027UgcMusicBriefInfo.proto\"\330\003\n\021UgcMusicBr"
- + "iefInfo\022\034\n\024import_from_ugc_guid\030\006 \001(\004\022\023\n"
- + "\013BFBOOIBDEFL\030\017 \001(\010\022\024\n\013OMKIMIPNGLF\030\267\016 \001(\r"
- + "\022\030\n\020creator_nickname\030\r \001(\t\022\023\n\013ICHFOLMCON"
- + "K\030\t \001(\r\022\020\n\010music_id\030\n \001(\r\022\023\n\013ECGMBEDIMAF"
- + "\030\016 \001(\r\022\024\n\013JDMDEBFDOCB\030\210\n \001(\r\022\023\n\013IKPEAIAE"
- + "IOE\030\014 \001(\010\022\027\n\017is_psn_platform\030\010 \001(\010\022\024\n\013BG"
- + "BGAHDGCOD\030\267\004 \001(\r\022\024\n\013NEPBHGEPAJF\030\305\014 \003(\r\022\024"
- + "\n\013FENKBJEOFOD\030\377\013 \001(\r\022\023\n\013FCCLIJPGIMB\030\002 \001("
- + "\r\022\024\n\013BINOPNBOMLE\030\255\003 \003(\r\022\017\n\007version\030\013 \001(\r"
- + "\022\020\n\010ugc_guid\030\003 \001(\004\022\021\n\tmax_score\030\001 \001(\r\022\023\n"
- + "\013MNFFJEHHPNG\030\004 \001(\r\022\023\n\013GPMMJBKAIMN\030\005 \001(\010\022"
- + "\023\n\013MDNHFEMGKIL\030\007 \001(\rB\033\n\031emu.grasscutter."
- + "net.protob\006proto3"
+ "\n\027UgcMusicBriefInfo.proto\"\350\003\n\021UgcMusicBr"
+ + "iefInfo\022\034\n\024import_from_ugc_guid\030\005 \001(\004\022\024\n"
+ + "\014is_published\030\010 \001(\010\022\021\n\tis_played\030\001 \001(\010\022\020"
+ + "\n\010music_id\030\002 \001(\r\022\027\n\016save_page_type\030\236\t \001("
+ + "\r\022\020\n\010save_idx\030\014 \001(\r\022\030\n\020creator_nickname\030"
+ + "\n \001(\t\022\017\n\007version\030\017 \001(\r\022\021\n\tsave_time\030\003 \001("
+ + "\r\022\030\n\017after_note_list\030\352\007 \003(\r\022\031\n\020before_no"
+ + "te_list\030\326\007 \003(\r\022\027\n\017is_psn_platform\030\t \001(\010\022"
+ + "\034\n\023time_line_edit_time\030\236\016 \001(\r\022 \n\030is_chan"
+ + "ged_after_publish\030\013 \001(\010\022\024\n\014publish_time\030"
+ + "\r \001(\r\022\021\n\tmax_score\030\016 \001(\r\022\034\n\023real_time_ed"
+ + "it_time\030\300\004 \001(\r\022\022\n\nnote_count\030\007 \001(\r\022\020\n\010ug"
+ + "c_guid\030\004 \001(\004\022\026\n\016self_max_score\030\006 \001(\rB\033\n\031"
+ + "emu.grasscutter.net.protob\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -2394,26 +2323,25 @@ public final class UgcMusicBriefInfoOuterClass {
internal_static_UgcMusicBriefInfo_descriptor,
new java.lang.String[] {
"ImportFromUgcGuid",
- "BFBOOIBDEFL",
- "OMKIMIPNGLF",
- "CreatorNickname",
- "ICHFOLMCONK",
+ "IsPublished",
+ "IsPlayed",
"MusicId",
- "ECGMBEDIMAF",
- "JDMDEBFDOCB",
- "IKPEAIAEIOE",
- "IsPsnPlatform",
- "BGBGAHDGCOD",
- "NEPBHGEPAJF",
- "FENKBJEOFOD",
- "FCCLIJPGIMB",
- "BINOPNBOMLE",
+ "SavePageType",
+ "SaveIdx",
+ "CreatorNickname",
"Version",
- "UgcGuid",
+ "SaveTime",
+ "AfterNoteList",
+ "BeforeNoteList",
+ "IsPsnPlatform",
+ "TimeLineEditTime",
+ "IsChangedAfterPublish",
+ "PublishTime",
"MaxScore",
- "MNFFJEHHPNG",
- "GPMMJBKAIMN",
- "MDNHFEMGKIL",
+ "RealTimeEditTime",
+ "NoteCount",
+ "UgcGuid",
+ "SelfMaxScore",
});
}
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicNoteOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicNoteOuterClass.java
index 4b9842307..9835108b3 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicNoteOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicNoteOuterClass.java
@@ -18,14 +18,14 @@ public final class UgcMusicNoteOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint32 start_time = 15;
+ * uint32 start_time = 12;
*
* @return The startTime.
*/
int getStartTime();
/**
- * uint32 end_time = 8;
+ * uint32 end_time = 5;
*
* @return The endTime.
*/
@@ -35,7 +35,7 @@ public final class UgcMusicNoteOuterClass {
*
*
* - * Name: KELICPOLEGO + * 3.2 ** * Protobuf type {@code UgcMusicNote} @@ -81,12 +81,12 @@ public final class UgcMusicNoteOuterClass { case 0: done = true; break; - case 64: + case 40: { endTime_ = input.readUInt32(); break; } - case 120: + case 96: { startTime_ = input.readUInt32(); break; @@ -125,10 +125,10 @@ public final class UgcMusicNoteOuterClass { emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.Builder.class); } - public static final int START_TIME_FIELD_NUMBER = 15; + public static final int START_TIME_FIELD_NUMBER = 12; private int startTime_; /** - *
uint32 start_time = 15;
+ * uint32 start_time = 12;
*
* @return The startTime.
*/
@@ -137,10 +137,10 @@ public final class UgcMusicNoteOuterClass {
return startTime_;
}
- public static final int END_TIME_FIELD_NUMBER = 8;
+ public static final int END_TIME_FIELD_NUMBER = 5;
private int endTime_;
/**
- * uint32 end_time = 8;
+ * uint32 end_time = 5;
*
* @return The endTime.
*/
@@ -164,10 +164,10 @@ public final class UgcMusicNoteOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (endTime_ != 0) {
- output.writeUInt32(8, endTime_);
+ output.writeUInt32(5, endTime_);
}
if (startTime_ != 0) {
- output.writeUInt32(15, startTime_);
+ output.writeUInt32(12, startTime_);
}
unknownFields.writeTo(output);
}
@@ -179,10 +179,10 @@ public final class UgcMusicNoteOuterClass {
size = 0;
if (endTime_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(8, endTime_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(5, endTime_);
}
if (startTime_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(15, startTime_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, startTime_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -323,7 +323,7 @@ public final class UgcMusicNoteOuterClass {
*
*
* - * Name: KELICPOLEGO + * 3.2 ** * Protobuf type {@code UgcMusicNote} @@ -492,7 +492,7 @@ public final class UgcMusicNoteOuterClass { private int startTime_; /** - *
uint32 start_time = 15;
+ * uint32 start_time = 12;
*
* @return The startTime.
*/
@@ -501,7 +501,7 @@ public final class UgcMusicNoteOuterClass {
return startTime_;
}
/**
- * uint32 start_time = 15;
+ * uint32 start_time = 12;
*
* @param value The startTime to set.
* @return This builder for chaining.
@@ -513,7 +513,7 @@ public final class UgcMusicNoteOuterClass {
return this;
}
/**
- * uint32 start_time = 15;
+ * uint32 start_time = 12;
*
* @return This builder for chaining.
*/
@@ -526,7 +526,7 @@ public final class UgcMusicNoteOuterClass {
private int endTime_;
/**
- * uint32 end_time = 8;
+ * uint32 end_time = 5;
*
* @return The endTime.
*/
@@ -535,7 +535,7 @@ public final class UgcMusicNoteOuterClass {
return endTime_;
}
/**
- * uint32 end_time = 8;
+ * uint32 end_time = 5;
*
* @param value The endTime to set.
* @return This builder for chaining.
@@ -547,7 +547,7 @@ public final class UgcMusicNoteOuterClass {
return this;
}
/**
- * uint32 end_time = 8;
+ * uint32 end_time = 5;
*
* @return This builder for chaining.
*/
@@ -627,7 +627,7 @@ public final class UgcMusicNoteOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\022UgcMusicNote.proto\"4\n\014UgcMusicNote\022\022\n\n"
- + "start_time\030\017 \001(\r\022\020\n\010end_time\030\010 \001(\rB\033\n\031em"
+ + "start_time\030\014 \001(\r\022\020\n\010end_time\030\005 \001(\rB\033\n\031em"
+ "u.grasscutter.net.protob\006proto3"
};
descriptor =
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicRecordOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicRecordOuterClass.java
index edb350a43..a1ad4ccf0 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicRecordOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicRecordOuterClass.java
@@ -17,33 +17,33 @@ public final class UgcMusicRecordOuterClass {
// @@protoc_insertion_point(interface_extends:UgcMusicRecord)
com.google.protobuf.MessageOrBuilder {
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
+ java.util.Listrepeated .UgcMusicTrack music_track_list = 4;
*/
+ emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack getMusicTrackList(int index);
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
+ int getMusicTrackListCount();
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
+ java.util.List<
+ ? extends emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder>
+ getMusicTrackListOrBuilderList();
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
+ emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder
+ getMusicTrackListOrBuilder(int index);
+
/**
- * uint32 music_id = 6;
+ * uint32 music_id = 13;
*
* @return The musicId.
*/
int getMusicId();
-
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
- java.util.Listrepeated .UgcMusicTrack music_track_list = 2;
*/
- emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack getMusicTrackList(int index);
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
- int getMusicTrackListCount();
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
- java.util.List<
- ? extends emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder>
- getMusicTrackListOrBuilderList();
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
- emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder
- getMusicTrackListOrBuilder(int index);
}
/**
*
*
* - * Name: AMAEJCFDLLP + * 3.2 ** * Protobuf type {@code UgcMusicRecord} @@ -92,7 +92,7 @@ public final class UgcMusicRecordOuterClass { case 0: done = true; break; - case 18: + case 34: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { musicTrackList_ = @@ -106,7 +106,7 @@ public final class UgcMusicRecordOuterClass { extensionRegistry)); break; } - case 48: + case 104: { musicId_ = input.readUInt32(); break; @@ -148,52 +148,52 @@ public final class UgcMusicRecordOuterClass { emu.grasscutter.net.proto.UgcMusicRecordOuterClass.UgcMusicRecord.Builder.class); } - public static final int MUSIC_ID_FIELD_NUMBER = 6; - private int musicId_; - /** - *
uint32 music_id = 6;
- *
- * @return The musicId.
- */
- @java.lang.Override
- public int getMusicId() {
- return musicId_;
- }
-
- public static final int MUSIC_TRACK_LIST_FIELD_NUMBER = 2;
+ public static final int MUSIC_TRACK_LIST_FIELD_NUMBER = 4;
private java.util.Listrepeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
@java.lang.Override
public java.util.Listrepeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
@java.lang.Override
public java.util.List<
? extends emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder>
getMusicTrackListOrBuilderList() {
return musicTrackList_;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
@java.lang.Override
public int getMusicTrackListCount() {
return musicTrackList_.size();
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
@java.lang.Override
public emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack getMusicTrackList(
int index) {
return musicTrackList_.get(index);
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
@java.lang.Override
public emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder
getMusicTrackListOrBuilder(int index) {
return musicTrackList_.get(index);
}
+ public static final int MUSIC_ID_FIELD_NUMBER = 13;
+ private int musicId_;
+ /**
+ * uint32 music_id = 13;
+ *
+ * @return The musicId.
+ */
+ @java.lang.Override
+ public int getMusicId() {
+ return musicId_;
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
@@ -209,10 +209,10 @@ public final class UgcMusicRecordOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
for (int i = 0; i < musicTrackList_.size(); i++) {
- output.writeMessage(2, musicTrackList_.get(i));
+ output.writeMessage(4, musicTrackList_.get(i));
}
if (musicId_ != 0) {
- output.writeUInt32(6, musicId_);
+ output.writeUInt32(13, musicId_);
}
unknownFields.writeTo(output);
}
@@ -224,10 +224,10 @@ public final class UgcMusicRecordOuterClass {
size = 0;
for (int i = 0; i < musicTrackList_.size(); i++) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, musicTrackList_.get(i));
+ size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, musicTrackList_.get(i));
}
if (musicId_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(6, musicId_);
+ size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, musicId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -245,8 +245,8 @@ public final class UgcMusicRecordOuterClass {
emu.grasscutter.net.proto.UgcMusicRecordOuterClass.UgcMusicRecord other =
(emu.grasscutter.net.proto.UgcMusicRecordOuterClass.UgcMusicRecord) obj;
- if (getMusicId() != other.getMusicId()) return false;
if (!getMusicTrackListList().equals(other.getMusicTrackListList())) return false;
+ if (getMusicId() != other.getMusicId()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -258,12 +258,12 @@ public final class UgcMusicRecordOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + MUSIC_ID_FIELD_NUMBER;
- hash = (53 * hash) + getMusicId();
if (getMusicTrackListCount() > 0) {
hash = (37 * hash) + MUSIC_TRACK_LIST_FIELD_NUMBER;
hash = (53 * hash) + getMusicTrackListList().hashCode();
}
+ hash = (37 * hash) + MUSIC_ID_FIELD_NUMBER;
+ hash = (53 * hash) + getMusicId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -371,7 +371,7 @@ public final class UgcMusicRecordOuterClass {
*
*
* - * Name: AMAEJCFDLLP + * 3.2 ** * Protobuf type {@code UgcMusicRecord} @@ -416,14 +416,14 @@ public final class UgcMusicRecordOuterClass { @java.lang.Override public Builder clear() { super.clear(); - musicId_ = 0; - if (musicTrackListBuilder_ == null) { musicTrackList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { musicTrackListBuilder_.clear(); } + musicId_ = 0; + return this; } @@ -454,7 +454,6 @@ public final class UgcMusicRecordOuterClass { emu.grasscutter.net.proto.UgcMusicRecordOuterClass.UgcMusicRecord result = new emu.grasscutter.net.proto.UgcMusicRecordOuterClass.UgcMusicRecord(this); int from_bitField0_ = bitField0_; - result.musicId_ = musicId_; if (musicTrackListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { musicTrackList_ = java.util.Collections.unmodifiableList(musicTrackList_); @@ -464,6 +463,7 @@ public final class UgcMusicRecordOuterClass { } else { result.musicTrackList_ = musicTrackListBuilder_.build(); } + result.musicId_ = musicId_; onBuilt(); return result; } @@ -519,9 +519,6 @@ public final class UgcMusicRecordOuterClass { if (other == emu.grasscutter.net.proto.UgcMusicRecordOuterClass.UgcMusicRecord .getDefaultInstance()) return this; - if (other.getMusicId() != 0) { - setMusicId(other.getMusicId()); - } if (musicTrackListBuilder_ == null) { if (!other.musicTrackList_.isEmpty()) { if (musicTrackList_.isEmpty()) { @@ -549,6 +546,9 @@ public final class UgcMusicRecordOuterClass { } } } + if (other.getMusicId() != 0) { + setMusicId(other.getMusicId()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -582,40 +582,6 @@ public final class UgcMusicRecordOuterClass { private int bitField0_; - private int musicId_; - /** - *
uint32 music_id = 6;
- *
- * @return The musicId.
- */
- @java.lang.Override
- public int getMusicId() {
- return musicId_;
- }
- /**
- * uint32 music_id = 6;
- *
- * @param value The musicId to set.
- * @return This builder for chaining.
- */
- public Builder setMusicId(int value) {
-
- musicId_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 music_id = 6;
- *
- * @return This builder for chaining.
- */
- public Builder clearMusicId() {
-
- musicId_ = 0;
- onChanged();
- return this;
- }
-
private java.util.Listrepeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public java.util.Listrepeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public int getMusicTrackListCount() {
if (musicTrackListBuilder_ == null) {
return musicTrackList_.size();
@@ -651,7 +617,7 @@ public final class UgcMusicRecordOuterClass {
return musicTrackListBuilder_.getCount();
}
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack getMusicTrackList(
int index) {
if (musicTrackListBuilder_ == null) {
@@ -660,7 +626,7 @@ public final class UgcMusicRecordOuterClass {
return musicTrackListBuilder_.getMessage(index);
}
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder setMusicTrackList(
int index, emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack value) {
if (musicTrackListBuilder_ == null) {
@@ -675,7 +641,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder setMusicTrackList(
int index,
emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack.Builder builderForValue) {
@@ -688,7 +654,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder addMusicTrackList(
emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack value) {
if (musicTrackListBuilder_ == null) {
@@ -703,7 +669,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder addMusicTrackList(
int index, emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack value) {
if (musicTrackListBuilder_ == null) {
@@ -718,7 +684,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder addMusicTrackList(
emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack.Builder builderForValue) {
if (musicTrackListBuilder_ == null) {
@@ -730,7 +696,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder addMusicTrackList(
int index,
emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack.Builder builderForValue) {
@@ -743,7 +709,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder addAllMusicTrackList(
java.lang.Iterable<
? extends emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack>
@@ -757,7 +723,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder clearMusicTrackList() {
if (musicTrackListBuilder_ == null) {
musicTrackList_ = java.util.Collections.emptyList();
@@ -768,7 +734,7 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public Builder removeMusicTrackList(int index) {
if (musicTrackListBuilder_ == null) {
ensureMusicTrackListIsMutable();
@@ -779,12 +745,12 @@ public final class UgcMusicRecordOuterClass {
}
return this;
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack.Builder
getMusicTrackListBuilder(int index) {
return getMusicTrackListFieldBuilder().getBuilder(index);
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder
getMusicTrackListOrBuilder(int index) {
if (musicTrackListBuilder_ == null) {
@@ -793,7 +759,7 @@ public final class UgcMusicRecordOuterClass {
return musicTrackListBuilder_.getMessageOrBuilder(index);
}
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public java.util.List<
? extends emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrackOrBuilder>
getMusicTrackListOrBuilderList() {
@@ -803,7 +769,7 @@ public final class UgcMusicRecordOuterClass {
return java.util.Collections.unmodifiableList(musicTrackList_);
}
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack.Builder
addMusicTrackListBuilder() {
return getMusicTrackListFieldBuilder()
@@ -811,7 +777,7 @@ public final class UgcMusicRecordOuterClass {
emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack
.getDefaultInstance());
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack.Builder
addMusicTrackListBuilder(int index) {
return getMusicTrackListFieldBuilder()
@@ -820,7 +786,7 @@ public final class UgcMusicRecordOuterClass {
emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack
.getDefaultInstance());
}
- /** repeated .UgcMusicTrack music_track_list = 2;
*/
+ /** repeated .UgcMusicTrack music_track_list = 4;
*/
public java.util.Listuint32 music_id = 13;
+ *
+ * @return The musicId.
+ */
+ @java.lang.Override
+ public int getMusicId() {
+ return musicId_;
+ }
+ /**
+ * uint32 music_id = 13;
+ *
+ * @param value The musicId to set.
+ * @return This builder for chaining.
+ */
+ public Builder setMusicId(int value) {
+
+ musicId_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 music_id = 13;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearMusicId() {
+
+ musicId_ = 0;
+ onChanged();
+ return this;
+ }
+
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -915,9 +915,9 @@ public final class UgcMusicRecordOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\024UgcMusicRecord.proto\032\023UgcMusicTrack.pr"
- + "oto\"L\n\016UgcMusicRecord\022\020\n\010music_id\030\006 \001(\r\022"
- + "(\n\020music_track_list\030\002 \003(\0132\016.UgcMusicTrac"
- + "kB\033\n\031emu.grasscutter.net.protob\006proto3"
+ + "oto\"L\n\016UgcMusicRecord\022(\n\020music_track_lis"
+ + "t\030\004 \003(\0132\016.UgcMusicTrack\022\020\n\010music_id\030\r \001("
+ + "\rB\033\n\031emu.grasscutter.net.protob\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -930,7 +930,7 @@ public final class UgcMusicRecordOuterClass {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_UgcMusicRecord_descriptor,
new java.lang.String[] {
- "MusicId", "MusicTrackList",
+ "MusicTrackList", "MusicId",
});
emu.grasscutter.net.proto.UgcMusicTrackOuterClass.getDescriptor();
}
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicTrackOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicTrackOuterClass.java
index 9a548dca3..14efd2e7d 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicTrackOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/UgcMusicTrackOuterClass.java
@@ -17,17 +17,17 @@ public final class UgcMusicTrackOuterClass {
// @@protoc_insertion_point(interface_extends:UgcMusicTrack)
com.google.protobuf.MessageOrBuilder {
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
java.util.Listrepeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote getMusicNoteList(int index);
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
int getMusicNoteListCount();
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
java.util.List extends emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNoteOrBuilder>
getMusicNoteListOrBuilderList();
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNoteOrBuilder
getMusicNoteListOrBuilder(int index);
}
@@ -35,7 +35,7 @@ public final class UgcMusicTrackOuterClass {
*
*
* - * Name: PNNCHCKBNDL + * 3.2 ** * Protobuf type {@code UgcMusicTrack} @@ -84,7 +84,7 @@ public final class UgcMusicTrackOuterClass { case 0: done = true; break; - case 18: + case 50: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { musicNoteList_ = @@ -135,34 +135,34 @@ public final class UgcMusicTrackOuterClass { emu.grasscutter.net.proto.UgcMusicTrackOuterClass.UgcMusicTrack.Builder.class); } - public static final int MUSIC_NOTE_LIST_FIELD_NUMBER = 2; + public static final int MUSIC_NOTE_LIST_FIELD_NUMBER = 6; private java.util.List
repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
@java.lang.Override
public java.util.Listrepeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
@java.lang.Override
public java.util.List<
? extends emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNoteOrBuilder>
getMusicNoteListOrBuilderList() {
return musicNoteList_;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
@java.lang.Override
public int getMusicNoteListCount() {
return musicNoteList_.size();
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
@java.lang.Override
public emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote getMusicNoteList(
int index) {
return musicNoteList_.get(index);
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
@java.lang.Override
public emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNoteOrBuilder
getMusicNoteListOrBuilder(int index) {
@@ -184,7 +184,7 @@ public final class UgcMusicTrackOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
for (int i = 0; i < musicNoteList_.size(); i++) {
- output.writeMessage(2, musicNoteList_.get(i));
+ output.writeMessage(6, musicNoteList_.get(i));
}
unknownFields.writeTo(output);
}
@@ -196,7 +196,7 @@ public final class UgcMusicTrackOuterClass {
size = 0;
for (int i = 0; i < musicNoteList_.size(); i++) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, musicNoteList_.get(i));
+ size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, musicNoteList_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -337,7 +337,7 @@ public final class UgcMusicTrackOuterClass {
*
*
* - * Name: PNNCHCKBNDL + * 3.2 ** * Protobuf type {@code UgcMusicTrack} @@ -558,7 +558,7 @@ public final class UgcMusicTrackOuterClass { emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNoteOrBuilder> musicNoteListBuilder_; - /**
repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public java.util.Listrepeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public int getMusicNoteListCount() {
if (musicNoteListBuilder_ == null) {
return musicNoteList_.size();
@@ -575,7 +575,7 @@ public final class UgcMusicTrackOuterClass {
return musicNoteListBuilder_.getCount();
}
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote getMusicNoteList(
int index) {
if (musicNoteListBuilder_ == null) {
@@ -584,7 +584,7 @@ public final class UgcMusicTrackOuterClass {
return musicNoteListBuilder_.getMessage(index);
}
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder setMusicNoteList(
int index, emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote value) {
if (musicNoteListBuilder_ == null) {
@@ -599,7 +599,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder setMusicNoteList(
int index,
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.Builder builderForValue) {
@@ -612,7 +612,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder addMusicNoteList(
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote value) {
if (musicNoteListBuilder_ == null) {
@@ -627,7 +627,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder addMusicNoteList(
int index, emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote value) {
if (musicNoteListBuilder_ == null) {
@@ -642,7 +642,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder addMusicNoteList(
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.Builder builderForValue) {
if (musicNoteListBuilder_ == null) {
@@ -654,7 +654,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder addMusicNoteList(
int index,
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.Builder builderForValue) {
@@ -667,7 +667,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder addAllMusicNoteList(
java.lang.Iterable<
? extends emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote>
@@ -681,7 +681,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder clearMusicNoteList() {
if (musicNoteListBuilder_ == null) {
musicNoteList_ = java.util.Collections.emptyList();
@@ -692,7 +692,7 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public Builder removeMusicNoteList(int index) {
if (musicNoteListBuilder_ == null) {
ensureMusicNoteListIsMutable();
@@ -703,12 +703,12 @@ public final class UgcMusicTrackOuterClass {
}
return this;
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.Builder
getMusicNoteListBuilder(int index) {
return getMusicNoteListFieldBuilder().getBuilder(index);
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNoteOrBuilder
getMusicNoteListOrBuilder(int index) {
if (musicNoteListBuilder_ == null) {
@@ -717,7 +717,7 @@ public final class UgcMusicTrackOuterClass {
return musicNoteListBuilder_.getMessageOrBuilder(index);
}
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public java.util.List<
? extends emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNoteOrBuilder>
getMusicNoteListOrBuilderList() {
@@ -727,14 +727,14 @@ public final class UgcMusicTrackOuterClass {
return java.util.Collections.unmodifiableList(musicNoteList_);
}
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.Builder
addMusicNoteListBuilder() {
return getMusicNoteListFieldBuilder()
.addBuilder(
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.getDefaultInstance());
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.Builder
addMusicNoteListBuilder(int index) {
return getMusicNoteListFieldBuilder()
@@ -742,7 +742,7 @@ public final class UgcMusicTrackOuterClass {
index,
emu.grasscutter.net.proto.UgcMusicNoteOuterClass.UgcMusicNote.getDefaultInstance());
}
- /** repeated .UgcMusicNote music_note_list = 2;
*/
+ /** repeated .UgcMusicNote music_note_list = 6;
*/
public java.util.List- * Name: MOCGOKGHGNG + * 3.2 ** * Protobuf enum {@code UgcType} diff --git a/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java b/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java index 004b37b21..17f2ac95f 100644 --- a/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java +++ b/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java @@ -1,6 +1,6 @@ package emu.grasscutter.net.packet; -public class PacketOpcodes { +public final class PacketOpcodes { // Empty public static final int NONE = 0;