mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 20:09:53 +08:00
Add support for game version 3.6 (#2110)
* Update to game version `3.6.0` (pt. 1) not complete! * Update to game version `3.6.0` (pt. 2) not complete! * Update compiled definitions
This commit is contained in:
+307
-306
@@ -19,44 +19,44 @@ public final class AbilityIdentifierOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 2;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
boolean getIsServerbuffModifier();
|
||||
|
||||
/**
|
||||
* <code>uint32 CKGECLBFOCP = 9;</code>
|
||||
* @return The cKGECLBFOCP.
|
||||
*/
|
||||
int getCKGECLBFOCP();
|
||||
|
||||
/**
|
||||
* <code>int32 local_id = 12;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
int getLocalId();
|
||||
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
int getInstancedModifierId();
|
||||
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 7;</code>
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
int getInstancedAbilityId();
|
||||
|
||||
/**
|
||||
* <code>uint32 NJNNPGIMJEN = 13;</code>
|
||||
* @return The nJNNPGIMJEN.
|
||||
* <code>int32 local_id = 14;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
int getNJNNPGIMJEN();
|
||||
int getLocalId();
|
||||
|
||||
/**
|
||||
* <code>uint32 modifier_owner_id = 15;</code>
|
||||
* @return The modifierOwnerId.
|
||||
*/
|
||||
int getModifierOwnerId();
|
||||
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 7;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
int getInstancedModifierId();
|
||||
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 5;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
boolean getIsServerbuffModifier();
|
||||
|
||||
/**
|
||||
* <code>uint32 ability_caster_id = 11;</code>
|
||||
* @return The abilityCasterId.
|
||||
*/
|
||||
int getAbilityCasterId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FBHPFOJEMEK
|
||||
* Name: PNHIFNNFPKO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityIdentifier}
|
||||
@@ -103,34 +103,34 @@ public final class AbilityIdentifierOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 40: {
|
||||
|
||||
isServerbuffModifier_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 48: {
|
||||
|
||||
instancedAbilityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 56: {
|
||||
|
||||
cKGECLBFOCP_ = input.readUInt32();
|
||||
instancedModifierId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 88: {
|
||||
|
||||
localId_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
nJNNPGIMJEN_ = input.readUInt32();
|
||||
abilityCasterId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
|
||||
instancedModifierId_ = input.readUInt32();
|
||||
localId_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
modifierOwnerId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -165,54 +165,10 @@ public final class AbilityIdentifierOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier.class, emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_SERVERBUFF_MODIFIER_FIELD_NUMBER = 2;
|
||||
private boolean isServerbuffModifier_;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 2;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
|
||||
public static final int CKGECLBFOCP_FIELD_NUMBER = 9;
|
||||
private int cKGECLBFOCP_;
|
||||
/**
|
||||
* <code>uint32 CKGECLBFOCP = 9;</code>
|
||||
* @return The cKGECLBFOCP.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCKGECLBFOCP() {
|
||||
return cKGECLBFOCP_;
|
||||
}
|
||||
|
||||
public static final int LOCAL_ID_FIELD_NUMBER = 12;
|
||||
private int localId_;
|
||||
/**
|
||||
* <code>int32 local_id = 12;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLocalId() {
|
||||
return localId_;
|
||||
}
|
||||
|
||||
public static final int INSTANCED_MODIFIER_ID_FIELD_NUMBER = 14;
|
||||
private int instancedModifierId_;
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedModifierId() {
|
||||
return instancedModifierId_;
|
||||
}
|
||||
|
||||
public static final int INSTANCED_ABILITY_ID_FIELD_NUMBER = 7;
|
||||
public static final int INSTANCED_ABILITY_ID_FIELD_NUMBER = 6;
|
||||
private int instancedAbilityId_;
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 7;</code>
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -220,15 +176,59 @@ public final class AbilityIdentifierOuterClass {
|
||||
return instancedAbilityId_;
|
||||
}
|
||||
|
||||
public static final int NJNNPGIMJEN_FIELD_NUMBER = 13;
|
||||
private int nJNNPGIMJEN_;
|
||||
public static final int LOCAL_ID_FIELD_NUMBER = 14;
|
||||
private int localId_;
|
||||
/**
|
||||
* <code>uint32 NJNNPGIMJEN = 13;</code>
|
||||
* @return The nJNNPGIMJEN.
|
||||
* <code>int32 local_id = 14;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getNJNNPGIMJEN() {
|
||||
return nJNNPGIMJEN_;
|
||||
public int getLocalId() {
|
||||
return localId_;
|
||||
}
|
||||
|
||||
public static final int MODIFIER_OWNER_ID_FIELD_NUMBER = 15;
|
||||
private int modifierOwnerId_;
|
||||
/**
|
||||
* <code>uint32 modifier_owner_id = 15;</code>
|
||||
* @return The modifierOwnerId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getModifierOwnerId() {
|
||||
return modifierOwnerId_;
|
||||
}
|
||||
|
||||
public static final int INSTANCED_MODIFIER_ID_FIELD_NUMBER = 7;
|
||||
private int instancedModifierId_;
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 7;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedModifierId() {
|
||||
return instancedModifierId_;
|
||||
}
|
||||
|
||||
public static final int IS_SERVERBUFF_MODIFIER_FIELD_NUMBER = 5;
|
||||
private boolean isServerbuffModifier_;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 5;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
|
||||
public static final int ABILITY_CASTER_ID_FIELD_NUMBER = 11;
|
||||
private int abilityCasterId_;
|
||||
/**
|
||||
* <code>uint32 ability_caster_id = 11;</code>
|
||||
* @return The abilityCasterId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAbilityCasterId() {
|
||||
return abilityCasterId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -246,22 +246,22 @@ public final class AbilityIdentifierOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (isServerbuffModifier_ != false) {
|
||||
output.writeBool(2, isServerbuffModifier_);
|
||||
output.writeBool(5, isServerbuffModifier_);
|
||||
}
|
||||
if (instancedAbilityId_ != 0) {
|
||||
output.writeUInt32(7, instancedAbilityId_);
|
||||
}
|
||||
if (cKGECLBFOCP_ != 0) {
|
||||
output.writeUInt32(9, cKGECLBFOCP_);
|
||||
}
|
||||
if (localId_ != 0) {
|
||||
output.writeInt32(12, localId_);
|
||||
}
|
||||
if (nJNNPGIMJEN_ != 0) {
|
||||
output.writeUInt32(13, nJNNPGIMJEN_);
|
||||
output.writeUInt32(6, instancedAbilityId_);
|
||||
}
|
||||
if (instancedModifierId_ != 0) {
|
||||
output.writeUInt32(14, instancedModifierId_);
|
||||
output.writeUInt32(7, instancedModifierId_);
|
||||
}
|
||||
if (abilityCasterId_ != 0) {
|
||||
output.writeUInt32(11, abilityCasterId_);
|
||||
}
|
||||
if (localId_ != 0) {
|
||||
output.writeInt32(14, localId_);
|
||||
}
|
||||
if (modifierOwnerId_ != 0) {
|
||||
output.writeUInt32(15, modifierOwnerId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -274,27 +274,27 @@ public final class AbilityIdentifierOuterClass {
|
||||
size = 0;
|
||||
if (isServerbuffModifier_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(2, isServerbuffModifier_);
|
||||
.computeBoolSize(5, isServerbuffModifier_);
|
||||
}
|
||||
if (instancedAbilityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, instancedAbilityId_);
|
||||
}
|
||||
if (cKGECLBFOCP_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, cKGECLBFOCP_);
|
||||
}
|
||||
if (localId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(12, localId_);
|
||||
}
|
||||
if (nJNNPGIMJEN_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, nJNNPGIMJEN_);
|
||||
.computeUInt32Size(6, instancedAbilityId_);
|
||||
}
|
||||
if (instancedModifierId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, instancedModifierId_);
|
||||
.computeUInt32Size(7, instancedModifierId_);
|
||||
}
|
||||
if (abilityCasterId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(11, abilityCasterId_);
|
||||
}
|
||||
if (localId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(14, localId_);
|
||||
}
|
||||
if (modifierOwnerId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, modifierOwnerId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -311,18 +311,18 @@ public final class AbilityIdentifierOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier other = (emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier) obj;
|
||||
|
||||
if (getIsServerbuffModifier()
|
||||
!= other.getIsServerbuffModifier()) return false;
|
||||
if (getCKGECLBFOCP()
|
||||
!= other.getCKGECLBFOCP()) return false;
|
||||
if (getLocalId()
|
||||
!= other.getLocalId()) return false;
|
||||
if (getInstancedModifierId()
|
||||
!= other.getInstancedModifierId()) return false;
|
||||
if (getInstancedAbilityId()
|
||||
!= other.getInstancedAbilityId()) return false;
|
||||
if (getNJNNPGIMJEN()
|
||||
!= other.getNJNNPGIMJEN()) return false;
|
||||
if (getLocalId()
|
||||
!= other.getLocalId()) return false;
|
||||
if (getModifierOwnerId()
|
||||
!= other.getModifierOwnerId()) return false;
|
||||
if (getInstancedModifierId()
|
||||
!= other.getInstancedModifierId()) return false;
|
||||
if (getIsServerbuffModifier()
|
||||
!= other.getIsServerbuffModifier()) return false;
|
||||
if (getAbilityCasterId()
|
||||
!= other.getAbilityCasterId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -334,19 +334,19 @@ public final class AbilityIdentifierOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + INSTANCED_ABILITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getInstancedAbilityId();
|
||||
hash = (37 * hash) + LOCAL_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLocalId();
|
||||
hash = (37 * hash) + MODIFIER_OWNER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifierOwnerId();
|
||||
hash = (37 * hash) + INSTANCED_MODIFIER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getInstancedModifierId();
|
||||
hash = (37 * hash) + IS_SERVERBUFF_MODIFIER_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsServerbuffModifier());
|
||||
hash = (37 * hash) + CKGECLBFOCP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCKGECLBFOCP();
|
||||
hash = (37 * hash) + LOCAL_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLocalId();
|
||||
hash = (37 * hash) + INSTANCED_MODIFIER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getInstancedModifierId();
|
||||
hash = (37 * hash) + INSTANCED_ABILITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getInstancedAbilityId();
|
||||
hash = (37 * hash) + NJNNPGIMJEN_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getNJNNPGIMJEN();
|
||||
hash = (37 * hash) + ABILITY_CASTER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAbilityCasterId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -444,7 +444,7 @@ public final class AbilityIdentifierOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FBHPFOJEMEK
|
||||
* Name: PNHIFNNFPKO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityIdentifier}
|
||||
@@ -484,17 +484,17 @@ public final class AbilityIdentifierOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
isServerbuffModifier_ = false;
|
||||
|
||||
cKGECLBFOCP_ = 0;
|
||||
instancedAbilityId_ = 0;
|
||||
|
||||
localId_ = 0;
|
||||
|
||||
modifierOwnerId_ = 0;
|
||||
|
||||
instancedModifierId_ = 0;
|
||||
|
||||
instancedAbilityId_ = 0;
|
||||
isServerbuffModifier_ = false;
|
||||
|
||||
nJNNPGIMJEN_ = 0;
|
||||
abilityCasterId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -522,12 +522,12 @@ public final class AbilityIdentifierOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier buildPartial() {
|
||||
emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier result = new emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier(this);
|
||||
result.isServerbuffModifier_ = isServerbuffModifier_;
|
||||
result.cKGECLBFOCP_ = cKGECLBFOCP_;
|
||||
result.localId_ = localId_;
|
||||
result.instancedModifierId_ = instancedModifierId_;
|
||||
result.instancedAbilityId_ = instancedAbilityId_;
|
||||
result.nJNNPGIMJEN_ = nJNNPGIMJEN_;
|
||||
result.localId_ = localId_;
|
||||
result.modifierOwnerId_ = modifierOwnerId_;
|
||||
result.instancedModifierId_ = instancedModifierId_;
|
||||
result.isServerbuffModifier_ = isServerbuffModifier_;
|
||||
result.abilityCasterId_ = abilityCasterId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -576,23 +576,23 @@ public final class AbilityIdentifierOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier other) {
|
||||
if (other == emu.grasscutter.net.proto.AbilityIdentifierOuterClass.AbilityIdentifier.getDefaultInstance()) return this;
|
||||
if (other.getIsServerbuffModifier() != false) {
|
||||
setIsServerbuffModifier(other.getIsServerbuffModifier());
|
||||
}
|
||||
if (other.getCKGECLBFOCP() != 0) {
|
||||
setCKGECLBFOCP(other.getCKGECLBFOCP());
|
||||
if (other.getInstancedAbilityId() != 0) {
|
||||
setInstancedAbilityId(other.getInstancedAbilityId());
|
||||
}
|
||||
if (other.getLocalId() != 0) {
|
||||
setLocalId(other.getLocalId());
|
||||
}
|
||||
if (other.getModifierOwnerId() != 0) {
|
||||
setModifierOwnerId(other.getModifierOwnerId());
|
||||
}
|
||||
if (other.getInstancedModifierId() != 0) {
|
||||
setInstancedModifierId(other.getInstancedModifierId());
|
||||
}
|
||||
if (other.getInstancedAbilityId() != 0) {
|
||||
setInstancedAbilityId(other.getInstancedAbilityId());
|
||||
if (other.getIsServerbuffModifier() != false) {
|
||||
setIsServerbuffModifier(other.getIsServerbuffModifier());
|
||||
}
|
||||
if (other.getNJNNPGIMJEN() != 0) {
|
||||
setNJNNPGIMJEN(other.getNJNNPGIMJEN());
|
||||
if (other.getAbilityCasterId() != 0) {
|
||||
setAbilityCasterId(other.getAbilityCasterId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -623,133 +623,9 @@ public final class AbilityIdentifierOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isServerbuffModifier_ ;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 2;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 2;</code>
|
||||
* @param value The isServerbuffModifier to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsServerbuffModifier(boolean value) {
|
||||
|
||||
isServerbuffModifier_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsServerbuffModifier() {
|
||||
|
||||
isServerbuffModifier_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int cKGECLBFOCP_ ;
|
||||
/**
|
||||
* <code>uint32 CKGECLBFOCP = 9;</code>
|
||||
* @return The cKGECLBFOCP.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCKGECLBFOCP() {
|
||||
return cKGECLBFOCP_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 CKGECLBFOCP = 9;</code>
|
||||
* @param value The cKGECLBFOCP to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCKGECLBFOCP(int value) {
|
||||
|
||||
cKGECLBFOCP_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 CKGECLBFOCP = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCKGECLBFOCP() {
|
||||
|
||||
cKGECLBFOCP_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int localId_ ;
|
||||
/**
|
||||
* <code>int32 local_id = 12;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLocalId() {
|
||||
return localId_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 local_id = 12;</code>
|
||||
* @param value The localId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLocalId(int value) {
|
||||
|
||||
localId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 local_id = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLocalId() {
|
||||
|
||||
localId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int instancedModifierId_ ;
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedModifierId() {
|
||||
return instancedModifierId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* @param value The instancedModifierId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstancedModifierId(int value) {
|
||||
|
||||
instancedModifierId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstancedModifierId() {
|
||||
|
||||
instancedModifierId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int instancedAbilityId_ ;
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 7;</code>
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -757,7 +633,7 @@ public final class AbilityIdentifierOuterClass {
|
||||
return instancedAbilityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 7;</code>
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @param value The instancedAbilityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -768,7 +644,7 @@ public final class AbilityIdentifierOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 7;</code>
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstancedAbilityId() {
|
||||
@@ -778,33 +654,157 @@ public final class AbilityIdentifierOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int nJNNPGIMJEN_ ;
|
||||
private int localId_ ;
|
||||
/**
|
||||
* <code>uint32 NJNNPGIMJEN = 13;</code>
|
||||
* @return The nJNNPGIMJEN.
|
||||
* <code>int32 local_id = 14;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getNJNNPGIMJEN() {
|
||||
return nJNNPGIMJEN_;
|
||||
public int getLocalId() {
|
||||
return localId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 NJNNPGIMJEN = 13;</code>
|
||||
* @param value The nJNNPGIMJEN to set.
|
||||
* <code>int32 local_id = 14;</code>
|
||||
* @param value The localId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNJNNPGIMJEN(int value) {
|
||||
public Builder setLocalId(int value) {
|
||||
|
||||
nJNNPGIMJEN_ = value;
|
||||
localId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 NJNNPGIMJEN = 13;</code>
|
||||
* <code>int32 local_id = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearNJNNPGIMJEN() {
|
||||
public Builder clearLocalId() {
|
||||
|
||||
nJNNPGIMJEN_ = 0;
|
||||
localId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int modifierOwnerId_ ;
|
||||
/**
|
||||
* <code>uint32 modifier_owner_id = 15;</code>
|
||||
* @return The modifierOwnerId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getModifierOwnerId() {
|
||||
return modifierOwnerId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 modifier_owner_id = 15;</code>
|
||||
* @param value The modifierOwnerId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setModifierOwnerId(int value) {
|
||||
|
||||
modifierOwnerId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 modifier_owner_id = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearModifierOwnerId() {
|
||||
|
||||
modifierOwnerId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int instancedModifierId_ ;
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 7;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedModifierId() {
|
||||
return instancedModifierId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 7;</code>
|
||||
* @param value The instancedModifierId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstancedModifierId(int value) {
|
||||
|
||||
instancedModifierId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstancedModifierId() {
|
||||
|
||||
instancedModifierId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isServerbuffModifier_ ;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 5;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 5;</code>
|
||||
* @param value The isServerbuffModifier to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsServerbuffModifier(boolean value) {
|
||||
|
||||
isServerbuffModifier_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsServerbuffModifier() {
|
||||
|
||||
isServerbuffModifier_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int abilityCasterId_ ;
|
||||
/**
|
||||
* <code>uint32 ability_caster_id = 11;</code>
|
||||
* @return The abilityCasterId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAbilityCasterId() {
|
||||
return abilityCasterId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 ability_caster_id = 11;</code>
|
||||
* @param value The abilityCasterId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAbilityCasterId(int value) {
|
||||
|
||||
abilityCasterId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 ability_caster_id = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAbilityCasterId() {
|
||||
|
||||
abilityCasterId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -875,12 +875,13 @@ public final class AbilityIdentifierOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\027AbilityIdentifier.proto\"\254\001\n\021AbilityIde" +
|
||||
"ntifier\022\036\n\026is_serverbuff_modifier\030\002 \001(\010\022" +
|
||||
"\023\n\013CKGECLBFOCP\030\t \001(\r\022\020\n\010local_id\030\014 \001(\005\022\035" +
|
||||
"\n\025instanced_modifier_id\030\016 \001(\r\022\034\n\024instanc" +
|
||||
"ed_ability_id\030\007 \001(\r\022\023\n\013NJNNPGIMJEN\030\r \001(\r" +
|
||||
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"\n\027AbilityIdentifier.proto\"\270\001\n\021AbilityIde" +
|
||||
"ntifier\022\034\n\024instanced_ability_id\030\006 \001(\r\022\020\n" +
|
||||
"\010local_id\030\016 \001(\005\022\031\n\021modifier_owner_id\030\017 \001" +
|
||||
"(\r\022\035\n\025instanced_modifier_id\030\007 \001(\r\022\036\n\026is_" +
|
||||
"serverbuff_modifier\030\005 \001(\010\022\031\n\021ability_cas" +
|
||||
"ter_id\030\013 \001(\rB\033\n\031emu.grasscutter.net.prot" +
|
||||
"ob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -891,7 +892,7 @@ public final class AbilityIdentifierOuterClass {
|
||||
internal_static_AbilityIdentifier_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AbilityIdentifier_descriptor,
|
||||
new java.lang.String[] { "IsServerbuffModifier", "CKGECLBFOCP", "LocalId", "InstancedModifierId", "InstancedAbilityId", "NJNNPGIMJEN", });
|
||||
new java.lang.String[] { "InstancedAbilityId", "LocalId", "ModifierOwnerId", "InstancedModifierId", "IsServerbuffModifier", "AbilityCasterId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user