mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 10:55:02 +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
+132
-132
@@ -19,42 +19,42 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>uint32 guid = 10;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
int getGuid();
|
||||
|
||||
/**
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @return A list containing the includedFurnitureIndexList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getIncludedFurnitureIndexListList();
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @return The count of includedFurnitureIndexList.
|
||||
*/
|
||||
int getIncludedFurnitureIndexListCount();
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</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 = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
* @return Whether the spawnPos field is set.
|
||||
*/
|
||||
boolean hasSpawnPos();
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
* @return The spawnPos.
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getSpawnPos();
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
int getGuid();
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code HomeFurnitureCustomSuiteData}
|
||||
@@ -103,7 +103,28 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 40: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
includedFurnitureIndexList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
includedFurnitureIndexList_.addInt(input.readInt32());
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
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 50: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (spawnPos_ != null) {
|
||||
subBuilder = spawnPos_.toBuilder();
|
||||
@@ -116,32 +137,11 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 80: {
|
||||
|
||||
guid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
includedFurnitureIndexList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
includedFurnitureIndexList_.addInt(input.readInt32());
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
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)) {
|
||||
@@ -177,10 +177,21 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData.class, emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData.Builder.class);
|
||||
}
|
||||
|
||||
public static final int INCLUDED_FURNITURE_INDEX_LIST_FIELD_NUMBER = 14;
|
||||
public static final int GUID_FIELD_NUMBER = 10;
|
||||
private int guid_;
|
||||
/**
|
||||
* <code>uint32 guid = 10;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGuid() {
|
||||
return guid_;
|
||||
}
|
||||
|
||||
public static final int INCLUDEDFURNITUREINDEXLIST_FIELD_NUMBER = 5;
|
||||
private com.google.protobuf.Internal.IntList includedFurnitureIndexList_;
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @return A list containing the includedFurnitureIndexList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -189,14 +200,14 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return includedFurnitureIndexList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @return The count of includedFurnitureIndexList.
|
||||
*/
|
||||
public int getIncludedFurnitureIndexListCount() {
|
||||
return includedFurnitureIndexList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The includedFurnitureIndexList at the given index.
|
||||
*/
|
||||
@@ -205,10 +216,10 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
private int includedFurnitureIndexListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int SPAWN_POS_FIELD_NUMBER = 5;
|
||||
public static final int SPAWNPOS_FIELD_NUMBER = 6;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector spawnPos_;
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
* @return Whether the spawnPos field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -216,7 +227,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return spawnPos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
* @return The spawnPos.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -224,24 +235,13 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return spawnPos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : spawnPos_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder() {
|
||||
return getSpawnPos();
|
||||
}
|
||||
|
||||
public static final int GUID_FIELD_NUMBER = 12;
|
||||
private int guid_;
|
||||
/**
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGuid() {
|
||||
return guid_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -257,19 +257,19 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (spawnPos_ != null) {
|
||||
output.writeMessage(5, getSpawnPos());
|
||||
}
|
||||
if (guid_ != 0) {
|
||||
output.writeUInt32(12, guid_);
|
||||
}
|
||||
if (getIncludedFurnitureIndexListList().size() > 0) {
|
||||
output.writeUInt32NoTag(114);
|
||||
output.writeUInt32NoTag(42);
|
||||
output.writeUInt32NoTag(includedFurnitureIndexListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < includedFurnitureIndexList_.size(); i++) {
|
||||
output.writeInt32NoTag(includedFurnitureIndexList_.getInt(i));
|
||||
}
|
||||
if (spawnPos_ != null) {
|
||||
output.writeMessage(6, getSpawnPos());
|
||||
}
|
||||
if (guid_ != 0) {
|
||||
output.writeUInt32(10, guid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -279,14 +279,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (spawnPos_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(5, getSpawnPos());
|
||||
}
|
||||
if (guid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, guid_);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < includedFurnitureIndexList_.size(); i++) {
|
||||
@@ -301,6 +293,14 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
includedFurnitureIndexListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
if (spawnPos_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(6, getSpawnPos());
|
||||
}
|
||||
if (guid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, guid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -316,6 +316,8 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData other = (emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData) obj;
|
||||
|
||||
if (getGuid()
|
||||
!= other.getGuid()) return false;
|
||||
if (!getIncludedFurnitureIndexListList()
|
||||
.equals(other.getIncludedFurnitureIndexListList())) return false;
|
||||
if (hasSpawnPos() != other.hasSpawnPos()) return false;
|
||||
@@ -323,8 +325,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
if (!getSpawnPos()
|
||||
.equals(other.getSpawnPos())) return false;
|
||||
}
|
||||
if (getGuid()
|
||||
!= other.getGuid()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -336,16 +336,16 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGuid();
|
||||
if (getIncludedFurnitureIndexListCount() > 0) {
|
||||
hash = (37 * hash) + INCLUDED_FURNITURE_INDEX_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + INCLUDEDFURNITUREINDEXLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getIncludedFurnitureIndexListList().hashCode();
|
||||
}
|
||||
if (hasSpawnPos()) {
|
||||
hash = (37 * hash) + SPAWN_POS_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SPAWNPOS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSpawnPos().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGuid();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -479,6 +479,8 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
guid_ = 0;
|
||||
|
||||
includedFurnitureIndexList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
if (spawnPosBuilder_ == null) {
|
||||
@@ -487,8 +489,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
spawnPos_ = null;
|
||||
spawnPosBuilder_ = null;
|
||||
}
|
||||
guid_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -516,6 +516,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
public emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData buildPartial() {
|
||||
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);
|
||||
@@ -526,7 +527,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
} else {
|
||||
result.spawnPos_ = spawnPosBuilder_.build();
|
||||
}
|
||||
result.guid_ = guid_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -575,6 +575,9 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData other) {
|
||||
if (other == emu.grasscutter.net.proto.HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData.getDefaultInstance()) return this;
|
||||
if (other.getGuid() != 0) {
|
||||
setGuid(other.getGuid());
|
||||
}
|
||||
if (!other.includedFurnitureIndexList_.isEmpty()) {
|
||||
if (includedFurnitureIndexList_.isEmpty()) {
|
||||
includedFurnitureIndexList_ = other.includedFurnitureIndexList_;
|
||||
@@ -588,9 +591,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
if (other.hasSpawnPos()) {
|
||||
mergeSpawnPos(other.getSpawnPos());
|
||||
}
|
||||
if (other.getGuid() != 0) {
|
||||
setGuid(other.getGuid());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -621,6 +621,37 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private int guid_ ;
|
||||
/**
|
||||
* <code>uint32 guid = 10;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGuid() {
|
||||
return guid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 guid = 10;</code>
|
||||
* @param value The guid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGuid(int value) {
|
||||
|
||||
guid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 guid = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGuid() {
|
||||
|
||||
guid_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.IntList includedFurnitureIndexList_ = emptyIntList();
|
||||
private void ensureIncludedFurnitureIndexListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
@@ -629,7 +660,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @return A list containing the includedFurnitureIndexList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -638,14 +669,14 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
java.util.Collections.unmodifiableList(includedFurnitureIndexList_) : includedFurnitureIndexList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @return The count of includedFurnitureIndexList.
|
||||
*/
|
||||
public int getIncludedFurnitureIndexListCount() {
|
||||
return includedFurnitureIndexList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The includedFurnitureIndexList at the given index.
|
||||
*/
|
||||
@@ -653,7 +684,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return includedFurnitureIndexList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The includedFurnitureIndexList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -666,7 +697,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @param value The includedFurnitureIndexList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -677,7 +708,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @param values The includedFurnitureIndexList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -690,7 +721,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated int32 included_furniture_index_list = 14;</code>
|
||||
* <code>repeated int32 includedFurnitureIndexList = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIncludedFurnitureIndexList() {
|
||||
@@ -704,14 +735,14 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
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 = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
* @return Whether the spawnPos field is set.
|
||||
*/
|
||||
public boolean hasSpawnPos() {
|
||||
return spawnPosBuilder_ != null || spawnPos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
* @return The spawnPos.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getSpawnPos() {
|
||||
@@ -722,7 +753,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
public Builder setSpawnPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (spawnPosBuilder_ == null) {
|
||||
@@ -738,7 +769,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
public Builder setSpawnPos(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
@@ -752,7 +783,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
public Builder mergeSpawnPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (spawnPosBuilder_ == null) {
|
||||
@@ -770,7 +801,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
public Builder clearSpawnPos() {
|
||||
if (spawnPosBuilder_ == null) {
|
||||
@@ -784,7 +815,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getSpawnPosBuilder() {
|
||||
|
||||
@@ -792,7 +823,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
return getSpawnPosFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder() {
|
||||
if (spawnPosBuilder_ != null) {
|
||||
@@ -803,7 +834,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector spawn_pos = 5;</code>
|
||||
* <code>.Vector spawnPos = 6;</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>
|
||||
@@ -818,37 +849,6 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
}
|
||||
return spawnPosBuilder_;
|
||||
}
|
||||
|
||||
private int guid_ ;
|
||||
/**
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGuid() {
|
||||
return guid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @param value The guid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGuid(int value) {
|
||||
|
||||
guid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGuid() {
|
||||
|
||||
guid_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -917,10 +917,10 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\"HomeFurnitureCustomSuiteData.proto\032\014Ve" +
|
||||
"ctor.proto\"o\n\034HomeFurnitureCustomSuiteDa" +
|
||||
"ta\022%\n\035included_furniture_index_list\030\016 \003(" +
|
||||
"\005\022\032\n\tspawn_pos\030\005 \001(\0132\007.Vector\022\014\n\004guid\030\014 " +
|
||||
"\001(\rB\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"ctor.proto\"k\n\034HomeFurnitureCustomSuiteDa" +
|
||||
"ta\022\014\n\004guid\030\n \001(\r\022\"\n\032includedFurnitureInd" +
|
||||
"exList\030\005 \003(\005\022\031\n\010spawnPos\030\006 \001(\0132\007.VectorB" +
|
||||
"\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -932,7 +932,7 @@ public final class HomeFurnitureCustomSuiteDataOuterClass {
|
||||
internal_static_HomeFurnitureCustomSuiteData_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_HomeFurnitureCustomSuiteData_descriptor,
|
||||
new java.lang.String[] { "IncludedFurnitureIndexList", "SpawnPos", "Guid", });
|
||||
new java.lang.String[] { "Guid", "IncludedFurnitureIndexList", "SpawnPos", });
|
||||
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user