mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 08:03:38 +08:00
update gc 3.4 (#2041)
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
This commit is contained in:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+229
-229
@@ -19,49 +19,49 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @return A list containing the unk3300FJGFOJBGBKM.
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @return A list containing the unk3300EMCOILGACOC.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getUnk3300FJGFOJBGBKMList();
|
||||
java.util.List<java.lang.Integer> getUnk3300EMCOILGACOCList();
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @return The count of unk3300FJGFOJBGBKM.
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @return The count of unk3300EMCOILGACOC.
|
||||
*/
|
||||
int getUnk3300FJGFOJBGBKMCount();
|
||||
int getUnk3300EMCOILGACOCCount();
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The unk3300FJGFOJBGBKM at the given index.
|
||||
* @return The unk3300EMCOILGACOC at the given index.
|
||||
*/
|
||||
int getUnk3300FJGFOJBGBKM(int index);
|
||||
int getUnk3300EMCOILGACOC(int index);
|
||||
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @return The enum numeric value on the wire for failReason.
|
||||
*/
|
||||
int getFailReasonValue();
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @return The failReason.
|
||||
*/
|
||||
emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason getFailReason();
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* @return A list containing the unk3300EMCOILGACOC.
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @return A list containing the unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getUnk3300EMCOILGACOCList();
|
||||
java.util.List<java.lang.Integer> getUnk3300FJGFOJBGBKMList();
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* @return The count of unk3300EMCOILGACOC.
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @return The count of unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
int getUnk3300EMCOILGACOCCount();
|
||||
int getUnk3300FJGFOJBGBKMCount();
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The unk3300EMCOILGACOC at the given index.
|
||||
* @return The unk3300FJGFOJBGBKM at the given index.
|
||||
*/
|
||||
int getUnk3300EMCOILGACOC(int index);
|
||||
int getUnk3300FJGFOJBGBKM(int index);
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code WindFieldDungeonSettleInfo}
|
||||
@@ -76,9 +76,9 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
super(builder);
|
||||
}
|
||||
private WindFieldDungeonSettleInfo() {
|
||||
unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
failReason_ = 0;
|
||||
unk3300EMCOILGACOC_ = emptyIntList();
|
||||
failReason_ = 0;
|
||||
unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@@ -112,20 +112,41 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
case 24: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
unk3300EMCOILGACOC_ = newIntList();
|
||||
unk3300FJGFOJBGBKM_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
unk3300FJGFOJBGBKM_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
unk3300FJGFOJBGBKM_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
unk3300FJGFOJBGBKM_.addInt(input.readUInt32());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
unk3300EMCOILGACOC_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
unk3300EMCOILGACOC_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
case 50: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
unk3300EMCOILGACOC_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
unk3300EMCOILGACOC_.addInt(input.readUInt32());
|
||||
@@ -133,33 +154,12 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 96: {
|
||||
int rawValue = input.readEnum();
|
||||
|
||||
failReason_ = rawValue;
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
unk3300FJGFOJBGBKM_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
unk3300FJGFOJBGBKM_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
unk3300FJGFOJBGBKM_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
unk3300FJGFOJBGBKM_.addInt(input.readUInt32());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -176,10 +176,10 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
unk3300EMCOILGACOC_.makeImmutable(); // C
|
||||
unk3300FJGFOJBGBKM_.makeImmutable(); // C
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
unk3300FJGFOJBGBKM_.makeImmutable(); // C
|
||||
unk3300EMCOILGACOC_.makeImmutable(); // C
|
||||
}
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
@@ -198,57 +198,10 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo.class, emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int UNK3300_FJGFOJBGBKM_FIELD_NUMBER = 7;
|
||||
private com.google.protobuf.Internal.IntList unk3300FJGFOJBGBKM_;
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @return A list containing the unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<java.lang.Integer>
|
||||
getUnk3300FJGFOJBGBKMList() {
|
||||
return unk3300FJGFOJBGBKM_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @return The count of unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
public int getUnk3300FJGFOJBGBKMCount() {
|
||||
return unk3300FJGFOJBGBKM_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The unk3300FJGFOJBGBKM at the given index.
|
||||
*/
|
||||
public int getUnk3300FJGFOJBGBKM(int index) {
|
||||
return unk3300FJGFOJBGBKM_.getInt(index);
|
||||
}
|
||||
private int unk3300FJGFOJBGBKMMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int FAIL_REASON_FIELD_NUMBER = 3;
|
||||
private int failReason_;
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* @return The enum numeric value on the wire for failReason.
|
||||
*/
|
||||
@java.lang.Override public int getFailReasonValue() {
|
||||
return failReason_;
|
||||
}
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* @return The failReason.
|
||||
*/
|
||||
@java.lang.Override public emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason getFailReason() {
|
||||
@SuppressWarnings("deprecation")
|
||||
emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason result = emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason.valueOf(failReason_);
|
||||
return result == null ? emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason.UNRECOGNIZED : result;
|
||||
}
|
||||
|
||||
public static final int UNK3300_EMCOILGACOC_FIELD_NUMBER = 1;
|
||||
public static final int UNK3300_EMCOILGACOC_FIELD_NUMBER = 6;
|
||||
private com.google.protobuf.Internal.IntList unk3300EMCOILGACOC_;
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @return A list containing the unk3300EMCOILGACOC.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -257,14 +210,14 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
return unk3300EMCOILGACOC_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @return The count of unk3300EMCOILGACOC.
|
||||
*/
|
||||
public int getUnk3300EMCOILGACOCCount() {
|
||||
return unk3300EMCOILGACOC_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The unk3300EMCOILGACOC at the given index.
|
||||
*/
|
||||
@@ -273,6 +226,53 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
}
|
||||
private int unk3300EMCOILGACOCMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int FAILREASON_FIELD_NUMBER = 12;
|
||||
private int failReason_;
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @return The enum numeric value on the wire for failReason.
|
||||
*/
|
||||
@java.lang.Override public int getFailReasonValue() {
|
||||
return failReason_;
|
||||
}
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @return The failReason.
|
||||
*/
|
||||
@java.lang.Override public emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason getFailReason() {
|
||||
@SuppressWarnings("deprecation")
|
||||
emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason result = emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason.valueOf(failReason_);
|
||||
return result == null ? emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason.UNRECOGNIZED : result;
|
||||
}
|
||||
|
||||
public static final int UNK3300_FJGFOJBGBKM_FIELD_NUMBER = 3;
|
||||
private com.google.protobuf.Internal.IntList unk3300FJGFOJBGBKM_;
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @return A list containing the unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<java.lang.Integer>
|
||||
getUnk3300FJGFOJBGBKMList() {
|
||||
return unk3300FJGFOJBGBKM_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @return The count of unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
public int getUnk3300FJGFOJBGBKMCount() {
|
||||
return unk3300FJGFOJBGBKM_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The unk3300FJGFOJBGBKM at the given index.
|
||||
*/
|
||||
public int getUnk3300FJGFOJBGBKM(int index) {
|
||||
return unk3300FJGFOJBGBKM_.getInt(index);
|
||||
}
|
||||
private int unk3300FJGFOJBGBKMMemoizedSerializedSize = -1;
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -288,22 +288,22 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (getUnk3300FJGFOJBGBKMList().size() > 0) {
|
||||
output.writeUInt32NoTag(26);
|
||||
output.writeUInt32NoTag(unk3300FJGFOJBGBKMMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < unk3300FJGFOJBGBKM_.size(); i++) {
|
||||
output.writeUInt32NoTag(unk3300FJGFOJBGBKM_.getInt(i));
|
||||
}
|
||||
if (getUnk3300EMCOILGACOCList().size() > 0) {
|
||||
output.writeUInt32NoTag(10);
|
||||
output.writeUInt32NoTag(50);
|
||||
output.writeUInt32NoTag(unk3300EMCOILGACOCMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < unk3300EMCOILGACOC_.size(); i++) {
|
||||
output.writeUInt32NoTag(unk3300EMCOILGACOC_.getInt(i));
|
||||
}
|
||||
if (failReason_ != emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason.WIND_FIELD_DUNGEON_FAIL_REASON_NONE.getNumber()) {
|
||||
output.writeEnum(3, failReason_);
|
||||
}
|
||||
if (getUnk3300FJGFOJBGBKMList().size() > 0) {
|
||||
output.writeUInt32NoTag(58);
|
||||
output.writeUInt32NoTag(unk3300FJGFOJBGBKMMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < unk3300FJGFOJBGBKM_.size(); i++) {
|
||||
output.writeUInt32NoTag(unk3300FJGFOJBGBKM_.getInt(i));
|
||||
output.writeEnum(12, failReason_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -314,6 +314,20 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < unk3300FJGFOJBGBKM_.size(); i++) {
|
||||
dataSize += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32SizeNoTag(unk3300FJGFOJBGBKM_.getInt(i));
|
||||
}
|
||||
size += dataSize;
|
||||
if (!getUnk3300FJGFOJBGBKMList().isEmpty()) {
|
||||
size += 1;
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32SizeNoTag(dataSize);
|
||||
}
|
||||
unk3300FJGFOJBGBKMMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < unk3300EMCOILGACOC_.size(); i++) {
|
||||
@@ -330,21 +344,7 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
}
|
||||
if (failReason_ != emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason.WIND_FIELD_DUNGEON_FAIL_REASON_NONE.getNumber()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(3, failReason_);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < unk3300FJGFOJBGBKM_.size(); i++) {
|
||||
dataSize += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32SizeNoTag(unk3300FJGFOJBGBKM_.getInt(i));
|
||||
}
|
||||
size += dataSize;
|
||||
if (!getUnk3300FJGFOJBGBKMList().isEmpty()) {
|
||||
size += 1;
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32SizeNoTag(dataSize);
|
||||
}
|
||||
unk3300FJGFOJBGBKMMemoizedSerializedSize = dataSize;
|
||||
.computeEnumSize(12, failReason_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -361,11 +361,11 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo other = (emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo) obj;
|
||||
|
||||
if (!getUnk3300FJGFOJBGBKMList()
|
||||
.equals(other.getUnk3300FJGFOJBGBKMList())) return false;
|
||||
if (failReason_ != other.failReason_) return false;
|
||||
if (!getUnk3300EMCOILGACOCList()
|
||||
.equals(other.getUnk3300EMCOILGACOCList())) return false;
|
||||
if (failReason_ != other.failReason_) return false;
|
||||
if (!getUnk3300FJGFOJBGBKMList()
|
||||
.equals(other.getUnk3300FJGFOJBGBKMList())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -377,16 +377,16 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getUnk3300FJGFOJBGBKMCount() > 0) {
|
||||
hash = (37 * hash) + UNK3300_FJGFOJBGBKM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300FJGFOJBGBKMList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + FAIL_REASON_FIELD_NUMBER;
|
||||
hash = (53 * hash) + failReason_;
|
||||
if (getUnk3300EMCOILGACOCCount() > 0) {
|
||||
hash = (37 * hash) + UNK3300_EMCOILGACOC_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300EMCOILGACOCList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + FAILREASON_FIELD_NUMBER;
|
||||
hash = (53 * hash) + failReason_;
|
||||
if (getUnk3300FJGFOJBGBKMCount() > 0) {
|
||||
hash = (37 * hash) + UNK3300_FJGFOJBGBKM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300FJGFOJBGBKMList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -520,11 +520,11 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
unk3300EMCOILGACOC_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
failReason_ = 0;
|
||||
|
||||
unk3300EMCOILGACOC_ = emptyIntList();
|
||||
unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
@@ -554,16 +554,16 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo result = new emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
unk3300FJGFOJBGBKM_.makeImmutable();
|
||||
unk3300EMCOILGACOC_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.unk3300FJGFOJBGBKM_ = unk3300FJGFOJBGBKM_;
|
||||
result.unk3300EMCOILGACOC_ = unk3300EMCOILGACOC_;
|
||||
result.failReason_ = failReason_;
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
unk3300EMCOILGACOC_.makeImmutable();
|
||||
unk3300FJGFOJBGBKM_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
}
|
||||
result.unk3300EMCOILGACOC_ = unk3300EMCOILGACOC_;
|
||||
result.unk3300FJGFOJBGBKM_ = unk3300FJGFOJBGBKM_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -612,26 +612,26 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo.getDefaultInstance()) return this;
|
||||
if (!other.unk3300FJGFOJBGBKM_.isEmpty()) {
|
||||
if (unk3300FJGFOJBGBKM_.isEmpty()) {
|
||||
unk3300FJGFOJBGBKM_ = other.unk3300FJGFOJBGBKM_;
|
||||
if (!other.unk3300EMCOILGACOC_.isEmpty()) {
|
||||
if (unk3300EMCOILGACOC_.isEmpty()) {
|
||||
unk3300EMCOILGACOC_ = other.unk3300EMCOILGACOC_;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
unk3300FJGFOJBGBKM_.addAll(other.unk3300FJGFOJBGBKM_);
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
unk3300EMCOILGACOC_.addAll(other.unk3300EMCOILGACOC_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (other.failReason_ != 0) {
|
||||
setFailReasonValue(other.getFailReasonValue());
|
||||
}
|
||||
if (!other.unk3300EMCOILGACOC_.isEmpty()) {
|
||||
if (unk3300EMCOILGACOC_.isEmpty()) {
|
||||
unk3300EMCOILGACOC_ = other.unk3300EMCOILGACOC_;
|
||||
if (!other.unk3300FJGFOJBGBKM_.isEmpty()) {
|
||||
if (unk3300FJGFOJBGBKM_.isEmpty()) {
|
||||
unk3300FJGFOJBGBKM_ = other.unk3300FJGFOJBGBKM_;
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
} else {
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
unk3300EMCOILGACOC_.addAll(other.unk3300EMCOILGACOC_);
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
unk3300FJGFOJBGBKM_.addAll(other.unk3300FJGFOJBGBKM_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
@@ -665,80 +665,80 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private com.google.protobuf.Internal.IntList unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
private void ensureUnk3300FJGFOJBGBKMIsMutable() {
|
||||
private com.google.protobuf.Internal.IntList unk3300EMCOILGACOC_ = emptyIntList();
|
||||
private void ensureUnk3300EMCOILGACOCIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
unk3300FJGFOJBGBKM_ = mutableCopy(unk3300FJGFOJBGBKM_);
|
||||
unk3300EMCOILGACOC_ = mutableCopy(unk3300EMCOILGACOC_);
|
||||
bitField0_ |= 0x00000001;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @return A list containing the unk3300FJGFOJBGBKM.
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @return A list containing the unk3300EMCOILGACOC.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
getUnk3300FJGFOJBGBKMList() {
|
||||
getUnk3300EMCOILGACOCList() {
|
||||
return ((bitField0_ & 0x00000001) != 0) ?
|
||||
java.util.Collections.unmodifiableList(unk3300FJGFOJBGBKM_) : unk3300FJGFOJBGBKM_;
|
||||
java.util.Collections.unmodifiableList(unk3300EMCOILGACOC_) : unk3300EMCOILGACOC_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @return The count of unk3300FJGFOJBGBKM.
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @return The count of unk3300EMCOILGACOC.
|
||||
*/
|
||||
public int getUnk3300FJGFOJBGBKMCount() {
|
||||
return unk3300FJGFOJBGBKM_.size();
|
||||
public int getUnk3300EMCOILGACOCCount() {
|
||||
return unk3300EMCOILGACOC_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The unk3300FJGFOJBGBKM at the given index.
|
||||
* @return The unk3300EMCOILGACOC at the given index.
|
||||
*/
|
||||
public int getUnk3300FJGFOJBGBKM(int index) {
|
||||
return unk3300FJGFOJBGBKM_.getInt(index);
|
||||
public int getUnk3300EMCOILGACOC(int index) {
|
||||
return unk3300EMCOILGACOC_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The unk3300FJGFOJBGBKM to set.
|
||||
* @param value The unk3300EMCOILGACOC to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUnk3300FJGFOJBGBKM(
|
||||
public Builder setUnk3300EMCOILGACOC(
|
||||
int index, int value) {
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
unk3300FJGFOJBGBKM_.setInt(index, value);
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
unk3300EMCOILGACOC_.setInt(index, value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @param value The unk3300FJGFOJBGBKM to add.
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @param value The unk3300EMCOILGACOC to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addUnk3300FJGFOJBGBKM(int value) {
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
unk3300FJGFOJBGBKM_.addInt(value);
|
||||
public Builder addUnk3300EMCOILGACOC(int value) {
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
unk3300EMCOILGACOC_.addInt(value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* @param values The unk3300FJGFOJBGBKM to add.
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @param values The unk3300EMCOILGACOC to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllUnk3300FJGFOJBGBKM(
|
||||
public Builder addAllUnk3300EMCOILGACOC(
|
||||
java.lang.Iterable<? extends java.lang.Integer> values) {
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, unk3300FJGFOJBGBKM_);
|
||||
values, unk3300EMCOILGACOC_);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 7;</code>
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300FJGFOJBGBKM() {
|
||||
unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
public Builder clearUnk3300EMCOILGACOC() {
|
||||
unk3300EMCOILGACOC_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -746,14 +746,14 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
|
||||
private int failReason_ = 0;
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @return The enum numeric value on the wire for failReason.
|
||||
*/
|
||||
@java.lang.Override public int getFailReasonValue() {
|
||||
return failReason_;
|
||||
}
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @param value The enum numeric value on the wire for failReason to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -764,7 +764,7 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @return The failReason.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -774,7 +774,7 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
return result == null ? emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason.UNRECOGNIZED : result;
|
||||
}
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @param value The failReason to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -788,7 +788,7 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.WindFieldDungeonFailReason fail_reason = 3;</code>
|
||||
* <code>.WindFieldDungeonFailReason failReason = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFailReason() {
|
||||
@@ -798,80 +798,80 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.IntList unk3300EMCOILGACOC_ = emptyIntList();
|
||||
private void ensureUnk3300EMCOILGACOCIsMutable() {
|
||||
private com.google.protobuf.Internal.IntList unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
private void ensureUnk3300FJGFOJBGBKMIsMutable() {
|
||||
if (!((bitField0_ & 0x00000002) != 0)) {
|
||||
unk3300EMCOILGACOC_ = mutableCopy(unk3300EMCOILGACOC_);
|
||||
unk3300FJGFOJBGBKM_ = mutableCopy(unk3300FJGFOJBGBKM_);
|
||||
bitField0_ |= 0x00000002;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* @return A list containing the unk3300EMCOILGACOC.
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @return A list containing the unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
getUnk3300EMCOILGACOCList() {
|
||||
getUnk3300FJGFOJBGBKMList() {
|
||||
return ((bitField0_ & 0x00000002) != 0) ?
|
||||
java.util.Collections.unmodifiableList(unk3300EMCOILGACOC_) : unk3300EMCOILGACOC_;
|
||||
java.util.Collections.unmodifiableList(unk3300FJGFOJBGBKM_) : unk3300FJGFOJBGBKM_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* @return The count of unk3300EMCOILGACOC.
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @return The count of unk3300FJGFOJBGBKM.
|
||||
*/
|
||||
public int getUnk3300EMCOILGACOCCount() {
|
||||
return unk3300EMCOILGACOC_.size();
|
||||
public int getUnk3300FJGFOJBGBKMCount() {
|
||||
return unk3300FJGFOJBGBKM_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The unk3300EMCOILGACOC at the given index.
|
||||
* @return The unk3300FJGFOJBGBKM at the given index.
|
||||
*/
|
||||
public int getUnk3300EMCOILGACOC(int index) {
|
||||
return unk3300EMCOILGACOC_.getInt(index);
|
||||
public int getUnk3300FJGFOJBGBKM(int index) {
|
||||
return unk3300FJGFOJBGBKM_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The unk3300EMCOILGACOC to set.
|
||||
* @param value The unk3300FJGFOJBGBKM to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUnk3300EMCOILGACOC(
|
||||
public Builder setUnk3300FJGFOJBGBKM(
|
||||
int index, int value) {
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
unk3300EMCOILGACOC_.setInt(index, value);
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
unk3300FJGFOJBGBKM_.setInt(index, value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* @param value The unk3300EMCOILGACOC to add.
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @param value The unk3300FJGFOJBGBKM to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addUnk3300EMCOILGACOC(int value) {
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
unk3300EMCOILGACOC_.addInt(value);
|
||||
public Builder addUnk3300FJGFOJBGBKM(int value) {
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
unk3300FJGFOJBGBKM_.addInt(value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* @param values The unk3300EMCOILGACOC to add.
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @param values The unk3300FJGFOJBGBKM to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllUnk3300EMCOILGACOC(
|
||||
public Builder addAllUnk3300FJGFOJBGBKM(
|
||||
java.lang.Iterable<? extends java.lang.Integer> values) {
|
||||
ensureUnk3300EMCOILGACOCIsMutable();
|
||||
ensureUnk3300FJGFOJBGBKMIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, unk3300EMCOILGACOC_);
|
||||
values, unk3300FJGFOJBGBKM_);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 Unk3300_EMCOILGACOC = 1;</code>
|
||||
* <code>repeated uint32 Unk3300_FJGFOJBGBKM = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300EMCOILGACOC() {
|
||||
unk3300EMCOILGACOC_ = emptyIntList();
|
||||
public Builder clearUnk3300FJGFOJBGBKM() {
|
||||
unk3300FJGFOJBGBKM_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -944,12 +944,12 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n WindFieldDungeonSettleInfo.proto\032 Wind" +
|
||||
"FieldDungeonFailReason.proto\"\210\001\n\032WindFie" +
|
||||
"ldDungeonSettleInfo\022\033\n\023Unk3300_FJGFOJBGB" +
|
||||
"KM\030\007 \003(\r\0220\n\013fail_reason\030\003 \001(\0162\033.WindFiel" +
|
||||
"dDungeonFailReason\022\033\n\023Unk3300_EMCOILGACO" +
|
||||
"C\030\001 \003(\rB\033\n\031emu.grasscutter.net.protob\006pr" +
|
||||
"oto3"
|
||||
"FieldDungeonFailReason.proto\"\207\001\n\032WindFie" +
|
||||
"ldDungeonSettleInfo\022\033\n\023Unk3300_EMCOILGAC" +
|
||||
"OC\030\006 \003(\r\022/\n\nfailReason\030\014 \001(\0162\033.WindField" +
|
||||
"DungeonFailReason\022\033\n\023Unk3300_FJGFOJBGBKM" +
|
||||
"\030\003 \003(\rB\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"to3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -961,7 +961,7 @@ public final class WindFieldDungeonSettleInfoOuterClass {
|
||||
internal_static_WindFieldDungeonSettleInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_WindFieldDungeonSettleInfo_descriptor,
|
||||
new java.lang.String[] { "Unk3300FJGFOJBGBKM", "FailReason", "Unk3300EMCOILGACOC", });
|
||||
new java.lang.String[] { "Unk3300EMCOILGACOC", "FailReason", "Unk3300FJGFOJBGBKM", });
|
||||
emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user