mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 17:19:50 +08:00
Add support for game version 3.6 (#2110)
* Update to game version `3.6.0` (pt. 1) not complete! * Update to game version `3.6.0` (pt. 2) not complete! * Update compiled definitions
This commit is contained in:
+20
-20
@@ -19,17 +19,17 @@ public final class CutSceneExtraParamOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @return A list containing the detailParamList.
|
||||
*/
|
||||
java.util.List<java.lang.Double> getDetailParamListList();
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @return The count of detailParamList.
|
||||
*/
|
||||
int getDetailParamListCount();
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The detailParamList at the given index.
|
||||
*/
|
||||
@@ -37,7 +37,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ODDOEKJFOII
|
||||
* Name: OKPKNAAHJPO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code CutSceneExtraParam}
|
||||
@@ -86,7 +86,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 25: {
|
||||
case 9: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
detailParamList_ = newDoubleList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -94,7 +94,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
detailParamList_.addDouble(input.readDouble());
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
case 10: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -142,10 +142,10 @@ public final class CutSceneExtraParamOuterClass {
|
||||
emu.grasscutter.net.proto.CutSceneExtraParamOuterClass.CutSceneExtraParam.class, emu.grasscutter.net.proto.CutSceneExtraParamOuterClass.CutSceneExtraParam.Builder.class);
|
||||
}
|
||||
|
||||
public static final int DETAIL_PARAM_LIST_FIELD_NUMBER = 3;
|
||||
public static final int DETAIL_PARAM_LIST_FIELD_NUMBER = 1;
|
||||
private com.google.protobuf.Internal.DoubleList detailParamList_;
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @return A list containing the detailParamList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -154,14 +154,14 @@ public final class CutSceneExtraParamOuterClass {
|
||||
return detailParamList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @return The count of detailParamList.
|
||||
*/
|
||||
public int getDetailParamListCount() {
|
||||
return detailParamList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The detailParamList at the given index.
|
||||
*/
|
||||
@@ -186,7 +186,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (getDetailParamListList().size() > 0) {
|
||||
output.writeUInt32NoTag(26);
|
||||
output.writeUInt32NoTag(10);
|
||||
output.writeUInt32NoTag(detailParamListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < detailParamList_.size(); i++) {
|
||||
@@ -341,7 +341,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ODDOEKJFOII
|
||||
* Name: OKPKNAAHJPO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code CutSceneExtraParam}
|
||||
@@ -511,7 +511,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @return A list containing the detailParamList.
|
||||
*/
|
||||
public java.util.List<java.lang.Double>
|
||||
@@ -520,14 +520,14 @@ public final class CutSceneExtraParamOuterClass {
|
||||
java.util.Collections.unmodifiableList(detailParamList_) : detailParamList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @return The count of detailParamList.
|
||||
*/
|
||||
public int getDetailParamListCount() {
|
||||
return detailParamList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The detailParamList at the given index.
|
||||
*/
|
||||
@@ -535,7 +535,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
return detailParamList_.getDouble(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The detailParamList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -548,7 +548,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @param value The detailParamList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -559,7 +559,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @param values The detailParamList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -572,7 +572,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated double detail_param_list = 3;</code>
|
||||
* <code>repeated double detail_param_list = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDetailParamList() {
|
||||
@@ -649,7 +649,7 @@ public final class CutSceneExtraParamOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\030CutSceneExtraParam.proto\"/\n\022CutSceneEx" +
|
||||
"traParam\022\031\n\021detail_param_list\030\003 \003(\001B\033\n\031e" +
|
||||
"traParam\022\031\n\021detail_param_list\030\001 \003(\001B\033\n\031e" +
|
||||
"mu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user