Add new protocol definitions

This commit is contained in:
KingRainbow44
2023-04-23 23:12:20 -04:00
Unverified
parent e85d269518
commit 40b23ec4a4
284 changed files with 267525 additions and 7609 deletions
@@ -17,6 +17,27 @@ public final class SeaLampActivityInfoOuterClass {
// @@protoc_insertion_point(interface_extends:SeaLampActivityInfo)
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 sea_lamp_coin = 10;</code>
*
* @return The seaLampCoin.
*/
int getSeaLampCoin();
/**
* <code>uint32 day_index = 4;</code>
*
* @return The dayIndex.
*/
int getDayIndex();
/**
* <code>uint32 first_day_start_time = 12;</code>
*
* @return The firstDayStartTime.
*/
int getFirstDayStartTime();
/** <code>repeated .SeaLampSectionInfo section_info_list = 8;</code> */
java.util.List<emu.grasscutter.net.proto.SeaLampSectionInfoOuterClass.SeaLampSectionInfo>
getSectionInfoListList();
@@ -35,33 +56,19 @@ public final class SeaLampActivityInfoOuterClass {
getSectionInfoListOrBuilder(int index);
/**
* <code>uint32 sea_lamp_coin = 9;</code>
* <code>bool CFABGECNHGK = 2;</code>
*
* @return The seaLampCoin.
* @return The cFABGECNHGK.
*/
int getSeaLampCoin();
boolean getCFABGECNHGK();
/**
* <code>uint32 mechanicus_id = 11;</code>
* <code>uint32 mechanicus_id = 7;</code>
*
* @return The mechanicusId.
*/
int getMechanicusId();
/**
* <code>bool IAIGGMMDBIH = 7;</code>
*
* @return The iAIGGMMDBIH.
*/
boolean getIAIGGMMDBIH();
/**
* <code>uint32 day_index = 6;</code>
*
* @return The dayIndex.
*/
int getDayIndex();
/**
* <code>bool is_content_closed = 15;</code>
*
@@ -70,31 +77,24 @@ public final class SeaLampActivityInfoOuterClass {
boolean getIsContentClosed();
/**
* <code>uint32 popularity = 13;</code>
* <code>uint32 popularity = 14;</code>
*
* @return The popularity.
*/
int getPopularity();
/**
* <code>bool KHJFGGCODAG = 14;</code>
* <code>bool IAAOFEIDABB = 1;</code>
*
* @return The kHJFGGCODAG.
* @return The iAAOFEIDABB.
*/
boolean getKHJFGGCODAG();
/**
* <code>uint32 first_day_start_time = 4;</code>
*
* @return The firstDayStartTime.
*/
int getFirstDayStartTime();
boolean getIAAOFEIDABB();
}
/**
*
*
* <pre>
* Name: FPJLKJADJAC
* Name: JALGJKCFCMP
* </pre>
*
* Protobuf type {@code SeaLampActivityInfo}
@@ -143,19 +143,24 @@ public final class SeaLampActivityInfoOuterClass {
case 0:
done = true;
break;
case 32:
case 8:
{
firstDayStartTime_ = input.readUInt32();
iAAOFEIDABB_ = input.readBool();
break;
}
case 48:
case 16:
{
cFABGECNHGK_ = input.readBool();
break;
}
case 32:
{
dayIndex_ = input.readUInt32();
break;
}
case 56:
{
iAIGGMMDBIH_ = input.readBool();
mechanicusId_ = input.readUInt32();
break;
}
case 66:
@@ -174,24 +179,19 @@ public final class SeaLampActivityInfoOuterClass {
extensionRegistry));
break;
}
case 72:
case 80:
{
seaLampCoin_ = input.readUInt32();
break;
}
case 88:
case 96:
{
mechanicusId_ = input.readUInt32();
break;
}
case 104:
{
popularity_ = input.readUInt32();
firstDayStartTime_ = input.readUInt32();
break;
}
case 112:
{
kHJFGGCODAG_ = input.readBool();
popularity_ = input.readUInt32();
break;
}
case 120:
@@ -237,6 +237,42 @@ public final class SeaLampActivityInfoOuterClass {
.class);
}
public static final int SEA_LAMP_COIN_FIELD_NUMBER = 10;
private int seaLampCoin_;
/**
* <code>uint32 sea_lamp_coin = 10;</code>
*
* @return The seaLampCoin.
*/
@java.lang.Override
public int getSeaLampCoin() {
return seaLampCoin_;
}
public static final int DAY_INDEX_FIELD_NUMBER = 4;
private int dayIndex_;
/**
* <code>uint32 day_index = 4;</code>
*
* @return The dayIndex.
*/
@java.lang.Override
public int getDayIndex() {
return dayIndex_;
}
public static final int FIRST_DAY_START_TIME_FIELD_NUMBER = 12;
private int firstDayStartTime_;
/**
* <code>uint32 first_day_start_time = 12;</code>
*
* @return The firstDayStartTime.
*/
@java.lang.Override
public int getFirstDayStartTime() {
return firstDayStartTime_;
}
public static final int SECTION_INFO_LIST_FIELD_NUMBER = 8;
private java.util.List<
emu.grasscutter.net.proto.SeaLampSectionInfoOuterClass.SeaLampSectionInfo>
@@ -273,22 +309,22 @@ public final class SeaLampActivityInfoOuterClass {
return sectionInfoList_.get(index);
}
public static final int SEA_LAMP_COIN_FIELD_NUMBER = 9;
private int seaLampCoin_;
public static final int CFABGECNHGK_FIELD_NUMBER = 2;
private boolean cFABGECNHGK_;
/**
* <code>uint32 sea_lamp_coin = 9;</code>
* <code>bool CFABGECNHGK = 2;</code>
*
* @return The seaLampCoin.
* @return The cFABGECNHGK.
*/
@java.lang.Override
public int getSeaLampCoin() {
return seaLampCoin_;
public boolean getCFABGECNHGK() {
return cFABGECNHGK_;
}
public static final int MECHANICUS_ID_FIELD_NUMBER = 11;
public static final int MECHANICUS_ID_FIELD_NUMBER = 7;
private int mechanicusId_;
/**
* <code>uint32 mechanicus_id = 11;</code>
* <code>uint32 mechanicus_id = 7;</code>
*
* @return The mechanicusId.
*/
@@ -297,30 +333,6 @@ public final class SeaLampActivityInfoOuterClass {
return mechanicusId_;
}
public static final int IAIGGMMDBIH_FIELD_NUMBER = 7;
private boolean iAIGGMMDBIH_;
/**
* <code>bool IAIGGMMDBIH = 7;</code>
*
* @return The iAIGGMMDBIH.
*/
@java.lang.Override
public boolean getIAIGGMMDBIH() {
return iAIGGMMDBIH_;
}
public static final int DAY_INDEX_FIELD_NUMBER = 6;
private int dayIndex_;
/**
* <code>uint32 day_index = 6;</code>
*
* @return The dayIndex.
*/
@java.lang.Override
public int getDayIndex() {
return dayIndex_;
}
public static final int IS_CONTENT_CLOSED_FIELD_NUMBER = 15;
private boolean isContentClosed_;
/**
@@ -333,10 +345,10 @@ public final class SeaLampActivityInfoOuterClass {
return isContentClosed_;
}
public static final int POPULARITY_FIELD_NUMBER = 13;
public static final int POPULARITY_FIELD_NUMBER = 14;
private int popularity_;
/**
* <code>uint32 popularity = 13;</code>
* <code>uint32 popularity = 14;</code>
*
* @return The popularity.
*/
@@ -345,28 +357,16 @@ public final class SeaLampActivityInfoOuterClass {
return popularity_;
}
public static final int KHJFGGCODAG_FIELD_NUMBER = 14;
private boolean kHJFGGCODAG_;
public static final int IAAOFEIDABB_FIELD_NUMBER = 1;
private boolean iAAOFEIDABB_;
/**
* <code>bool KHJFGGCODAG = 14;</code>
* <code>bool IAAOFEIDABB = 1;</code>
*
* @return The kHJFGGCODAG.
* @return The iAAOFEIDABB.
*/
@java.lang.Override
public boolean getKHJFGGCODAG() {
return kHJFGGCODAG_;
}
public static final int FIRST_DAY_START_TIME_FIELD_NUMBER = 4;
private int firstDayStartTime_;
/**
* <code>uint32 first_day_start_time = 4;</code>
*
* @return The firstDayStartTime.
*/
@java.lang.Override
public int getFirstDayStartTime() {
return firstDayStartTime_;
public boolean getIAAOFEIDABB() {
return iAAOFEIDABB_;
}
private byte memoizedIsInitialized = -1;
@@ -383,29 +383,29 @@ public final class SeaLampActivityInfoOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (firstDayStartTime_ != 0) {
output.writeUInt32(4, firstDayStartTime_);
if (iAAOFEIDABB_ != false) {
output.writeBool(1, iAAOFEIDABB_);
}
if (cFABGECNHGK_ != false) {
output.writeBool(2, cFABGECNHGK_);
}
if (dayIndex_ != 0) {
output.writeUInt32(6, dayIndex_);
output.writeUInt32(4, dayIndex_);
}
if (iAIGGMMDBIH_ != false) {
output.writeBool(7, iAIGGMMDBIH_);
if (mechanicusId_ != 0) {
output.writeUInt32(7, mechanicusId_);
}
for (int i = 0; i < sectionInfoList_.size(); i++) {
output.writeMessage(8, sectionInfoList_.get(i));
}
if (seaLampCoin_ != 0) {
output.writeUInt32(9, seaLampCoin_);
output.writeUInt32(10, seaLampCoin_);
}
if (mechanicusId_ != 0) {
output.writeUInt32(11, mechanicusId_);
if (firstDayStartTime_ != 0) {
output.writeUInt32(12, firstDayStartTime_);
}
if (popularity_ != 0) {
output.writeUInt32(13, popularity_);
}
if (kHJFGGCODAG_ != false) {
output.writeBool(14, kHJFGGCODAG_);
output.writeUInt32(14, popularity_);
}
if (isContentClosed_ != false) {
output.writeBool(15, isContentClosed_);
@@ -419,30 +419,30 @@ public final class SeaLampActivityInfoOuterClass {
if (size != -1) return size;
size = 0;
if (firstDayStartTime_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, firstDayStartTime_);
if (iAAOFEIDABB_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, iAAOFEIDABB_);
}
if (cFABGECNHGK_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, cFABGECNHGK_);
}
if (dayIndex_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(6, dayIndex_);
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, dayIndex_);
}
if (iAIGGMMDBIH_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, iAIGGMMDBIH_);
if (mechanicusId_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, mechanicusId_);
}
for (int i = 0; i < sectionInfoList_.size(); i++) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(8, sectionInfoList_.get(i));
}
if (seaLampCoin_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(9, seaLampCoin_);
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(10, seaLampCoin_);
}
if (mechanicusId_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(11, mechanicusId_);
if (firstDayStartTime_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, firstDayStartTime_);
}
if (popularity_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, popularity_);
}
if (kHJFGGCODAG_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(14, kHJFGGCODAG_);
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(14, popularity_);
}
if (isContentClosed_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(15, isContentClosed_);
@@ -464,15 +464,15 @@ public final class SeaLampActivityInfoOuterClass {
emu.grasscutter.net.proto.SeaLampActivityInfoOuterClass.SeaLampActivityInfo other =
(emu.grasscutter.net.proto.SeaLampActivityInfoOuterClass.SeaLampActivityInfo) obj;
if (!getSectionInfoListList().equals(other.getSectionInfoListList())) return false;
if (getSeaLampCoin() != other.getSeaLampCoin()) return false;
if (getMechanicusId() != other.getMechanicusId()) return false;
if (getIAIGGMMDBIH() != other.getIAIGGMMDBIH()) return false;
if (getDayIndex() != other.getDayIndex()) return false;
if (getFirstDayStartTime() != other.getFirstDayStartTime()) return false;
if (!getSectionInfoListList().equals(other.getSectionInfoListList())) return false;
if (getCFABGECNHGK() != other.getCFABGECNHGK()) return false;
if (getMechanicusId() != other.getMechanicusId()) return false;
if (getIsContentClosed() != other.getIsContentClosed()) return false;
if (getPopularity() != other.getPopularity()) return false;
if (getKHJFGGCODAG() != other.getKHJFGGCODAG()) return false;
if (getFirstDayStartTime() != other.getFirstDayStartTime()) return false;
if (getIAAOFEIDABB() != other.getIAAOFEIDABB()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -484,26 +484,26 @@ public final class SeaLampActivityInfoOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + SEA_LAMP_COIN_FIELD_NUMBER;
hash = (53 * hash) + getSeaLampCoin();
hash = (37 * hash) + DAY_INDEX_FIELD_NUMBER;
hash = (53 * hash) + getDayIndex();
hash = (37 * hash) + FIRST_DAY_START_TIME_FIELD_NUMBER;
hash = (53 * hash) + getFirstDayStartTime();
if (getSectionInfoListCount() > 0) {
hash = (37 * hash) + SECTION_INFO_LIST_FIELD_NUMBER;
hash = (53 * hash) + getSectionInfoListList().hashCode();
}
hash = (37 * hash) + SEA_LAMP_COIN_FIELD_NUMBER;
hash = (53 * hash) + getSeaLampCoin();
hash = (37 * hash) + CFABGECNHGK_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getCFABGECNHGK());
hash = (37 * hash) + MECHANICUS_ID_FIELD_NUMBER;
hash = (53 * hash) + getMechanicusId();
hash = (37 * hash) + IAIGGMMDBIH_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIAIGGMMDBIH());
hash = (37 * hash) + DAY_INDEX_FIELD_NUMBER;
hash = (53 * hash) + getDayIndex();
hash = (37 * hash) + IS_CONTENT_CLOSED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsContentClosed());
hash = (37 * hash) + POPULARITY_FIELD_NUMBER;
hash = (53 * hash) + getPopularity();
hash = (37 * hash) + KHJFGGCODAG_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getKHJFGGCODAG());
hash = (37 * hash) + FIRST_DAY_START_TIME_FIELD_NUMBER;
hash = (53 * hash) + getFirstDayStartTime();
hash = (37 * hash) + IAAOFEIDABB_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIAAOFEIDABB());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -616,7 +616,7 @@ public final class SeaLampActivityInfoOuterClass {
*
*
* <pre>
* Name: FPJLKJADJAC
* Name: JALGJKCFCMP
* </pre>
*
* Protobuf type {@code SeaLampActivityInfo}
@@ -662,27 +662,27 @@ public final class SeaLampActivityInfoOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
seaLampCoin_ = 0;
dayIndex_ = 0;
firstDayStartTime_ = 0;
if (sectionInfoListBuilder_ == null) {
sectionInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
sectionInfoListBuilder_.clear();
}
seaLampCoin_ = 0;
cFABGECNHGK_ = false;
mechanicusId_ = 0;
iAIGGMMDBIH_ = false;
dayIndex_ = 0;
isContentClosed_ = false;
popularity_ = 0;
kHJFGGCODAG_ = false;
firstDayStartTime_ = 0;
iAAOFEIDABB_ = false;
return this;
}
@@ -716,6 +716,9 @@ public final class SeaLampActivityInfoOuterClass {
emu.grasscutter.net.proto.SeaLampActivityInfoOuterClass.SeaLampActivityInfo result =
new emu.grasscutter.net.proto.SeaLampActivityInfoOuterClass.SeaLampActivityInfo(this);
int from_bitField0_ = bitField0_;
result.seaLampCoin_ = seaLampCoin_;
result.dayIndex_ = dayIndex_;
result.firstDayStartTime_ = firstDayStartTime_;
if (sectionInfoListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
sectionInfoList_ = java.util.Collections.unmodifiableList(sectionInfoList_);
@@ -725,14 +728,11 @@ public final class SeaLampActivityInfoOuterClass {
} else {
result.sectionInfoList_ = sectionInfoListBuilder_.build();
}
result.seaLampCoin_ = seaLampCoin_;
result.cFABGECNHGK_ = cFABGECNHGK_;
result.mechanicusId_ = mechanicusId_;
result.iAIGGMMDBIH_ = iAIGGMMDBIH_;
result.dayIndex_ = dayIndex_;
result.isContentClosed_ = isContentClosed_;
result.popularity_ = popularity_;
result.kHJFGGCODAG_ = kHJFGGCODAG_;
result.firstDayStartTime_ = firstDayStartTime_;
result.iAAOFEIDABB_ = iAAOFEIDABB_;
onBuilt();
return result;
}
@@ -790,6 +790,15 @@ public final class SeaLampActivityInfoOuterClass {
if (other
== emu.grasscutter.net.proto.SeaLampActivityInfoOuterClass.SeaLampActivityInfo
.getDefaultInstance()) return this;
if (other.getSeaLampCoin() != 0) {
setSeaLampCoin(other.getSeaLampCoin());
}
if (other.getDayIndex() != 0) {
setDayIndex(other.getDayIndex());
}
if (other.getFirstDayStartTime() != 0) {
setFirstDayStartTime(other.getFirstDayStartTime());
}
if (sectionInfoListBuilder_ == null) {
if (!other.sectionInfoList_.isEmpty()) {
if (sectionInfoList_.isEmpty()) {
@@ -817,29 +826,20 @@ public final class SeaLampActivityInfoOuterClass {
}
}
}
if (other.getSeaLampCoin() != 0) {
setSeaLampCoin(other.getSeaLampCoin());
if (other.getCFABGECNHGK() != false) {
setCFABGECNHGK(other.getCFABGECNHGK());
}
if (other.getMechanicusId() != 0) {
setMechanicusId(other.getMechanicusId());
}
if (other.getIAIGGMMDBIH() != false) {
setIAIGGMMDBIH(other.getIAIGGMMDBIH());
}
if (other.getDayIndex() != 0) {
setDayIndex(other.getDayIndex());
}
if (other.getIsContentClosed() != false) {
setIsContentClosed(other.getIsContentClosed());
}
if (other.getPopularity() != 0) {
setPopularity(other.getPopularity());
}
if (other.getKHJFGGCODAG() != false) {
setKHJFGGCODAG(other.getKHJFGGCODAG());
}
if (other.getFirstDayStartTime() != 0) {
setFirstDayStartTime(other.getFirstDayStartTime());
if (other.getIAAOFEIDABB() != false) {
setIAAOFEIDABB(other.getIAAOFEIDABB());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
@@ -875,6 +875,108 @@ public final class SeaLampActivityInfoOuterClass {
private int bitField0_;
private int seaLampCoin_;
/**
* <code>uint32 sea_lamp_coin = 10;</code>
*
* @return The seaLampCoin.
*/
@java.lang.Override
public int getSeaLampCoin() {
return seaLampCoin_;
}
/**
* <code>uint32 sea_lamp_coin = 10;</code>
*
* @param value The seaLampCoin to set.
* @return This builder for chaining.
*/
public Builder setSeaLampCoin(int value) {
seaLampCoin_ = value;
onChanged();
return this;
}
/**
* <code>uint32 sea_lamp_coin = 10;</code>
*
* @return This builder for chaining.
*/
public Builder clearSeaLampCoin() {
seaLampCoin_ = 0;
onChanged();
return this;
}
private int dayIndex_;
/**
* <code>uint32 day_index = 4;</code>
*
* @return The dayIndex.
*/
@java.lang.Override
public int getDayIndex() {
return dayIndex_;
}
/**
* <code>uint32 day_index = 4;</code>
*
* @param value The dayIndex to set.
* @return This builder for chaining.
*/
public Builder setDayIndex(int value) {
dayIndex_ = value;
onChanged();
return this;
}
/**
* <code>uint32 day_index = 4;</code>
*
* @return This builder for chaining.
*/
public Builder clearDayIndex() {
dayIndex_ = 0;
onChanged();
return this;
}
private int firstDayStartTime_;
/**
* <code>uint32 first_day_start_time = 12;</code>
*
* @return The firstDayStartTime.
*/
@java.lang.Override
public int getFirstDayStartTime() {
return firstDayStartTime_;
}
/**
* <code>uint32 first_day_start_time = 12;</code>
*
* @param value The firstDayStartTime to set.
* @return This builder for chaining.
*/
public Builder setFirstDayStartTime(int value) {
firstDayStartTime_ = value;
onChanged();
return this;
}
/**
* <code>uint32 first_day_start_time = 12;</code>
*
* @return This builder for chaining.
*/
public Builder clearFirstDayStartTime() {
firstDayStartTime_ = 0;
onChanged();
return this;
}
private java.util.List<
emu.grasscutter.net.proto.SeaLampSectionInfoOuterClass.SeaLampSectionInfo>
sectionInfoList_ = java.util.Collections.emptyList();
@@ -1118,43 +1220,43 @@ public final class SeaLampActivityInfoOuterClass {
return sectionInfoListBuilder_;
}
private int seaLampCoin_;
private boolean cFABGECNHGK_;
/**
* <code>uint32 sea_lamp_coin = 9;</code>
* <code>bool CFABGECNHGK = 2;</code>
*
* @return The seaLampCoin.
* @return The cFABGECNHGK.
*/
@java.lang.Override
public int getSeaLampCoin() {
return seaLampCoin_;
public boolean getCFABGECNHGK() {
return cFABGECNHGK_;
}
/**
* <code>uint32 sea_lamp_coin = 9;</code>
* <code>bool CFABGECNHGK = 2;</code>
*
* @param value The seaLampCoin to set.
* @param value The cFABGECNHGK to set.
* @return This builder for chaining.
*/
public Builder setSeaLampCoin(int value) {
public Builder setCFABGECNHGK(boolean value) {
seaLampCoin_ = value;
cFABGECNHGK_ = value;
onChanged();
return this;
}
/**
* <code>uint32 sea_lamp_coin = 9;</code>
* <code>bool CFABGECNHGK = 2;</code>
*
* @return This builder for chaining.
*/
public Builder clearSeaLampCoin() {
public Builder clearCFABGECNHGK() {
seaLampCoin_ = 0;
cFABGECNHGK_ = false;
onChanged();
return this;
}
private int mechanicusId_;
/**
* <code>uint32 mechanicus_id = 11;</code>
* <code>uint32 mechanicus_id = 7;</code>
*
* @return The mechanicusId.
*/
@@ -1163,7 +1265,7 @@ public final class SeaLampActivityInfoOuterClass {
return mechanicusId_;
}
/**
* <code>uint32 mechanicus_id = 11;</code>
* <code>uint32 mechanicus_id = 7;</code>
*
* @param value The mechanicusId to set.
* @return This builder for chaining.
@@ -1175,7 +1277,7 @@ public final class SeaLampActivityInfoOuterClass {
return this;
}
/**
* <code>uint32 mechanicus_id = 11;</code>
* <code>uint32 mechanicus_id = 7;</code>
*
* @return This builder for chaining.
*/
@@ -1186,74 +1288,6 @@ public final class SeaLampActivityInfoOuterClass {
return this;
}
private boolean iAIGGMMDBIH_;
/**
* <code>bool IAIGGMMDBIH = 7;</code>
*
* @return The iAIGGMMDBIH.
*/
@java.lang.Override
public boolean getIAIGGMMDBIH() {
return iAIGGMMDBIH_;
}
/**
* <code>bool IAIGGMMDBIH = 7;</code>
*
* @param value The iAIGGMMDBIH to set.
* @return This builder for chaining.
*/
public Builder setIAIGGMMDBIH(boolean value) {
iAIGGMMDBIH_ = value;
onChanged();
return this;
}
/**
* <code>bool IAIGGMMDBIH = 7;</code>
*
* @return This builder for chaining.
*/
public Builder clearIAIGGMMDBIH() {
iAIGGMMDBIH_ = false;
onChanged();
return this;
}
private int dayIndex_;
/**
* <code>uint32 day_index = 6;</code>
*
* @return The dayIndex.
*/
@java.lang.Override
public int getDayIndex() {
return dayIndex_;
}
/**
* <code>uint32 day_index = 6;</code>
*
* @param value The dayIndex to set.
* @return This builder for chaining.
*/
public Builder setDayIndex(int value) {
dayIndex_ = value;
onChanged();
return this;
}
/**
* <code>uint32 day_index = 6;</code>
*
* @return This builder for chaining.
*/
public Builder clearDayIndex() {
dayIndex_ = 0;
onChanged();
return this;
}
private boolean isContentClosed_;
/**
* <code>bool is_content_closed = 15;</code>
@@ -1290,7 +1324,7 @@ public final class SeaLampActivityInfoOuterClass {
private int popularity_;
/**
* <code>uint32 popularity = 13;</code>
* <code>uint32 popularity = 14;</code>
*
* @return The popularity.
*/
@@ -1299,7 +1333,7 @@ public final class SeaLampActivityInfoOuterClass {
return popularity_;
}
/**
* <code>uint32 popularity = 13;</code>
* <code>uint32 popularity = 14;</code>
*
* @param value The popularity to set.
* @return This builder for chaining.
@@ -1311,7 +1345,7 @@ public final class SeaLampActivityInfoOuterClass {
return this;
}
/**
* <code>uint32 popularity = 13;</code>
* <code>uint32 popularity = 14;</code>
*
* @return This builder for chaining.
*/
@@ -1322,70 +1356,36 @@ public final class SeaLampActivityInfoOuterClass {
return this;
}
private boolean kHJFGGCODAG_;
private boolean iAAOFEIDABB_;
/**
* <code>bool KHJFGGCODAG = 14;</code>
* <code>bool IAAOFEIDABB = 1;</code>
*
* @return The kHJFGGCODAG.
* @return The iAAOFEIDABB.
*/
@java.lang.Override
public boolean getKHJFGGCODAG() {
return kHJFGGCODAG_;
public boolean getIAAOFEIDABB() {
return iAAOFEIDABB_;
}
/**
* <code>bool KHJFGGCODAG = 14;</code>
* <code>bool IAAOFEIDABB = 1;</code>
*
* @param value The kHJFGGCODAG to set.
* @param value The iAAOFEIDABB to set.
* @return This builder for chaining.
*/
public Builder setKHJFGGCODAG(boolean value) {
public Builder setIAAOFEIDABB(boolean value) {
kHJFGGCODAG_ = value;
iAAOFEIDABB_ = value;
onChanged();
return this;
}
/**
* <code>bool KHJFGGCODAG = 14;</code>
* <code>bool IAAOFEIDABB = 1;</code>
*
* @return This builder for chaining.
*/
public Builder clearKHJFGGCODAG() {
public Builder clearIAAOFEIDABB() {
kHJFGGCODAG_ = false;
onChanged();
return this;
}
private int firstDayStartTime_;
/**
* <code>uint32 first_day_start_time = 4;</code>
*
* @return The firstDayStartTime.
*/
@java.lang.Override
public int getFirstDayStartTime() {
return firstDayStartTime_;
}
/**
* <code>uint32 first_day_start_time = 4;</code>
*
* @param value The firstDayStartTime to set.
* @return This builder for chaining.
*/
public Builder setFirstDayStartTime(int value) {
firstDayStartTime_ = value;
onChanged();
return this;
}
/**
* <code>uint32 first_day_start_time = 4;</code>
*
* @return This builder for chaining.
*/
public Builder clearFirstDayStartTime() {
firstDayStartTime_ = 0;
iAAOFEIDABB_ = false;
onChanged();
return this;
}
@@ -1460,13 +1460,13 @@ public final class SeaLampActivityInfoOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\031SeaLampActivityInfo.proto\032\030SeaLampSect"
+ "ionInfo.proto\"\375\001\n\023SeaLampActivityInfo\022.\n"
+ "\021section_info_list\030\010 \003(\0132\023.SeaLampSectio"
+ "nInfo\022\025\n\rsea_lamp_coin\030\t \001(\r\022\025\n\rmechanic"
+ "us_id\030\013 \001(\r\022\023\n\013IAIGGMMDBIH\030\007 \001(\010\022\021\n\tday_"
+ "index\030\006 \001(\r\022\031\n\021is_content_closed\030\017 \001(\010\022\022"
+ "\n\npopularity\030\r \001(\r\022\023\n\013KHJFGGCODAG\030\016 \001(\010\022"
+ "\034\n\024first_day_start_time\030\004 \001(\rB\033\n\031emu.gra"
+ "ionInfo.proto\"\375\001\n\023SeaLampActivityInfo\022\025\n"
+ "\rsea_lamp_coin\030\n \001(\r\022\021\n\tday_index\030\004 \001(\r\022"
+ "\034\n\024first_day_start_time\030\014 \001(\r\022.\n\021section"
+ "_info_list\030\010 \003(\0132\023.SeaLampSectionInfo\022\023\n"
+ "\013CFABGECNHGK\030\002 \001(\010\022\025\n\rmechanicus_id\030\007 \001("
+ "\r\022\031\n\021is_content_closed\030\017 \001(\010\022\022\n\npopulari"
+ "ty\030\016 \001(\r\022\023\n\013IAAOFEIDABB\030\001 \001(\010B\033\n\031emu.gra"
+ "sscutter.net.protob\006proto3"
};
descriptor =
@@ -1480,15 +1480,15 @@ public final class SeaLampActivityInfoOuterClass {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_SeaLampActivityInfo_descriptor,
new java.lang.String[] {
"SectionInfoList",
"SeaLampCoin",
"MechanicusId",
"IAIGGMMDBIH",
"DayIndex",
"FirstDayStartTime",
"SectionInfoList",
"CFABGECNHGK",
"MechanicusId",
"IsContentClosed",
"Popularity",
"KHJFGGCODAG",
"FirstDayStartTime",
"IAAOFEIDABB",
});
emu.grasscutter.net.proto.SeaLampSectionInfoOuterClass.getDescriptor();
}