mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 05:43:33 +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
+292
-292
@@ -19,40 +19,40 @@ public final class FurnitureMakeDataOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>fixed32 begin_time = 1;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
int getBeginTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 avatar_id = 5;</code>
|
||||
* @return The avatarId.
|
||||
*/
|
||||
int getAvatarId();
|
||||
|
||||
/**
|
||||
* <code>uint32 make_id = 10;</code>
|
||||
* @return The makeId.
|
||||
*/
|
||||
int getMakeId();
|
||||
|
||||
/**
|
||||
* <code>uint32 index = 6;</code>
|
||||
* @return The index.
|
||||
*/
|
||||
int getIndex();
|
||||
|
||||
/**
|
||||
* <code>uint32 dur_time = 8;</code>
|
||||
* <code>uint32 durTime = 5;</code>
|
||||
* @return The durTime.
|
||||
*/
|
||||
int getDurTime();
|
||||
|
||||
/**
|
||||
* <code>fixed32 accelerate_time = 7;</code>
|
||||
* <code>uint32 makeId = 6;</code>
|
||||
* @return The makeId.
|
||||
*/
|
||||
int getMakeId();
|
||||
|
||||
/**
|
||||
* <code>fixed32 beginTime = 13;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
int getBeginTime();
|
||||
|
||||
/**
|
||||
* <code>fixed32 accelerateTime = 9;</code>
|
||||
* @return The accelerateTime.
|
||||
*/
|
||||
int getAccelerateTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 index = 10;</code>
|
||||
* @return The index.
|
||||
*/
|
||||
int getIndex();
|
||||
|
||||
/**
|
||||
* <code>uint32 avatarId = 1;</code>
|
||||
* @return The avatarId.
|
||||
*/
|
||||
int getAvatarId();
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code FurnitureMakeData}
|
||||
@@ -99,36 +99,36 @@ public final class FurnitureMakeDataOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 13: {
|
||||
|
||||
beginTime_ = input.readFixed32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 8: {
|
||||
|
||||
avatarId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
index_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 61: {
|
||||
|
||||
accelerateTime_ = input.readFixed32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 40: {
|
||||
|
||||
durTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 48: {
|
||||
|
||||
makeId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 77: {
|
||||
|
||||
accelerateTime_ = input.readFixed32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
index_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 109: {
|
||||
|
||||
beginTime_ = input.readFixed32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -161,54 +161,10 @@ public final class FurnitureMakeDataOuterClass {
|
||||
emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData.class, emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData.Builder.class);
|
||||
}
|
||||
|
||||
public static final int BEGIN_TIME_FIELD_NUMBER = 1;
|
||||
private int beginTime_;
|
||||
/**
|
||||
* <code>fixed32 begin_time = 1;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_ID_FIELD_NUMBER = 5;
|
||||
private int avatarId_;
|
||||
/**
|
||||
* <code>uint32 avatar_id = 5;</code>
|
||||
* @return The avatarId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAvatarId() {
|
||||
return avatarId_;
|
||||
}
|
||||
|
||||
public static final int MAKE_ID_FIELD_NUMBER = 10;
|
||||
private int makeId_;
|
||||
/**
|
||||
* <code>uint32 make_id = 10;</code>
|
||||
* @return The makeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getMakeId() {
|
||||
return makeId_;
|
||||
}
|
||||
|
||||
public static final int INDEX_FIELD_NUMBER = 6;
|
||||
private int index_;
|
||||
/**
|
||||
* <code>uint32 index = 6;</code>
|
||||
* @return The index.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getIndex() {
|
||||
return index_;
|
||||
}
|
||||
|
||||
public static final int DUR_TIME_FIELD_NUMBER = 8;
|
||||
public static final int DURTIME_FIELD_NUMBER = 5;
|
||||
private int durTime_;
|
||||
/**
|
||||
* <code>uint32 dur_time = 8;</code>
|
||||
* <code>uint32 durTime = 5;</code>
|
||||
* @return The durTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -216,10 +172,32 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return durTime_;
|
||||
}
|
||||
|
||||
public static final int ACCELERATE_TIME_FIELD_NUMBER = 7;
|
||||
public static final int MAKEID_FIELD_NUMBER = 6;
|
||||
private int makeId_;
|
||||
/**
|
||||
* <code>uint32 makeId = 6;</code>
|
||||
* @return The makeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getMakeId() {
|
||||
return makeId_;
|
||||
}
|
||||
|
||||
public static final int BEGINTIME_FIELD_NUMBER = 13;
|
||||
private int beginTime_;
|
||||
/**
|
||||
* <code>fixed32 beginTime = 13;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
|
||||
public static final int ACCELERATETIME_FIELD_NUMBER = 9;
|
||||
private int accelerateTime_;
|
||||
/**
|
||||
* <code>fixed32 accelerate_time = 7;</code>
|
||||
* <code>fixed32 accelerateTime = 9;</code>
|
||||
* @return The accelerateTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -227,6 +205,28 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return accelerateTime_;
|
||||
}
|
||||
|
||||
public static final int INDEX_FIELD_NUMBER = 10;
|
||||
private int index_;
|
||||
/**
|
||||
* <code>uint32 index = 10;</code>
|
||||
* @return The index.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getIndex() {
|
||||
return index_;
|
||||
}
|
||||
|
||||
public static final int AVATARID_FIELD_NUMBER = 1;
|
||||
private int avatarId_;
|
||||
/**
|
||||
* <code>uint32 avatarId = 1;</code>
|
||||
* @return The avatarId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAvatarId() {
|
||||
return avatarId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -241,23 +241,23 @@ public final class FurnitureMakeDataOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (beginTime_ != 0) {
|
||||
output.writeFixed32(1, beginTime_);
|
||||
}
|
||||
if (avatarId_ != 0) {
|
||||
output.writeUInt32(5, avatarId_);
|
||||
}
|
||||
if (index_ != 0) {
|
||||
output.writeUInt32(6, index_);
|
||||
}
|
||||
if (accelerateTime_ != 0) {
|
||||
output.writeFixed32(7, accelerateTime_);
|
||||
output.writeUInt32(1, avatarId_);
|
||||
}
|
||||
if (durTime_ != 0) {
|
||||
output.writeUInt32(8, durTime_);
|
||||
output.writeUInt32(5, durTime_);
|
||||
}
|
||||
if (makeId_ != 0) {
|
||||
output.writeUInt32(10, makeId_);
|
||||
output.writeUInt32(6, makeId_);
|
||||
}
|
||||
if (accelerateTime_ != 0) {
|
||||
output.writeFixed32(9, accelerateTime_);
|
||||
}
|
||||
if (index_ != 0) {
|
||||
output.writeUInt32(10, index_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
output.writeFixed32(13, beginTime_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -268,29 +268,29 @@ public final class FurnitureMakeDataOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (beginTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFixed32Size(1, beginTime_);
|
||||
}
|
||||
if (avatarId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, avatarId_);
|
||||
}
|
||||
if (index_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, index_);
|
||||
}
|
||||
if (accelerateTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFixed32Size(7, accelerateTime_);
|
||||
.computeUInt32Size(1, avatarId_);
|
||||
}
|
||||
if (durTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, durTime_);
|
||||
.computeUInt32Size(5, durTime_);
|
||||
}
|
||||
if (makeId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, makeId_);
|
||||
.computeUInt32Size(6, makeId_);
|
||||
}
|
||||
if (accelerateTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFixed32Size(9, accelerateTime_);
|
||||
}
|
||||
if (index_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, index_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFixed32Size(13, beginTime_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -307,18 +307,18 @@ public final class FurnitureMakeDataOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData other = (emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData) obj;
|
||||
|
||||
if (getBeginTime()
|
||||
!= other.getBeginTime()) return false;
|
||||
if (getAvatarId()
|
||||
!= other.getAvatarId()) return false;
|
||||
if (getMakeId()
|
||||
!= other.getMakeId()) return false;
|
||||
if (getIndex()
|
||||
!= other.getIndex()) return false;
|
||||
if (getDurTime()
|
||||
!= other.getDurTime()) return false;
|
||||
if (getMakeId()
|
||||
!= other.getMakeId()) return false;
|
||||
if (getBeginTime()
|
||||
!= other.getBeginTime()) return false;
|
||||
if (getAccelerateTime()
|
||||
!= other.getAccelerateTime()) return false;
|
||||
if (getIndex()
|
||||
!= other.getIndex()) return false;
|
||||
if (getAvatarId()
|
||||
!= other.getAvatarId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -330,18 +330,18 @@ public final class FurnitureMakeDataOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + BEGIN_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBeginTime();
|
||||
hash = (37 * hash) + AVATAR_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAvatarId();
|
||||
hash = (37 * hash) + MAKE_ID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + DURTIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDurTime();
|
||||
hash = (37 * hash) + MAKEID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMakeId();
|
||||
hash = (37 * hash) + BEGINTIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBeginTime();
|
||||
hash = (37 * hash) + ACCELERATETIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAccelerateTime();
|
||||
hash = (37 * hash) + INDEX_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getIndex();
|
||||
hash = (37 * hash) + DUR_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDurTime();
|
||||
hash = (37 * hash) + ACCELERATE_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAccelerateTime();
|
||||
hash = (37 * hash) + AVATARID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAvatarId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -475,18 +475,18 @@ public final class FurnitureMakeDataOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
beginTime_ = 0;
|
||||
|
||||
avatarId_ = 0;
|
||||
durTime_ = 0;
|
||||
|
||||
makeId_ = 0;
|
||||
|
||||
index_ = 0;
|
||||
|
||||
durTime_ = 0;
|
||||
beginTime_ = 0;
|
||||
|
||||
accelerateTime_ = 0;
|
||||
|
||||
index_ = 0;
|
||||
|
||||
avatarId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -513,12 +513,12 @@ public final class FurnitureMakeDataOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData buildPartial() {
|
||||
emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData result = new emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData(this);
|
||||
result.beginTime_ = beginTime_;
|
||||
result.avatarId_ = avatarId_;
|
||||
result.makeId_ = makeId_;
|
||||
result.index_ = index_;
|
||||
result.durTime_ = durTime_;
|
||||
result.makeId_ = makeId_;
|
||||
result.beginTime_ = beginTime_;
|
||||
result.accelerateTime_ = accelerateTime_;
|
||||
result.index_ = index_;
|
||||
result.avatarId_ = avatarId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -567,24 +567,24 @@ public final class FurnitureMakeDataOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData other) {
|
||||
if (other == emu.grasscutter.net.proto.FurnitureMakeDataOuterClass.FurnitureMakeData.getDefaultInstance()) return this;
|
||||
if (other.getBeginTime() != 0) {
|
||||
setBeginTime(other.getBeginTime());
|
||||
}
|
||||
if (other.getAvatarId() != 0) {
|
||||
setAvatarId(other.getAvatarId());
|
||||
if (other.getDurTime() != 0) {
|
||||
setDurTime(other.getDurTime());
|
||||
}
|
||||
if (other.getMakeId() != 0) {
|
||||
setMakeId(other.getMakeId());
|
||||
}
|
||||
if (other.getIndex() != 0) {
|
||||
setIndex(other.getIndex());
|
||||
}
|
||||
if (other.getDurTime() != 0) {
|
||||
setDurTime(other.getDurTime());
|
||||
if (other.getBeginTime() != 0) {
|
||||
setBeginTime(other.getBeginTime());
|
||||
}
|
||||
if (other.getAccelerateTime() != 0) {
|
||||
setAccelerateTime(other.getAccelerateTime());
|
||||
}
|
||||
if (other.getIndex() != 0) {
|
||||
setIndex(other.getIndex());
|
||||
}
|
||||
if (other.getAvatarId() != 0) {
|
||||
setAvatarId(other.getAvatarId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -614,133 +614,9 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int beginTime_ ;
|
||||
/**
|
||||
* <code>fixed32 begin_time = 1;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>fixed32 begin_time = 1;</code>
|
||||
* @param value The beginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBeginTime(int value) {
|
||||
|
||||
beginTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>fixed32 begin_time = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBeginTime() {
|
||||
|
||||
beginTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int avatarId_ ;
|
||||
/**
|
||||
* <code>uint32 avatar_id = 5;</code>
|
||||
* @return The avatarId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAvatarId() {
|
||||
return avatarId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 avatar_id = 5;</code>
|
||||
* @param value The avatarId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarId(int value) {
|
||||
|
||||
avatarId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 avatar_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarId() {
|
||||
|
||||
avatarId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int makeId_ ;
|
||||
/**
|
||||
* <code>uint32 make_id = 10;</code>
|
||||
* @return The makeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getMakeId() {
|
||||
return makeId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 make_id = 10;</code>
|
||||
* @param value The makeId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMakeId(int value) {
|
||||
|
||||
makeId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 make_id = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMakeId() {
|
||||
|
||||
makeId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int index_ ;
|
||||
/**
|
||||
* <code>uint32 index = 6;</code>
|
||||
* @return The index.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getIndex() {
|
||||
return index_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 index = 6;</code>
|
||||
* @param value The index to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIndex(int value) {
|
||||
|
||||
index_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 index = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIndex() {
|
||||
|
||||
index_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int durTime_ ;
|
||||
/**
|
||||
* <code>uint32 dur_time = 8;</code>
|
||||
* <code>uint32 durTime = 5;</code>
|
||||
* @return The durTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -748,7 +624,7 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return durTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dur_time = 8;</code>
|
||||
* <code>uint32 durTime = 5;</code>
|
||||
* @param value The durTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -759,7 +635,7 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dur_time = 8;</code>
|
||||
* <code>uint32 durTime = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDurTime() {
|
||||
@@ -769,9 +645,71 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int makeId_ ;
|
||||
/**
|
||||
* <code>uint32 makeId = 6;</code>
|
||||
* @return The makeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getMakeId() {
|
||||
return makeId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 makeId = 6;</code>
|
||||
* @param value The makeId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMakeId(int value) {
|
||||
|
||||
makeId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 makeId = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMakeId() {
|
||||
|
||||
makeId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int beginTime_ ;
|
||||
/**
|
||||
* <code>fixed32 beginTime = 13;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>fixed32 beginTime = 13;</code>
|
||||
* @param value The beginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBeginTime(int value) {
|
||||
|
||||
beginTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>fixed32 beginTime = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBeginTime() {
|
||||
|
||||
beginTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int accelerateTime_ ;
|
||||
/**
|
||||
* <code>fixed32 accelerate_time = 7;</code>
|
||||
* <code>fixed32 accelerateTime = 9;</code>
|
||||
* @return The accelerateTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -779,7 +717,7 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return accelerateTime_;
|
||||
}
|
||||
/**
|
||||
* <code>fixed32 accelerate_time = 7;</code>
|
||||
* <code>fixed32 accelerateTime = 9;</code>
|
||||
* @param value The accelerateTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -790,7 +728,7 @@ public final class FurnitureMakeDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>fixed32 accelerate_time = 7;</code>
|
||||
* <code>fixed32 accelerateTime = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAccelerateTime() {
|
||||
@@ -799,6 +737,68 @@ public final class FurnitureMakeDataOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int index_ ;
|
||||
/**
|
||||
* <code>uint32 index = 10;</code>
|
||||
* @return The index.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getIndex() {
|
||||
return index_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 index = 10;</code>
|
||||
* @param value The index to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIndex(int value) {
|
||||
|
||||
index_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 index = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIndex() {
|
||||
|
||||
index_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int avatarId_ ;
|
||||
/**
|
||||
* <code>uint32 avatarId = 1;</code>
|
||||
* @return The avatarId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAvatarId() {
|
||||
return avatarId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 avatarId = 1;</code>
|
||||
* @param value The avatarId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarId(int value) {
|
||||
|
||||
avatarId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 avatarId = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarId() {
|
||||
|
||||
avatarId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -866,11 +866,11 @@ public final class FurnitureMakeDataOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\027FurnitureMakeData.proto\"\205\001\n\021FurnitureM" +
|
||||
"akeData\022\022\n\nbegin_time\030\001 \001(\007\022\021\n\tavatar_id" +
|
||||
"\030\005 \001(\r\022\017\n\007make_id\030\n \001(\r\022\r\n\005index\030\006 \001(\r\022\020" +
|
||||
"\n\010dur_time\030\010 \001(\r\022\027\n\017accelerate_time\030\007 \001(" +
|
||||
"\007B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"\n\027FurnitureMakeData.proto\"\200\001\n\021FurnitureM" +
|
||||
"akeData\022\017\n\007durTime\030\005 \001(\r\022\016\n\006makeId\030\006 \001(\r" +
|
||||
"\022\021\n\tbeginTime\030\r \001(\007\022\026\n\016accelerateTime\030\t " +
|
||||
"\001(\007\022\r\n\005index\030\n \001(\r\022\020\n\010avatarId\030\001 \001(\rB\033\n\031" +
|
||||
"emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -881,7 +881,7 @@ public final class FurnitureMakeDataOuterClass {
|
||||
internal_static_FurnitureMakeData_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_FurnitureMakeData_descriptor,
|
||||
new java.lang.String[] { "BeginTime", "AvatarId", "MakeId", "Index", "DurTime", "AccelerateTime", });
|
||||
new java.lang.String[] { "DurTime", "MakeId", "BeginTime", "AccelerateTime", "Index", "AvatarId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user