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:
Magix
2023-04-30 19:08:54 -07:00
committed by GitHub
Unverified
parent 60e8106b01
commit c4f1208f45
1323 changed files with 434863 additions and 141164 deletions
@@ -19,46 +19,46 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 guid = 2;</code>
* <code>uint32 guid = 6;</code>
* @return The guid.
*/
int getGuid();
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @return A list containing the includedFurnitureIndexList.
*/
java.util.List<java.lang.Integer> getIncludedFurnitureIndexListList();
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @return The count of includedFurnitureIndexList.
*/
int getIncludedFurnitureIndexListCount();
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @param index The index of the element to return.
* @return The includedFurnitureIndexList at the given index.
*/
int getIncludedFurnitureIndexList(int index);
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
* @return Whether the spawnPos field is set.
*/
boolean hasSpawnPos();
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
* @return The spawnPos.
*/
emu.grasscutter.net.proto.VectorOuterClass.Vector getSpawnPos();
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder();
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @return A list containing the includedFurnitureIndexList.
*/
java.util.List<java.lang.Integer> getIncludedFurnitureIndexListList();
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @return The count of includedFurnitureIndexList.
*/
int getIncludedFurnitureIndexListCount();
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @param index The index of the element to return.
* @return The includedFurnitureIndexList at the given index.
*/
int getIncludedFurnitureIndexList(int index);
}
/**
* <pre>
* Name: OHILLFINBBI
* Name: LOBAFOGBMIA
* </pre>
*
* Protobuf type {@code HomeFurnitureCustomSuiteData}
@@ -107,33 +107,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
case 0:
done = true;
break;
case 16: {
guid_ = input.readUInt32();
break;
}
case 32: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
includedFurnitureIndexList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
includedFurnitureIndexList_.addInt(input.readInt32());
break;
}
case 34: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
includedFurnitureIndexList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
while (input.getBytesUntilLimit() > 0) {
includedFurnitureIndexList_.addInt(input.readInt32());
}
input.popLimit(limit);
break;
}
case 82: {
case 10: {
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
if (spawnPos_ != null) {
subBuilder = spawnPos_.toBuilder();
@@ -146,6 +120,32 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
break;
}
case 48: {
guid_ = input.readUInt32();
break;
}
case 88: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
includedFurnitureIndexList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
includedFurnitureIndexList_.addInt(input.readInt32());
break;
}
case 90: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
includedFurnitureIndexList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
while (input.getBytesUntilLimit() > 0) {
includedFurnitureIndexList_.addInt(input.readInt32());
}
input.popLimit(limit);
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
@@ -181,10 +181,10 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData.class, emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData.Builder.class);
}
public static final int GUID_FIELD_NUMBER = 2;
public static final int GUID_FIELD_NUMBER = 6;
private int guid_;
/**
* <code>uint32 guid = 2;</code>
* <code>uint32 guid = 6;</code>
* @return The guid.
*/
@java.lang.Override
@@ -192,10 +192,36 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return guid_;
}
public static final int INCLUDEDFURNITUREINDEXLIST_FIELD_NUMBER = 4;
public static final int SPAWN_POS_FIELD_NUMBER = 1;
private emu.grasscutter.net.proto.VectorOuterClass.Vector spawnPos_;
/**
* <code>.Vector spawn_pos = 1;</code>
* @return Whether the spawnPos field is set.
*/
@java.lang.Override
public boolean hasSpawnPos() {
return spawnPos_ != null;
}
/**
* <code>.Vector spawn_pos = 1;</code>
* @return The spawnPos.
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.Vector getSpawnPos() {
return spawnPos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : spawnPos_;
}
/**
* <code>.Vector spawn_pos = 1;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder() {
return getSpawnPos();
}
public static final int INCLUDED_FURNITURE_INDEX_LIST_FIELD_NUMBER = 11;
private com.google.protobuf.Internal.IntList includedFurnitureIndexList_;
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @return A list containing the includedFurnitureIndexList.
*/
@java.lang.Override
@@ -204,14 +230,14 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return includedFurnitureIndexList_;
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @return The count of includedFurnitureIndexList.
*/
public int getIncludedFurnitureIndexListCount() {
return includedFurnitureIndexList_.size();
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @param index The index of the element to return.
* @return The includedFurnitureIndexList at the given index.
*/
@@ -220,32 +246,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
}
private int includedFurnitureIndexListMemoizedSerializedSize = -1;
public static final int SPAWN_POS_FIELD_NUMBER = 10;
private emu.grasscutter.net.proto.VectorOuterClass.Vector spawnPos_;
/**
* <code>.Vector spawn_pos = 10;</code>
* @return Whether the spawnPos field is set.
*/
@java.lang.Override
public boolean hasSpawnPos() {
return spawnPos_ != null;
}
/**
* <code>.Vector spawn_pos = 10;</code>
* @return The spawnPos.
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.Vector getSpawnPos() {
return spawnPos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : spawnPos_;
}
/**
* <code>.Vector spawn_pos = 10;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder() {
return getSpawnPos();
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -261,19 +261,19 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (spawnPos_ != null) {
output.writeMessage(1, getSpawnPos());
}
if (guid_ != 0) {
output.writeUInt32(2, guid_);
output.writeUInt32(6, guid_);
}
if (getIncludedFurnitureIndexListList().size() > 0) {
output.writeUInt32NoTag(34);
output.writeUInt32NoTag(90);
output.writeUInt32NoTag(includedFurnitureIndexListMemoizedSerializedSize);
}
for (int i = 0; i < includedFurnitureIndexList_.size(); i++) {
output.writeInt32NoTag(includedFurnitureIndexList_.getInt(i));
}
if (spawnPos_ != null) {
output.writeMessage(10, getSpawnPos());
}
unknownFields.writeTo(output);
}
@@ -283,9 +283,13 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
if (size != -1) return size;
size = 0;
if (spawnPos_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getSpawnPos());
}
if (guid_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, guid_);
.computeUInt32Size(6, guid_);
}
{
int dataSize = 0;
@@ -301,10 +305,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
}
includedFurnitureIndexListMemoizedSerializedSize = dataSize;
}
if (spawnPos_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(10, getSpawnPos());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -322,13 +322,13 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
if (getGuid()
!= other.getGuid()) return false;
if (!getIncludedFurnitureIndexListList()
.equals(other.getIncludedFurnitureIndexListList())) return false;
if (hasSpawnPos() != other.hasSpawnPos()) return false;
if (hasSpawnPos()) {
if (!getSpawnPos()
.equals(other.getSpawnPos())) return false;
}
if (!getIncludedFurnitureIndexListList()
.equals(other.getIncludedFurnitureIndexListList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -342,14 +342,14 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + GUID_FIELD_NUMBER;
hash = (53 * hash) + getGuid();
if (getIncludedFurnitureIndexListCount() > 0) {
hash = (37 * hash) + INCLUDEDFURNITUREINDEXLIST_FIELD_NUMBER;
hash = (53 * hash) + getIncludedFurnitureIndexListList().hashCode();
}
if (hasSpawnPos()) {
hash = (37 * hash) + SPAWN_POS_FIELD_NUMBER;
hash = (53 * hash) + getSpawnPos().hashCode();
}
if (getIncludedFurnitureIndexListCount() > 0) {
hash = (37 * hash) + INCLUDED_FURNITURE_INDEX_LIST_FIELD_NUMBER;
hash = (53 * hash) + getIncludedFurnitureIndexListList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -447,7 +447,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
}
/**
* <pre>
* Name: OHILLFINBBI
* Name: LOBAFOGBMIA
* </pre>
*
* Protobuf type {@code HomeFurnitureCustomSuiteData}
@@ -489,14 +489,14 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
super.clear();
guid_ = 0;
includedFurnitureIndexList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
if (spawnPosBuilder_ == null) {
spawnPos_ = null;
} else {
spawnPos_ = null;
spawnPosBuilder_ = null;
}
includedFurnitureIndexList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@@ -525,16 +525,16 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData result = new emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData(this);
int from_bitField0_ = bitField0_;
result.guid_ = guid_;
if (((bitField0_ & 0x00000001) != 0)) {
includedFurnitureIndexList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.includedFurnitureIndexList_ = includedFurnitureIndexList_;
if (spawnPosBuilder_ == null) {
result.spawnPos_ = spawnPos_;
} else {
result.spawnPos_ = spawnPosBuilder_.build();
}
if (((bitField0_ & 0x00000001) != 0)) {
includedFurnitureIndexList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.includedFurnitureIndexList_ = includedFurnitureIndexList_;
onBuilt();
return result;
}
@@ -586,6 +586,9 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
if (other.getGuid() != 0) {
setGuid(other.getGuid());
}
if (other.hasSpawnPos()) {
mergeSpawnPos(other.getSpawnPos());
}
if (!other.includedFurnitureIndexList_.isEmpty()) {
if (includedFurnitureIndexList_.isEmpty()) {
includedFurnitureIndexList_ = other.includedFurnitureIndexList_;
@@ -596,9 +599,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
}
onChanged();
}
if (other.hasSpawnPos()) {
mergeSpawnPos(other.getSpawnPos());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -631,7 +631,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
private int guid_ ;
/**
* <code>uint32 guid = 2;</code>
* <code>uint32 guid = 6;</code>
* @return The guid.
*/
@java.lang.Override
@@ -639,7 +639,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return guid_;
}
/**
* <code>uint32 guid = 2;</code>
* <code>uint32 guid = 6;</code>
* @param value The guid to set.
* @return This builder for chaining.
*/
@@ -650,7 +650,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return this;
}
/**
* <code>uint32 guid = 2;</code>
* <code>uint32 guid = 6;</code>
* @return This builder for chaining.
*/
public Builder clearGuid() {
@@ -660,97 +660,18 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return this;
}
private com.google.protobuf.Internal.IntList includedFurnitureIndexList_ = emptyIntList();
private void ensureIncludedFurnitureIndexListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
includedFurnitureIndexList_ = mutableCopy(includedFurnitureIndexList_);
bitField0_ |= 0x00000001;
}
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @return A list containing the includedFurnitureIndexList.
*/
public java.util.List<java.lang.Integer>
getIncludedFurnitureIndexListList() {
return ((bitField0_ & 0x00000001) != 0) ?
java.util.Collections.unmodifiableList(includedFurnitureIndexList_) : includedFurnitureIndexList_;
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @return The count of includedFurnitureIndexList.
*/
public int getIncludedFurnitureIndexListCount() {
return includedFurnitureIndexList_.size();
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @param index The index of the element to return.
* @return The includedFurnitureIndexList at the given index.
*/
public int getIncludedFurnitureIndexList(int index) {
return includedFurnitureIndexList_.getInt(index);
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @param index The index to set the value at.
* @param value The includedFurnitureIndexList to set.
* @return This builder for chaining.
*/
public Builder setIncludedFurnitureIndexList(
int index, int value) {
ensureIncludedFurnitureIndexListIsMutable();
includedFurnitureIndexList_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @param value The includedFurnitureIndexList to add.
* @return This builder for chaining.
*/
public Builder addIncludedFurnitureIndexList(int value) {
ensureIncludedFurnitureIndexListIsMutable();
includedFurnitureIndexList_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @param values The includedFurnitureIndexList to add.
* @return This builder for chaining.
*/
public Builder addAllIncludedFurnitureIndexList(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureIncludedFurnitureIndexListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, includedFurnitureIndexList_);
onChanged();
return this;
}
/**
* <code>repeated int32 includedFurnitureIndexList = 4;</code>
* @return This builder for chaining.
*/
public Builder clearIncludedFurnitureIndexList() {
includedFurnitureIndexList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private emu.grasscutter.net.proto.VectorOuterClass.Vector spawnPos_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> spawnPosBuilder_;
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
* @return Whether the spawnPos field is set.
*/
public boolean hasSpawnPos() {
return spawnPosBuilder_ != null || spawnPos_ != null;
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
* @return The spawnPos.
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector getSpawnPos() {
@@ -761,7 +682,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
}
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
public Builder setSpawnPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (spawnPosBuilder_ == null) {
@@ -777,7 +698,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return this;
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
public Builder setSpawnPos(
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
@@ -791,7 +712,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return this;
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
public Builder mergeSpawnPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (spawnPosBuilder_ == null) {
@@ -809,7 +730,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return this;
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
public Builder clearSpawnPos() {
if (spawnPosBuilder_ == null) {
@@ -823,7 +744,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return this;
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getSpawnPosBuilder() {
@@ -831,7 +752,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
return getSpawnPosFieldBuilder().getBuilder();
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder() {
if (spawnPosBuilder_ != null) {
@@ -842,7 +763,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
}
}
/**
* <code>.Vector spawn_pos = 10;</code>
* <code>.Vector spawn_pos = 1;</code>
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
@@ -857,6 +778,85 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
}
return spawnPosBuilder_;
}
private com.google.protobuf.Internal.IntList includedFurnitureIndexList_ = emptyIntList();
private void ensureIncludedFurnitureIndexListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
includedFurnitureIndexList_ = mutableCopy(includedFurnitureIndexList_);
bitField0_ |= 0x00000001;
}
}
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @return A list containing the includedFurnitureIndexList.
*/
public java.util.List<java.lang.Integer>
getIncludedFurnitureIndexListList() {
return ((bitField0_ & 0x00000001) != 0) ?
java.util.Collections.unmodifiableList(includedFurnitureIndexList_) : includedFurnitureIndexList_;
}
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @return The count of includedFurnitureIndexList.
*/
public int getIncludedFurnitureIndexListCount() {
return includedFurnitureIndexList_.size();
}
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @param index The index of the element to return.
* @return The includedFurnitureIndexList at the given index.
*/
public int getIncludedFurnitureIndexList(int index) {
return includedFurnitureIndexList_.getInt(index);
}
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @param index The index to set the value at.
* @param value The includedFurnitureIndexList to set.
* @return This builder for chaining.
*/
public Builder setIncludedFurnitureIndexList(
int index, int value) {
ensureIncludedFurnitureIndexListIsMutable();
includedFurnitureIndexList_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @param value The includedFurnitureIndexList to add.
* @return This builder for chaining.
*/
public Builder addIncludedFurnitureIndexList(int value) {
ensureIncludedFurnitureIndexListIsMutable();
includedFurnitureIndexList_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @param values The includedFurnitureIndexList to add.
* @return This builder for chaining.
*/
public Builder addAllIncludedFurnitureIndexList(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureIncludedFurnitureIndexListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, includedFurnitureIndexList_);
onChanged();
return this;
}
/**
* <code>repeated int32 included_furniture_index_list = 11;</code>
* @return This builder for chaining.
*/
public Builder clearIncludedFurnitureIndexList() {
includedFurnitureIndexList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -925,10 +925,10 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\"HomeFurnitureCustomSuiteData.proto\032\014Ve" +
"ctor.proto\"l\n\034HomeFurnitureCustomSuiteDa" +
"ta\022\014\n\004guid\030\002 \001(\r\022\"\n\032includedFurnitureInd" +
"exList\030\004 \003(\005\022\032\n\tspawn_pos\030\n \001(\0132\007.Vector" +
"B\033\n\031emu.grasscutter.net.protob\006proto3"
"ctor.proto\"o\n\034HomeFurnitureCustomSuiteDa" +
"ta\022\014\n\004guid\030\006 \001(\r\022\032\n\tspawn_pos\030\001 \001(\0132\007.Ve" +
"ctor\022%\n\035included_furniture_index_list\030\013 " +
"\003(\005B\033\n\031emu.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -940,7 +940,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
internal_static_HomeFurnitureCustomSuiteData_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_HomeFurnitureCustomSuiteData_descriptor,
new java.lang.String[] { "Guid", "IncludedFurnitureIndexList", "SpawnPos", });
new java.lang.String[] { "Guid", "SpawnPos", "IncludedFurnitureIndexList", });
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
}