mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-05 01:32:15 +01:00
De-obfuscate definitions & run formatter
This commit is contained in:
@@ -19,16 +19,16 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 CMPKIKADOJJ = 10;</code>
|
||||
* @return The cMPKIKADOJJ.
|
||||
* <code>uint32 seal_max_progress = 10;</code>
|
||||
* @return The sealMaxProgress.
|
||||
*/
|
||||
int getCMPKIKADOJJ();
|
||||
int getSealMaxProgress();
|
||||
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 11;</code>
|
||||
* @return The pDKCGAJOEPC.
|
||||
* <code>uint32 seal_radius = 11;</code>
|
||||
* @return The sealRadius.
|
||||
*/
|
||||
int getPDKCGAJOEPC();
|
||||
int getSealRadius();
|
||||
|
||||
/**
|
||||
* <code>.SealBattleType battle_type = 3;</code>
|
||||
@@ -106,12 +106,12 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
}
|
||||
case 80: {
|
||||
|
||||
cMPKIKADOJJ_ = input.readUInt32();
|
||||
sealMaxProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
|
||||
pDKCGAJOEPC_ = input.readUInt32();
|
||||
sealRadius_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
@@ -151,26 +151,26 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify.class, emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int CMPKIKADOJJ_FIELD_NUMBER = 10;
|
||||
private int cMPKIKADOJJ_;
|
||||
public static final int SEAL_MAX_PROGRESS_FIELD_NUMBER = 10;
|
||||
private int sealMaxProgress_;
|
||||
/**
|
||||
* <code>uint32 CMPKIKADOJJ = 10;</code>
|
||||
* @return The cMPKIKADOJJ.
|
||||
* <code>uint32 seal_max_progress = 10;</code>
|
||||
* @return The sealMaxProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCMPKIKADOJJ() {
|
||||
return cMPKIKADOJJ_;
|
||||
public int getSealMaxProgress() {
|
||||
return sealMaxProgress_;
|
||||
}
|
||||
|
||||
public static final int PDKCGAJOEPC_FIELD_NUMBER = 11;
|
||||
private int pDKCGAJOEPC_;
|
||||
public static final int SEAL_RADIUS_FIELD_NUMBER = 11;
|
||||
private int sealRadius_;
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 11;</code>
|
||||
* @return The pDKCGAJOEPC.
|
||||
* <code>uint32 seal_radius = 11;</code>
|
||||
* @return The sealRadius.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getPDKCGAJOEPC() {
|
||||
return pDKCGAJOEPC_;
|
||||
public int getSealRadius() {
|
||||
return sealRadius_;
|
||||
}
|
||||
|
||||
public static final int BATTLE_TYPE_FIELD_NUMBER = 3;
|
||||
@@ -220,11 +220,11 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
if (battleType_ != emu.grasscutter.net.proto.SealBattleTypeOuterClass.SealBattleType.SEAL_BATTLE_KEEP_ALIVE.getNumber()) {
|
||||
output.writeEnum(3, battleType_);
|
||||
}
|
||||
if (cMPKIKADOJJ_ != 0) {
|
||||
output.writeUInt32(10, cMPKIKADOJJ_);
|
||||
if (sealMaxProgress_ != 0) {
|
||||
output.writeUInt32(10, sealMaxProgress_);
|
||||
}
|
||||
if (pDKCGAJOEPC_ != 0) {
|
||||
output.writeUInt32(11, pDKCGAJOEPC_);
|
||||
if (sealRadius_ != 0) {
|
||||
output.writeUInt32(11, sealRadius_);
|
||||
}
|
||||
if (sealEntityId_ != 0) {
|
||||
output.writeUInt32(12, sealEntityId_);
|
||||
@@ -242,13 +242,13 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(3, battleType_);
|
||||
}
|
||||
if (cMPKIKADOJJ_ != 0) {
|
||||
if (sealMaxProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, cMPKIKADOJJ_);
|
||||
.computeUInt32Size(10, sealMaxProgress_);
|
||||
}
|
||||
if (pDKCGAJOEPC_ != 0) {
|
||||
if (sealRadius_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(11, pDKCGAJOEPC_);
|
||||
.computeUInt32Size(11, sealRadius_);
|
||||
}
|
||||
if (sealEntityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
@@ -269,10 +269,10 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify other = (emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify) obj;
|
||||
|
||||
if (getCMPKIKADOJJ()
|
||||
!= other.getCMPKIKADOJJ()) return false;
|
||||
if (getPDKCGAJOEPC()
|
||||
!= other.getPDKCGAJOEPC()) return false;
|
||||
if (getSealMaxProgress()
|
||||
!= other.getSealMaxProgress()) return false;
|
||||
if (getSealRadius()
|
||||
!= other.getSealRadius()) return false;
|
||||
if (battleType_ != other.battleType_) return false;
|
||||
if (getSealEntityId()
|
||||
!= other.getSealEntityId()) return false;
|
||||
@@ -287,10 +287,10 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + CMPKIKADOJJ_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCMPKIKADOJJ();
|
||||
hash = (37 * hash) + PDKCGAJOEPC_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPDKCGAJOEPC();
|
||||
hash = (37 * hash) + SEAL_MAX_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSealMaxProgress();
|
||||
hash = (37 * hash) + SEAL_RADIUS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSealRadius();
|
||||
hash = (37 * hash) + BATTLE_TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + battleType_;
|
||||
hash = (37 * hash) + SEAL_ENTITY_ID_FIELD_NUMBER;
|
||||
@@ -433,9 +433,9 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
cMPKIKADOJJ_ = 0;
|
||||
sealMaxProgress_ = 0;
|
||||
|
||||
pDKCGAJOEPC_ = 0;
|
||||
sealRadius_ = 0;
|
||||
|
||||
battleType_ = 0;
|
||||
|
||||
@@ -467,8 +467,8 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify result = new emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify(this);
|
||||
result.cMPKIKADOJJ_ = cMPKIKADOJJ_;
|
||||
result.pDKCGAJOEPC_ = pDKCGAJOEPC_;
|
||||
result.sealMaxProgress_ = sealMaxProgress_;
|
||||
result.sealRadius_ = sealRadius_;
|
||||
result.battleType_ = battleType_;
|
||||
result.sealEntityId_ = sealEntityId_;
|
||||
onBuilt();
|
||||
@@ -519,11 +519,11 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.SealBattleBeginNotifyOuterClass.SealBattleBeginNotify.getDefaultInstance()) return this;
|
||||
if (other.getCMPKIKADOJJ() != 0) {
|
||||
setCMPKIKADOJJ(other.getCMPKIKADOJJ());
|
||||
if (other.getSealMaxProgress() != 0) {
|
||||
setSealMaxProgress(other.getSealMaxProgress());
|
||||
}
|
||||
if (other.getPDKCGAJOEPC() != 0) {
|
||||
setPDKCGAJOEPC(other.getPDKCGAJOEPC());
|
||||
if (other.getSealRadius() != 0) {
|
||||
setSealRadius(other.getSealRadius());
|
||||
}
|
||||
if (other.battleType_ != 0) {
|
||||
setBattleTypeValue(other.getBattleTypeValue());
|
||||
@@ -560,64 +560,64 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int cMPKIKADOJJ_ ;
|
||||
private int sealMaxProgress_ ;
|
||||
/**
|
||||
* <code>uint32 CMPKIKADOJJ = 10;</code>
|
||||
* @return The cMPKIKADOJJ.
|
||||
* <code>uint32 seal_max_progress = 10;</code>
|
||||
* @return The sealMaxProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCMPKIKADOJJ() {
|
||||
return cMPKIKADOJJ_;
|
||||
public int getSealMaxProgress() {
|
||||
return sealMaxProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 CMPKIKADOJJ = 10;</code>
|
||||
* @param value The cMPKIKADOJJ to set.
|
||||
* <code>uint32 seal_max_progress = 10;</code>
|
||||
* @param value The sealMaxProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCMPKIKADOJJ(int value) {
|
||||
public Builder setSealMaxProgress(int value) {
|
||||
|
||||
cMPKIKADOJJ_ = value;
|
||||
sealMaxProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 CMPKIKADOJJ = 10;</code>
|
||||
* <code>uint32 seal_max_progress = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCMPKIKADOJJ() {
|
||||
public Builder clearSealMaxProgress() {
|
||||
|
||||
cMPKIKADOJJ_ = 0;
|
||||
sealMaxProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int pDKCGAJOEPC_ ;
|
||||
private int sealRadius_ ;
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 11;</code>
|
||||
* @return The pDKCGAJOEPC.
|
||||
* <code>uint32 seal_radius = 11;</code>
|
||||
* @return The sealRadius.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getPDKCGAJOEPC() {
|
||||
return pDKCGAJOEPC_;
|
||||
public int getSealRadius() {
|
||||
return sealRadius_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 11;</code>
|
||||
* @param value The pDKCGAJOEPC to set.
|
||||
* <code>uint32 seal_radius = 11;</code>
|
||||
* @param value The sealRadius to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPDKCGAJOEPC(int value) {
|
||||
public Builder setSealRadius(int value) {
|
||||
|
||||
pDKCGAJOEPC_ = value;
|
||||
sealRadius_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 11;</code>
|
||||
* <code>uint32 seal_radius = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPDKCGAJOEPC() {
|
||||
public Builder clearSealRadius() {
|
||||
|
||||
pDKCGAJOEPC_ = 0;
|
||||
sealRadius_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -774,11 +774,11 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033SealBattleBeginNotify.proto\032\024SealBattl" +
|
||||
"eType.proto\"\177\n\025SealBattleBeginNotify\022\023\n\013" +
|
||||
"CMPKIKADOJJ\030\n \001(\r\022\023\n\013PDKCGAJOEPC\030\013 \001(\r\022$" +
|
||||
"\n\013battle_type\030\003 \001(\0162\017.SealBattleType\022\026\n\016" +
|
||||
"seal_entity_id\030\014 \001(\rB\033\n\031emu.grasscutter." +
|
||||
"net.protob\006proto3"
|
||||
"eType.proto\"\205\001\n\025SealBattleBeginNotify\022\031\n" +
|
||||
"\021seal_max_progress\030\n \001(\r\022\023\n\013seal_radius\030" +
|
||||
"\013 \001(\r\022$\n\013battle_type\030\003 \001(\0162\017.SealBattleT" +
|
||||
"ype\022\026\n\016seal_entity_id\030\014 \001(\rB\033\n\031emu.grass" +
|
||||
"cutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -790,7 +790,7 @@ public final class SealBattleBeginNotifyOuterClass {
|
||||
internal_static_SealBattleBeginNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_SealBattleBeginNotify_descriptor,
|
||||
new java.lang.String[] { "CMPKIKADOJJ", "PDKCGAJOEPC", "BattleType", "SealEntityId", });
|
||||
new java.lang.String[] { "SealMaxProgress", "SealRadius", "BattleType", "SealEntityId", });
|
||||
emu.grasscutter.net.proto.SealBattleTypeOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
@@ -19,10 +19,10 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 8;</code>
|
||||
* @return The pDKCGAJOEPC.
|
||||
* <code>uint32 seal_radius = 8;</code>
|
||||
* @return The sealRadius.
|
||||
*/
|
||||
int getPDKCGAJOEPC();
|
||||
int getSealRadius();
|
||||
|
||||
/**
|
||||
* <code>uint32 end_time = 2;</code>
|
||||
@@ -43,10 +43,10 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
int getSealEntityId();
|
||||
|
||||
/**
|
||||
* <code>uint32 BAEKFBCJFJK = 5;</code>
|
||||
* @return The bAEKFBCJFJK.
|
||||
* <code>uint32 max_progress = 5;</code>
|
||||
* @return The maxProgress.
|
||||
*/
|
||||
int getBAEKFBCJFJK();
|
||||
int getMaxProgress();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
@@ -105,12 +105,12 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
}
|
||||
case 40: {
|
||||
|
||||
bAEKFBCJFJK_ = input.readUInt32();
|
||||
maxProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
|
||||
pDKCGAJOEPC_ = input.readUInt32();
|
||||
sealRadius_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
@@ -155,15 +155,15 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify.class, emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int PDKCGAJOEPC_FIELD_NUMBER = 8;
|
||||
private int pDKCGAJOEPC_;
|
||||
public static final int SEAL_RADIUS_FIELD_NUMBER = 8;
|
||||
private int sealRadius_;
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 8;</code>
|
||||
* @return The pDKCGAJOEPC.
|
||||
* <code>uint32 seal_radius = 8;</code>
|
||||
* @return The sealRadius.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getPDKCGAJOEPC() {
|
||||
return pDKCGAJOEPC_;
|
||||
public int getSealRadius() {
|
||||
return sealRadius_;
|
||||
}
|
||||
|
||||
public static final int END_TIME_FIELD_NUMBER = 2;
|
||||
@@ -199,15 +199,15 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
return sealEntityId_;
|
||||
}
|
||||
|
||||
public static final int BAEKFBCJFJK_FIELD_NUMBER = 5;
|
||||
private int bAEKFBCJFJK_;
|
||||
public static final int MAX_PROGRESS_FIELD_NUMBER = 5;
|
||||
private int maxProgress_;
|
||||
/**
|
||||
* <code>uint32 BAEKFBCJFJK = 5;</code>
|
||||
* @return The bAEKFBCJFJK.
|
||||
* <code>uint32 max_progress = 5;</code>
|
||||
* @return The maxProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBAEKFBCJFJK() {
|
||||
return bAEKFBCJFJK_;
|
||||
public int getMaxProgress() {
|
||||
return maxProgress_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -227,11 +227,11 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
if (endTime_ != 0) {
|
||||
output.writeUInt32(2, endTime_);
|
||||
}
|
||||
if (bAEKFBCJFJK_ != 0) {
|
||||
output.writeUInt32(5, bAEKFBCJFJK_);
|
||||
if (maxProgress_ != 0) {
|
||||
output.writeUInt32(5, maxProgress_);
|
||||
}
|
||||
if (pDKCGAJOEPC_ != 0) {
|
||||
output.writeUInt32(8, pDKCGAJOEPC_);
|
||||
if (sealRadius_ != 0) {
|
||||
output.writeUInt32(8, sealRadius_);
|
||||
}
|
||||
if (sealEntityId_ != 0) {
|
||||
output.writeUInt32(14, sealEntityId_);
|
||||
@@ -252,13 +252,13 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, endTime_);
|
||||
}
|
||||
if (bAEKFBCJFJK_ != 0) {
|
||||
if (maxProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, bAEKFBCJFJK_);
|
||||
.computeUInt32Size(5, maxProgress_);
|
||||
}
|
||||
if (pDKCGAJOEPC_ != 0) {
|
||||
if (sealRadius_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, pDKCGAJOEPC_);
|
||||
.computeUInt32Size(8, sealRadius_);
|
||||
}
|
||||
if (sealEntityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
@@ -283,16 +283,16 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify other = (emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify) obj;
|
||||
|
||||
if (getPDKCGAJOEPC()
|
||||
!= other.getPDKCGAJOEPC()) return false;
|
||||
if (getSealRadius()
|
||||
!= other.getSealRadius()) return false;
|
||||
if (getEndTime()
|
||||
!= other.getEndTime()) return false;
|
||||
if (getProgress()
|
||||
!= other.getProgress()) return false;
|
||||
if (getSealEntityId()
|
||||
!= other.getSealEntityId()) return false;
|
||||
if (getBAEKFBCJFJK()
|
||||
!= other.getBAEKFBCJFJK()) return false;
|
||||
if (getMaxProgress()
|
||||
!= other.getMaxProgress()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -304,16 +304,16 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + PDKCGAJOEPC_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPDKCGAJOEPC();
|
||||
hash = (37 * hash) + SEAL_RADIUS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSealRadius();
|
||||
hash = (37 * hash) + END_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEndTime();
|
||||
hash = (37 * hash) + PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getProgress();
|
||||
hash = (37 * hash) + SEAL_ENTITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSealEntityId();
|
||||
hash = (37 * hash) + BAEKFBCJFJK_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBAEKFBCJFJK();
|
||||
hash = (37 * hash) + MAX_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMaxProgress();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -452,7 +452,7 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
pDKCGAJOEPC_ = 0;
|
||||
sealRadius_ = 0;
|
||||
|
||||
endTime_ = 0;
|
||||
|
||||
@@ -460,7 +460,7 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
|
||||
sealEntityId_ = 0;
|
||||
|
||||
bAEKFBCJFJK_ = 0;
|
||||
maxProgress_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -488,11 +488,11 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify result = new emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify(this);
|
||||
result.pDKCGAJOEPC_ = pDKCGAJOEPC_;
|
||||
result.sealRadius_ = sealRadius_;
|
||||
result.endTime_ = endTime_;
|
||||
result.progress_ = progress_;
|
||||
result.sealEntityId_ = sealEntityId_;
|
||||
result.bAEKFBCJFJK_ = bAEKFBCJFJK_;
|
||||
result.maxProgress_ = maxProgress_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -541,8 +541,8 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.SealBattleProgressNotifyOuterClass.SealBattleProgressNotify.getDefaultInstance()) return this;
|
||||
if (other.getPDKCGAJOEPC() != 0) {
|
||||
setPDKCGAJOEPC(other.getPDKCGAJOEPC());
|
||||
if (other.getSealRadius() != 0) {
|
||||
setSealRadius(other.getSealRadius());
|
||||
}
|
||||
if (other.getEndTime() != 0) {
|
||||
setEndTime(other.getEndTime());
|
||||
@@ -553,8 +553,8 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
if (other.getSealEntityId() != 0) {
|
||||
setSealEntityId(other.getSealEntityId());
|
||||
}
|
||||
if (other.getBAEKFBCJFJK() != 0) {
|
||||
setBAEKFBCJFJK(other.getBAEKFBCJFJK());
|
||||
if (other.getMaxProgress() != 0) {
|
||||
setMaxProgress(other.getMaxProgress());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -585,33 +585,33 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int pDKCGAJOEPC_ ;
|
||||
private int sealRadius_ ;
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 8;</code>
|
||||
* @return The pDKCGAJOEPC.
|
||||
* <code>uint32 seal_radius = 8;</code>
|
||||
* @return The sealRadius.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getPDKCGAJOEPC() {
|
||||
return pDKCGAJOEPC_;
|
||||
public int getSealRadius() {
|
||||
return sealRadius_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 8;</code>
|
||||
* @param value The pDKCGAJOEPC to set.
|
||||
* <code>uint32 seal_radius = 8;</code>
|
||||
* @param value The sealRadius to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPDKCGAJOEPC(int value) {
|
||||
public Builder setSealRadius(int value) {
|
||||
|
||||
pDKCGAJOEPC_ = value;
|
||||
sealRadius_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 PDKCGAJOEPC = 8;</code>
|
||||
* <code>uint32 seal_radius = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPDKCGAJOEPC() {
|
||||
public Builder clearSealRadius() {
|
||||
|
||||
pDKCGAJOEPC_ = 0;
|
||||
sealRadius_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -709,33 +709,33 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int bAEKFBCJFJK_ ;
|
||||
private int maxProgress_ ;
|
||||
/**
|
||||
* <code>uint32 BAEKFBCJFJK = 5;</code>
|
||||
* @return The bAEKFBCJFJK.
|
||||
* <code>uint32 max_progress = 5;</code>
|
||||
* @return The maxProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBAEKFBCJFJK() {
|
||||
return bAEKFBCJFJK_;
|
||||
public int getMaxProgress() {
|
||||
return maxProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 BAEKFBCJFJK = 5;</code>
|
||||
* @param value The bAEKFBCJFJK to set.
|
||||
* <code>uint32 max_progress = 5;</code>
|
||||
* @param value The maxProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBAEKFBCJFJK(int value) {
|
||||
public Builder setMaxProgress(int value) {
|
||||
|
||||
bAEKFBCJFJK_ = value;
|
||||
maxProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 BAEKFBCJFJK = 5;</code>
|
||||
* <code>uint32 max_progress = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBAEKFBCJFJK() {
|
||||
public Builder clearMaxProgress() {
|
||||
|
||||
bAEKFBCJFJK_ = 0;
|
||||
maxProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -806,11 +806,12 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036SealBattleProgressNotify.proto\"\200\001\n\030Sea" +
|
||||
"lBattleProgressNotify\022\023\n\013PDKCGAJOEPC\030\010 \001" +
|
||||
"\n\036SealBattleProgressNotify.proto\"\201\001\n\030Sea" +
|
||||
"lBattleProgressNotify\022\023\n\013seal_radius\030\010 \001" +
|
||||
"(\r\022\020\n\010end_time\030\002 \001(\r\022\020\n\010progress\030\017 \001(\r\022\026" +
|
||||
"\n\016seal_entity_id\030\016 \001(\r\022\023\n\013BAEKFBCJFJK\030\005 " +
|
||||
"\001(\rB\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"\n\016seal_entity_id\030\016 \001(\r\022\024\n\014max_progress\030\005" +
|
||||
" \001(\rB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -821,7 +822,7 @@ public final class SealBattleProgressNotifyOuterClass {
|
||||
internal_static_SealBattleProgressNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_SealBattleProgressNotify_descriptor,
|
||||
new java.lang.String[] { "PDKCGAJOEPC", "EndTime", "Progress", "SealEntityId", "BAEKFBCJFJK", });
|
||||
new java.lang.String[] { "SealRadius", "EndTime", "Progress", "SealEntityId", "MaxProgress", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user