mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-22 17:19:53 +08:00
Upgrade to REL3.7 (#2164)
* Remove hardcoded quest data * Remove deprecated fields * Try to fix packet * Apply fix for token exchange * Upgrade to REL3.7 * Add obfuscated protocol definitions * Add missing enum (other protos too maybe) * Re-add field setters and add note on removal
This commit is contained in:
+218
-218
@@ -19,44 +19,44 @@ public final class AttackHitEffectResultOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @return The fAAKOHDGPFM.
|
||||
* <code>float hitHaltTime = 6;</code>
|
||||
* @return The hitHaltTime.
|
||||
*/
|
||||
int getFAAKOHDGPFM();
|
||||
float getHitHaltTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @return The fMEGOOPBEJB.
|
||||
* <code>float hitHaltTimeScale = 2;</code>
|
||||
* @return The hitHaltTimeScale.
|
||||
*/
|
||||
int getFMEGOOPBEJB();
|
||||
float getHitHaltTimeScale();
|
||||
|
||||
/**
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @return The oIJINAAFNAC.
|
||||
* <code>float retreatStrength = 14;</code>
|
||||
* @return The retreatStrength.
|
||||
*/
|
||||
float getOIJINAAFNAC();
|
||||
float getRetreatStrength();
|
||||
|
||||
/**
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @return The jHNFFJDKJJJ.
|
||||
* <code>float airStrength = 13;</code>
|
||||
* @return The airStrength.
|
||||
*/
|
||||
float getJHNFFJDKJJJ();
|
||||
float getAirStrength();
|
||||
|
||||
/**
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @return The gMFMEIEIEPB.
|
||||
* <code>uint32 IDJFCEPGOOF = 5;</code>
|
||||
* @return The iDJFCEPGOOF.
|
||||
*/
|
||||
float getGMFMEIEIEPB();
|
||||
int getIDJFCEPGOOF();
|
||||
|
||||
/**
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @return The jOOLHFLPAOE.
|
||||
* <code>uint32 ODEDPMCMFNN = 8;</code>
|
||||
* @return The oDEDPMCMFNN.
|
||||
*/
|
||||
float getJOOLHFLPAOE();
|
||||
int getODEDPMCMFNN();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ABOLAALABPG
|
||||
* Obf: PBAFNBPPAND
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AttackHitEffectResult}
|
||||
@@ -105,32 +105,32 @@ public final class AttackHitEffectResultOuterClass {
|
||||
break;
|
||||
case 21: {
|
||||
|
||||
jHNFFJDKJJJ_ = input.readFloat();
|
||||
hitHaltTimeScale_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 29: {
|
||||
case 40: {
|
||||
|
||||
gMFMEIEIEPB_ = input.readFloat();
|
||||
iDJFCEPGOOF_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 77: {
|
||||
case 53: {
|
||||
|
||||
oIJINAAFNAC_ = input.readFloat();
|
||||
hitHaltTime_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 85: {
|
||||
case 64: {
|
||||
|
||||
jOOLHFLPAOE_ = input.readFloat();
|
||||
oDEDPMCMFNN_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
case 109: {
|
||||
|
||||
fMEGOOPBEJB_ = input.readUInt32();
|
||||
airStrength_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 117: {
|
||||
|
||||
fAAKOHDGPFM_ = input.readUInt32();
|
||||
retreatStrength_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -165,70 +165,70 @@ public final class AttackHitEffectResultOuterClass {
|
||||
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult.class, emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult.Builder.class);
|
||||
}
|
||||
|
||||
public static final int FAAKOHDGPFM_FIELD_NUMBER = 13;
|
||||
private int fAAKOHDGPFM_;
|
||||
public static final int HITHALTTIME_FIELD_NUMBER = 6;
|
||||
private float hitHaltTime_;
|
||||
/**
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @return The fAAKOHDGPFM.
|
||||
* <code>float hitHaltTime = 6;</code>
|
||||
* @return The hitHaltTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getFAAKOHDGPFM() {
|
||||
return fAAKOHDGPFM_;
|
||||
public float getHitHaltTime() {
|
||||
return hitHaltTime_;
|
||||
}
|
||||
|
||||
public static final int FMEGOOPBEJB_FIELD_NUMBER = 11;
|
||||
private int fMEGOOPBEJB_;
|
||||
public static final int HITHALTTIMESCALE_FIELD_NUMBER = 2;
|
||||
private float hitHaltTimeScale_;
|
||||
/**
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @return The fMEGOOPBEJB.
|
||||
* <code>float hitHaltTimeScale = 2;</code>
|
||||
* @return The hitHaltTimeScale.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getFMEGOOPBEJB() {
|
||||
return fMEGOOPBEJB_;
|
||||
public float getHitHaltTimeScale() {
|
||||
return hitHaltTimeScale_;
|
||||
}
|
||||
|
||||
public static final int OIJINAAFNAC_FIELD_NUMBER = 9;
|
||||
private float oIJINAAFNAC_;
|
||||
public static final int RETREATSTRENGTH_FIELD_NUMBER = 14;
|
||||
private float retreatStrength_;
|
||||
/**
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @return The oIJINAAFNAC.
|
||||
* <code>float retreatStrength = 14;</code>
|
||||
* @return The retreatStrength.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getOIJINAAFNAC() {
|
||||
return oIJINAAFNAC_;
|
||||
public float getRetreatStrength() {
|
||||
return retreatStrength_;
|
||||
}
|
||||
|
||||
public static final int JHNFFJDKJJJ_FIELD_NUMBER = 2;
|
||||
private float jHNFFJDKJJJ_;
|
||||
public static final int AIRSTRENGTH_FIELD_NUMBER = 13;
|
||||
private float airStrength_;
|
||||
/**
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @return The jHNFFJDKJJJ.
|
||||
* <code>float airStrength = 13;</code>
|
||||
* @return The airStrength.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getJHNFFJDKJJJ() {
|
||||
return jHNFFJDKJJJ_;
|
||||
public float getAirStrength() {
|
||||
return airStrength_;
|
||||
}
|
||||
|
||||
public static final int GMFMEIEIEPB_FIELD_NUMBER = 3;
|
||||
private float gMFMEIEIEPB_;
|
||||
public static final int IDJFCEPGOOF_FIELD_NUMBER = 5;
|
||||
private int iDJFCEPGOOF_;
|
||||
/**
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @return The gMFMEIEIEPB.
|
||||
* <code>uint32 IDJFCEPGOOF = 5;</code>
|
||||
* @return The iDJFCEPGOOF.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getGMFMEIEIEPB() {
|
||||
return gMFMEIEIEPB_;
|
||||
public int getIDJFCEPGOOF() {
|
||||
return iDJFCEPGOOF_;
|
||||
}
|
||||
|
||||
public static final int JOOLHFLPAOE_FIELD_NUMBER = 10;
|
||||
private float jOOLHFLPAOE_;
|
||||
public static final int ODEDPMCMFNN_FIELD_NUMBER = 8;
|
||||
private int oDEDPMCMFNN_;
|
||||
/**
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @return The jOOLHFLPAOE.
|
||||
* <code>uint32 ODEDPMCMFNN = 8;</code>
|
||||
* @return The oDEDPMCMFNN.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getJOOLHFLPAOE() {
|
||||
return jOOLHFLPAOE_;
|
||||
public int getODEDPMCMFNN() {
|
||||
return oDEDPMCMFNN_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -245,23 +245,23 @@ public final class AttackHitEffectResultOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (jHNFFJDKJJJ_ != 0F) {
|
||||
output.writeFloat(2, jHNFFJDKJJJ_);
|
||||
if (hitHaltTimeScale_ != 0F) {
|
||||
output.writeFloat(2, hitHaltTimeScale_);
|
||||
}
|
||||
if (gMFMEIEIEPB_ != 0F) {
|
||||
output.writeFloat(3, gMFMEIEIEPB_);
|
||||
if (iDJFCEPGOOF_ != 0) {
|
||||
output.writeUInt32(5, iDJFCEPGOOF_);
|
||||
}
|
||||
if (oIJINAAFNAC_ != 0F) {
|
||||
output.writeFloat(9, oIJINAAFNAC_);
|
||||
if (hitHaltTime_ != 0F) {
|
||||
output.writeFloat(6, hitHaltTime_);
|
||||
}
|
||||
if (jOOLHFLPAOE_ != 0F) {
|
||||
output.writeFloat(10, jOOLHFLPAOE_);
|
||||
if (oDEDPMCMFNN_ != 0) {
|
||||
output.writeUInt32(8, oDEDPMCMFNN_);
|
||||
}
|
||||
if (fMEGOOPBEJB_ != 0) {
|
||||
output.writeUInt32(11, fMEGOOPBEJB_);
|
||||
if (airStrength_ != 0F) {
|
||||
output.writeFloat(13, airStrength_);
|
||||
}
|
||||
if (fAAKOHDGPFM_ != 0) {
|
||||
output.writeUInt32(13, fAAKOHDGPFM_);
|
||||
if (retreatStrength_ != 0F) {
|
||||
output.writeFloat(14, retreatStrength_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -272,29 +272,29 @@ public final class AttackHitEffectResultOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (jHNFFJDKJJJ_ != 0F) {
|
||||
if (hitHaltTimeScale_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(2, jHNFFJDKJJJ_);
|
||||
.computeFloatSize(2, hitHaltTimeScale_);
|
||||
}
|
||||
if (gMFMEIEIEPB_ != 0F) {
|
||||
if (iDJFCEPGOOF_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(3, gMFMEIEIEPB_);
|
||||
.computeUInt32Size(5, iDJFCEPGOOF_);
|
||||
}
|
||||
if (oIJINAAFNAC_ != 0F) {
|
||||
if (hitHaltTime_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(9, oIJINAAFNAC_);
|
||||
.computeFloatSize(6, hitHaltTime_);
|
||||
}
|
||||
if (jOOLHFLPAOE_ != 0F) {
|
||||
if (oDEDPMCMFNN_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(10, jOOLHFLPAOE_);
|
||||
.computeUInt32Size(8, oDEDPMCMFNN_);
|
||||
}
|
||||
if (fMEGOOPBEJB_ != 0) {
|
||||
if (airStrength_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(11, fMEGOOPBEJB_);
|
||||
.computeFloatSize(13, airStrength_);
|
||||
}
|
||||
if (fAAKOHDGPFM_ != 0) {
|
||||
if (retreatStrength_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, fAAKOHDGPFM_);
|
||||
.computeFloatSize(14, retreatStrength_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -311,22 +311,22 @@ public final class AttackHitEffectResultOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult other = (emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult) obj;
|
||||
|
||||
if (getFAAKOHDGPFM()
|
||||
!= other.getFAAKOHDGPFM()) return false;
|
||||
if (getFMEGOOPBEJB()
|
||||
!= other.getFMEGOOPBEJB()) return false;
|
||||
if (java.lang.Float.floatToIntBits(getOIJINAAFNAC())
|
||||
if (java.lang.Float.floatToIntBits(getHitHaltTime())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getOIJINAAFNAC())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getJHNFFJDKJJJ())
|
||||
other.getHitHaltTime())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getHitHaltTimeScale())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getJHNFFJDKJJJ())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getGMFMEIEIEPB())
|
||||
other.getHitHaltTimeScale())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getRetreatStrength())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getGMFMEIEIEPB())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getJOOLHFLPAOE())
|
||||
other.getRetreatStrength())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getAirStrength())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getJOOLHFLPAOE())) return false;
|
||||
other.getAirStrength())) return false;
|
||||
if (getIDJFCEPGOOF()
|
||||
!= other.getIDJFCEPGOOF()) return false;
|
||||
if (getODEDPMCMFNN()
|
||||
!= other.getODEDPMCMFNN()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -338,22 +338,22 @@ public final class AttackHitEffectResultOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + FAAKOHDGPFM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFAAKOHDGPFM();
|
||||
hash = (37 * hash) + FMEGOOPBEJB_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFMEGOOPBEJB();
|
||||
hash = (37 * hash) + OIJINAAFNAC_FIELD_NUMBER;
|
||||
hash = (37 * hash) + HITHALTTIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getOIJINAAFNAC());
|
||||
hash = (37 * hash) + JHNFFJDKJJJ_FIELD_NUMBER;
|
||||
getHitHaltTime());
|
||||
hash = (37 * hash) + HITHALTTIMESCALE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getJHNFFJDKJJJ());
|
||||
hash = (37 * hash) + GMFMEIEIEPB_FIELD_NUMBER;
|
||||
getHitHaltTimeScale());
|
||||
hash = (37 * hash) + RETREATSTRENGTH_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getGMFMEIEIEPB());
|
||||
hash = (37 * hash) + JOOLHFLPAOE_FIELD_NUMBER;
|
||||
getRetreatStrength());
|
||||
hash = (37 * hash) + AIRSTRENGTH_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getJOOLHFLPAOE());
|
||||
getAirStrength());
|
||||
hash = (37 * hash) + IDJFCEPGOOF_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getIDJFCEPGOOF();
|
||||
hash = (37 * hash) + ODEDPMCMFNN_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getODEDPMCMFNN();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -451,7 +451,7 @@ public final class AttackHitEffectResultOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ABOLAALABPG
|
||||
* Obf: PBAFNBPPAND
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AttackHitEffectResult}
|
||||
@@ -491,17 +491,17 @@ public final class AttackHitEffectResultOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
fAAKOHDGPFM_ = 0;
|
||||
hitHaltTime_ = 0F;
|
||||
|
||||
fMEGOOPBEJB_ = 0;
|
||||
hitHaltTimeScale_ = 0F;
|
||||
|
||||
oIJINAAFNAC_ = 0F;
|
||||
retreatStrength_ = 0F;
|
||||
|
||||
jHNFFJDKJJJ_ = 0F;
|
||||
airStrength_ = 0F;
|
||||
|
||||
gMFMEIEIEPB_ = 0F;
|
||||
iDJFCEPGOOF_ = 0;
|
||||
|
||||
jOOLHFLPAOE_ = 0F;
|
||||
oDEDPMCMFNN_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -529,12 +529,12 @@ public final class AttackHitEffectResultOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult buildPartial() {
|
||||
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult result = new emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult(this);
|
||||
result.fAAKOHDGPFM_ = fAAKOHDGPFM_;
|
||||
result.fMEGOOPBEJB_ = fMEGOOPBEJB_;
|
||||
result.oIJINAAFNAC_ = oIJINAAFNAC_;
|
||||
result.jHNFFJDKJJJ_ = jHNFFJDKJJJ_;
|
||||
result.gMFMEIEIEPB_ = gMFMEIEIEPB_;
|
||||
result.jOOLHFLPAOE_ = jOOLHFLPAOE_;
|
||||
result.hitHaltTime_ = hitHaltTime_;
|
||||
result.hitHaltTimeScale_ = hitHaltTimeScale_;
|
||||
result.retreatStrength_ = retreatStrength_;
|
||||
result.airStrength_ = airStrength_;
|
||||
result.iDJFCEPGOOF_ = iDJFCEPGOOF_;
|
||||
result.oDEDPMCMFNN_ = oDEDPMCMFNN_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -583,23 +583,23 @@ public final class AttackHitEffectResultOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult other) {
|
||||
if (other == emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult.getDefaultInstance()) return this;
|
||||
if (other.getFAAKOHDGPFM() != 0) {
|
||||
setFAAKOHDGPFM(other.getFAAKOHDGPFM());
|
||||
if (other.getHitHaltTime() != 0F) {
|
||||
setHitHaltTime(other.getHitHaltTime());
|
||||
}
|
||||
if (other.getFMEGOOPBEJB() != 0) {
|
||||
setFMEGOOPBEJB(other.getFMEGOOPBEJB());
|
||||
if (other.getHitHaltTimeScale() != 0F) {
|
||||
setHitHaltTimeScale(other.getHitHaltTimeScale());
|
||||
}
|
||||
if (other.getOIJINAAFNAC() != 0F) {
|
||||
setOIJINAAFNAC(other.getOIJINAAFNAC());
|
||||
if (other.getRetreatStrength() != 0F) {
|
||||
setRetreatStrength(other.getRetreatStrength());
|
||||
}
|
||||
if (other.getJHNFFJDKJJJ() != 0F) {
|
||||
setJHNFFJDKJJJ(other.getJHNFFJDKJJJ());
|
||||
if (other.getAirStrength() != 0F) {
|
||||
setAirStrength(other.getAirStrength());
|
||||
}
|
||||
if (other.getGMFMEIEIEPB() != 0F) {
|
||||
setGMFMEIEIEPB(other.getGMFMEIEIEPB());
|
||||
if (other.getIDJFCEPGOOF() != 0) {
|
||||
setIDJFCEPGOOF(other.getIDJFCEPGOOF());
|
||||
}
|
||||
if (other.getJOOLHFLPAOE() != 0F) {
|
||||
setJOOLHFLPAOE(other.getJOOLHFLPAOE());
|
||||
if (other.getODEDPMCMFNN() != 0) {
|
||||
setODEDPMCMFNN(other.getODEDPMCMFNN());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -630,188 +630,188 @@ public final class AttackHitEffectResultOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int fAAKOHDGPFM_ ;
|
||||
private float hitHaltTime_ ;
|
||||
/**
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @return The fAAKOHDGPFM.
|
||||
* <code>float hitHaltTime = 6;</code>
|
||||
* @return The hitHaltTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getFAAKOHDGPFM() {
|
||||
return fAAKOHDGPFM_;
|
||||
public float getHitHaltTime() {
|
||||
return hitHaltTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @param value The fAAKOHDGPFM to set.
|
||||
* <code>float hitHaltTime = 6;</code>
|
||||
* @param value The hitHaltTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFAAKOHDGPFM(int value) {
|
||||
public Builder setHitHaltTime(float value) {
|
||||
|
||||
fAAKOHDGPFM_ = value;
|
||||
hitHaltTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* <code>float hitHaltTime = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFAAKOHDGPFM() {
|
||||
public Builder clearHitHaltTime() {
|
||||
|
||||
fAAKOHDGPFM_ = 0;
|
||||
hitHaltTime_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int fMEGOOPBEJB_ ;
|
||||
private float hitHaltTimeScale_ ;
|
||||
/**
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @return The fMEGOOPBEJB.
|
||||
* <code>float hitHaltTimeScale = 2;</code>
|
||||
* @return The hitHaltTimeScale.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getFMEGOOPBEJB() {
|
||||
return fMEGOOPBEJB_;
|
||||
public float getHitHaltTimeScale() {
|
||||
return hitHaltTimeScale_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @param value The fMEGOOPBEJB to set.
|
||||
* <code>float hitHaltTimeScale = 2;</code>
|
||||
* @param value The hitHaltTimeScale to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFMEGOOPBEJB(int value) {
|
||||
public Builder setHitHaltTimeScale(float value) {
|
||||
|
||||
fMEGOOPBEJB_ = value;
|
||||
hitHaltTimeScale_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* <code>float hitHaltTimeScale = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFMEGOOPBEJB() {
|
||||
public Builder clearHitHaltTimeScale() {
|
||||
|
||||
fMEGOOPBEJB_ = 0;
|
||||
hitHaltTimeScale_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float oIJINAAFNAC_ ;
|
||||
private float retreatStrength_ ;
|
||||
/**
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @return The oIJINAAFNAC.
|
||||
* <code>float retreatStrength = 14;</code>
|
||||
* @return The retreatStrength.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getOIJINAAFNAC() {
|
||||
return oIJINAAFNAC_;
|
||||
public float getRetreatStrength() {
|
||||
return retreatStrength_;
|
||||
}
|
||||
/**
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @param value The oIJINAAFNAC to set.
|
||||
* <code>float retreatStrength = 14;</code>
|
||||
* @param value The retreatStrength to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setOIJINAAFNAC(float value) {
|
||||
public Builder setRetreatStrength(float value) {
|
||||
|
||||
oIJINAAFNAC_ = value;
|
||||
retreatStrength_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* <code>float retreatStrength = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearOIJINAAFNAC() {
|
||||
public Builder clearRetreatStrength() {
|
||||
|
||||
oIJINAAFNAC_ = 0F;
|
||||
retreatStrength_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float jHNFFJDKJJJ_ ;
|
||||
private float airStrength_ ;
|
||||
/**
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @return The jHNFFJDKJJJ.
|
||||
* <code>float airStrength = 13;</code>
|
||||
* @return The airStrength.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getJHNFFJDKJJJ() {
|
||||
return jHNFFJDKJJJ_;
|
||||
public float getAirStrength() {
|
||||
return airStrength_;
|
||||
}
|
||||
/**
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @param value The jHNFFJDKJJJ to set.
|
||||
* <code>float airStrength = 13;</code>
|
||||
* @param value The airStrength to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJHNFFJDKJJJ(float value) {
|
||||
public Builder setAirStrength(float value) {
|
||||
|
||||
jHNFFJDKJJJ_ = value;
|
||||
airStrength_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* <code>float airStrength = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJHNFFJDKJJJ() {
|
||||
public Builder clearAirStrength() {
|
||||
|
||||
jHNFFJDKJJJ_ = 0F;
|
||||
airStrength_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float gMFMEIEIEPB_ ;
|
||||
private int iDJFCEPGOOF_ ;
|
||||
/**
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @return The gMFMEIEIEPB.
|
||||
* <code>uint32 IDJFCEPGOOF = 5;</code>
|
||||
* @return The iDJFCEPGOOF.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getGMFMEIEIEPB() {
|
||||
return gMFMEIEIEPB_;
|
||||
public int getIDJFCEPGOOF() {
|
||||
return iDJFCEPGOOF_;
|
||||
}
|
||||
/**
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @param value The gMFMEIEIEPB to set.
|
||||
* <code>uint32 IDJFCEPGOOF = 5;</code>
|
||||
* @param value The iDJFCEPGOOF to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGMFMEIEIEPB(float value) {
|
||||
public Builder setIDJFCEPGOOF(int value) {
|
||||
|
||||
gMFMEIEIEPB_ = value;
|
||||
iDJFCEPGOOF_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* <code>uint32 IDJFCEPGOOF = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGMFMEIEIEPB() {
|
||||
public Builder clearIDJFCEPGOOF() {
|
||||
|
||||
gMFMEIEIEPB_ = 0F;
|
||||
iDJFCEPGOOF_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float jOOLHFLPAOE_ ;
|
||||
private int oDEDPMCMFNN_ ;
|
||||
/**
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @return The jOOLHFLPAOE.
|
||||
* <code>uint32 ODEDPMCMFNN = 8;</code>
|
||||
* @return The oDEDPMCMFNN.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getJOOLHFLPAOE() {
|
||||
return jOOLHFLPAOE_;
|
||||
public int getODEDPMCMFNN() {
|
||||
return oDEDPMCMFNN_;
|
||||
}
|
||||
/**
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @param value The jOOLHFLPAOE to set.
|
||||
* <code>uint32 ODEDPMCMFNN = 8;</code>
|
||||
* @param value The oDEDPMCMFNN to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJOOLHFLPAOE(float value) {
|
||||
public Builder setODEDPMCMFNN(int value) {
|
||||
|
||||
jOOLHFLPAOE_ = value;
|
||||
oDEDPMCMFNN_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* <code>uint32 ODEDPMCMFNN = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJOOLHFLPAOE() {
|
||||
public Builder clearODEDPMCMFNN() {
|
||||
|
||||
jOOLHFLPAOE_ = 0F;
|
||||
oDEDPMCMFNN_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -882,12 +882,12 @@ public final class AttackHitEffectResultOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AttackHitEffectResult.proto\"\225\001\n\025Attack" +
|
||||
"HitEffectResult\022\023\n\013FAAKOHDGPFM\030\r \001(\r\022\023\n\013" +
|
||||
"FMEGOOPBEJB\030\013 \001(\r\022\023\n\013OIJINAAFNAC\030\t \001(\002\022\023" +
|
||||
"\n\013JHNFFJDKJJJ\030\002 \001(\002\022\023\n\013GMFMEIEIEPB\030\003 \001(\002" +
|
||||
"\022\023\n\013JOOLHFLPAOE\030\n \001(\002B\033\n\031emu.grasscutter" +
|
||||
".net.protob\006proto3"
|
||||
"\n\033AttackHitEffectResult.proto\"\236\001\n\025Attack" +
|
||||
"HitEffectResult\022\023\n\013hitHaltTime\030\006 \001(\002\022\030\n\020" +
|
||||
"hitHaltTimeScale\030\002 \001(\002\022\027\n\017retreatStrengt" +
|
||||
"h\030\016 \001(\002\022\023\n\013airStrength\030\r \001(\002\022\023\n\013IDJFCEPG" +
|
||||
"OOF\030\005 \001(\r\022\023\n\013ODEDPMCMFNN\030\010 \001(\rB\033\n\031emu.gr" +
|
||||
"asscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -898,7 +898,7 @@ public final class AttackHitEffectResultOuterClass {
|
||||
internal_static_AttackHitEffectResult_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AttackHitEffectResult_descriptor,
|
||||
new java.lang.String[] { "FAAKOHDGPFM", "FMEGOOPBEJB", "OIJINAAFNAC", "JHNFFJDKJJJ", "GMFMEIEIEPB", "JOOLHFLPAOE", });
|
||||
new java.lang.String[] { "HitHaltTime", "HitHaltTimeScale", "RetreatStrength", "AirStrength", "IDJFCEPGOOF", "ODEDPMCMFNN", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user