2022-08-21 19:33:54 +08:00
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
// source: AbilityInvokeEntryHead.proto
|
|
|
|
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
|
|
|
|
public final class AbilityInvokeEntryHeadOuterClass {
|
|
|
|
private AbilityInvokeEntryHeadOuterClass() {}
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
|
|
registerAllExtensions(
|
|
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
|
|
}
|
|
|
|
public interface AbilityInvokeEntryHeadOrBuilder extends
|
|
|
|
// @@protoc_insertion_point(interface_extends:AbilityInvokeEntryHead)
|
|
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 server_buff_uid = 10;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return The serverBuffUid.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getServerBuffUid();
|
2022-08-21 19:33:54 +08:00
|
|
|
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 target_id = 2;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return The targetId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getTargetId();
|
2022-08-21 19:33:54 +08:00
|
|
|
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 modifier_config_local_id = 5;</code>
|
|
|
|
* @return The modifierConfigLocalId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
int getModifierConfigLocalId();
|
2022-08-21 19:33:54 +08:00
|
|
|
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_ability_id = 3;</code>
|
|
|
|
* @return The instancedAbilityId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
int getInstancedAbilityId();
|
2022-08-21 19:33:54 +08:00
|
|
|
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>bool is_serverbuff_modifier = 12;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The isServerbuffModifier.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
boolean getIsServerbuffModifier();
|
2022-08-21 19:33:54 +08:00
|
|
|
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 local_id = 13;</code>
|
|
|
|
* @return The localId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
int getLocalId();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <code>uint32 instanced_modifier_id = 14;</code>
|
|
|
|
* @return The instancedModifierId.
|
|
|
|
*/
|
|
|
|
int getInstancedModifierId();
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <pre>
|
|
|
|
* Name: DPAJKOIMAOF
|
|
|
|
* </pre>
|
|
|
|
*
|
2022-08-21 19:33:54 +08:00
|
|
|
* Protobuf type {@code AbilityInvokeEntryHead}
|
|
|
|
*/
|
|
|
|
public static final class AbilityInvokeEntryHead extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
|
|
// @@protoc_insertion_point(message_implements:AbilityInvokeEntryHead)
|
|
|
|
AbilityInvokeEntryHeadOrBuilder {
|
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
|
// Use AbilityInvokeEntryHead.newBuilder() to construct.
|
|
|
|
private AbilityInvokeEntryHead(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
|
super(builder);
|
|
|
|
}
|
|
|
|
private AbilityInvokeEntryHead() {
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
@SuppressWarnings({"unused"})
|
|
|
|
protected java.lang.Object newInstance(
|
|
|
|
UnusedPrivateParameter unused) {
|
|
|
|
return new AbilityInvokeEntryHead();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
|
|
getUnknownFields() {
|
|
|
|
return this.unknownFields;
|
|
|
|
}
|
|
|
|
private AbilityInvokeEntryHead(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
this();
|
|
|
|
if (extensionRegistry == null) {
|
|
|
|
throw new java.lang.NullPointerException();
|
|
|
|
}
|
|
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
|
|
try {
|
|
|
|
boolean done = false;
|
|
|
|
while (!done) {
|
|
|
|
int tag = input.readTag();
|
|
|
|
switch (tag) {
|
|
|
|
case 0:
|
|
|
|
done = true;
|
|
|
|
break;
|
2023-02-19 11:18:27 +08:00
|
|
|
case 16: {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
|
|
|
targetId_ = input.readUInt32();
|
|
|
|
break;
|
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
case 24: {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
instancedAbilityId_ = input.readUInt32();
|
2022-08-21 19:33:54 +08:00
|
|
|
break;
|
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
case 40: {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
modifierConfigLocalId_ = input.readInt32();
|
2022-12-24 05:12:02 +08:00
|
|
|
break;
|
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
case 80: {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
serverBuffUid_ = input.readUInt32();
|
2022-08-21 19:33:54 +08:00
|
|
|
break;
|
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
case 96: {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
isServerbuffModifier_ = input.readBool();
|
2022-08-21 19:33:54 +08:00
|
|
|
break;
|
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
case 104: {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
localId_ = input.readInt32();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 112: {
|
|
|
|
|
|
|
|
instancedModifierId_ = input.readUInt32();
|
2022-08-21 19:33:54 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
default: {
|
|
|
|
if (!parseUnknownField(
|
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
|
done = true;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
throw e.setUnfinishedMessage(this);
|
|
|
|
} catch (java.io.IOException e) {
|
|
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
|
|
e).setUnfinishedMessage(this);
|
|
|
|
} finally {
|
|
|
|
this.unknownFields = unknownFields.build();
|
|
|
|
makeExtensionsImmutable();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.internal_static_AbilityInvokeEntryHead_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.internal_static_AbilityInvokeEntryHead_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead.class, emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead.Builder.class);
|
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
public static final int SERVER_BUFF_UID_FIELD_NUMBER = 10;
|
2023-02-19 11:18:27 +08:00
|
|
|
private int serverBuffUid_;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 server_buff_uid = 10;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return The serverBuffUid.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getServerBuffUid() {
|
|
|
|
return serverBuffUid_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
public static final int TARGET_ID_FIELD_NUMBER = 2;
|
2023-02-19 11:18:27 +08:00
|
|
|
private int targetId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 target_id = 2;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return The targetId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getTargetId() {
|
|
|
|
return targetId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
public static final int MODIFIER_CONFIG_LOCAL_ID_FIELD_NUMBER = 5;
|
|
|
|
private int modifierConfigLocalId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 modifier_config_local_id = 5;</code>
|
|
|
|
* @return The modifierConfigLocalId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public int getModifierConfigLocalId() {
|
|
|
|
return modifierConfigLocalId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
public static final int INSTANCED_ABILITY_ID_FIELD_NUMBER = 3;
|
|
|
|
private int instancedAbilityId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_ability_id = 3;</code>
|
|
|
|
* @return The instancedAbilityId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public int getInstancedAbilityId() {
|
|
|
|
return instancedAbilityId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
public static final int IS_SERVERBUFF_MODIFIER_FIELD_NUMBER = 12;
|
2022-12-24 05:12:02 +08:00
|
|
|
private boolean isServerbuffModifier_;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>bool is_serverbuff_modifier = 12;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The isServerbuffModifier.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public boolean getIsServerbuffModifier() {
|
|
|
|
return isServerbuffModifier_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
public static final int LOCAL_ID_FIELD_NUMBER = 13;
|
|
|
|
private int localId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 local_id = 13;</code>
|
|
|
|
* @return The localId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
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_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
byte isInitialized = memoizedIsInitialized;
|
|
|
|
if (isInitialized == 1) return true;
|
|
|
|
if (isInitialized == 0) return false;
|
|
|
|
|
|
|
|
memoizedIsInitialized = 1;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
|
throws java.io.IOException {
|
|
|
|
if (targetId_ != 0) {
|
2023-04-01 03:13:32 +08:00
|
|
|
output.writeUInt32(2, targetId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (instancedAbilityId_ != 0) {
|
|
|
|
output.writeUInt32(3, instancedAbilityId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (modifierConfigLocalId_ != 0) {
|
2023-04-01 03:13:32 +08:00
|
|
|
output.writeInt32(5, modifierConfigLocalId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (serverBuffUid_ != 0) {
|
|
|
|
output.writeUInt32(10, serverBuffUid_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
if (isServerbuffModifier_ != false) {
|
2023-04-01 03:13:32 +08:00
|
|
|
output.writeBool(12, isServerbuffModifier_);
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (localId_ != 0) {
|
|
|
|
output.writeInt32(13, localId_);
|
|
|
|
}
|
|
|
|
if (instancedModifierId_ != 0) {
|
|
|
|
output.writeUInt32(14, instancedModifierId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
unknownFields.writeTo(output);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int getSerializedSize() {
|
|
|
|
int size = memoizedSize;
|
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
|
|
size = 0;
|
|
|
|
if (targetId_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-01 03:13:32 +08:00
|
|
|
.computeUInt32Size(2, targetId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (instancedAbilityId_ != 0) {
|
2022-08-21 19:33:54 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-01 03:13:32 +08:00
|
|
|
.computeUInt32Size(3, instancedAbilityId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (modifierConfigLocalId_ != 0) {
|
2022-08-21 19:33:54 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-01 03:13:32 +08:00
|
|
|
.computeInt32Size(5, modifierConfigLocalId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (serverBuffUid_ != 0) {
|
2022-08-21 19:33:54 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-01 03:13:32 +08:00
|
|
|
.computeUInt32Size(10, serverBuffUid_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (isServerbuffModifier_ != false) {
|
2022-12-24 05:12:02 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-01 03:13:32 +08:00
|
|
|
.computeBoolSize(12, isServerbuffModifier_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (localId_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeInt32Size(13, localId_);
|
|
|
|
}
|
|
|
|
if (instancedModifierId_ != 0) {
|
2022-08-21 19:33:54 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-01 03:13:32 +08:00
|
|
|
.computeUInt32Size(14, instancedModifierId_);
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
|
memoizedSize = size;
|
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public boolean equals(final java.lang.Object obj) {
|
|
|
|
if (obj == this) {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
if (!(obj instanceof emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead)) {
|
|
|
|
return super.equals(obj);
|
|
|
|
}
|
|
|
|
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead other = (emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead) obj;
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
if (getServerBuffUid()
|
|
|
|
!= other.getServerBuffUid()) return false;
|
|
|
|
if (getTargetId()
|
|
|
|
!= other.getTargetId()) return false;
|
2023-04-01 03:13:32 +08:00
|
|
|
if (getModifierConfigLocalId()
|
|
|
|
!= other.getModifierConfigLocalId()) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (getInstancedAbilityId()
|
|
|
|
!= other.getInstancedAbilityId()) return false;
|
|
|
|
if (getIsServerbuffModifier()
|
|
|
|
!= other.getIsServerbuffModifier()) return false;
|
2023-04-01 03:13:32 +08:00
|
|
|
if (getLocalId()
|
|
|
|
!= other.getLocalId()) return false;
|
|
|
|
if (getInstancedModifierId()
|
|
|
|
!= other.getInstancedModifierId()) return false;
|
2022-08-21 19:33:54 +08:00
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int hashCode() {
|
|
|
|
if (memoizedHashCode != 0) {
|
|
|
|
return memoizedHashCode;
|
|
|
|
}
|
|
|
|
int hash = 41;
|
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
2023-04-01 03:13:32 +08:00
|
|
|
hash = (37 * hash) + SERVER_BUFF_UID_FIELD_NUMBER;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (53 * hash) + getServerBuffUid();
|
2023-04-01 03:13:32 +08:00
|
|
|
hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (53 * hash) + getTargetId();
|
2023-04-01 03:13:32 +08:00
|
|
|
hash = (37 * hash) + MODIFIER_CONFIG_LOCAL_ID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getModifierConfigLocalId();
|
|
|
|
hash = (37 * hash) + INSTANCED_ABILITY_ID_FIELD_NUMBER;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (53 * hash) + getInstancedAbilityId();
|
2023-04-01 03:13:32 +08:00
|
|
|
hash = (37 * hash) + IS_SERVERBUFF_MODIFIER_FIELD_NUMBER;
|
2022-08-21 19:33:54 +08:00
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
|
|
getIsServerbuffModifier());
|
2023-04-01 03:13:32 +08:00
|
|
|
hash = (37 * hash) + LOCAL_ID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getLocalId();
|
|
|
|
hash = (37 * hash) + INSTANCED_MODIFIER_ID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getInstancedModifierId();
|
2022-08-21 19:33:54 +08:00
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
|
memoizedHashCode = hash;
|
|
|
|
return hash;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
java.nio.ByteBuffer data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
java.nio.ByteBuffer data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
com.google.protobuf.ByteString data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
com.google.protobuf.ByteString data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(byte[] data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
byte[] data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseDelimitedFrom(
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
|
|
|
public static Builder newBuilder() {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
|
|
}
|
|
|
|
public static Builder newBuilder(emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead prototype) {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder toBuilder() {
|
|
|
|
return this == DEFAULT_INSTANCE
|
|
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected Builder newBuilderForType(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
return builder;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <pre>
|
|
|
|
* Name: DPAJKOIMAOF
|
|
|
|
* </pre>
|
|
|
|
*
|
2022-08-21 19:33:54 +08:00
|
|
|
* Protobuf type {@code AbilityInvokeEntryHead}
|
|
|
|
*/
|
|
|
|
public static final class Builder extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
|
// @@protoc_insertion_point(builder_implements:AbilityInvokeEntryHead)
|
|
|
|
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHeadOrBuilder {
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.internal_static_AbilityInvokeEntryHead_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.internal_static_AbilityInvokeEntryHead_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead.class, emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead.Builder.class);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Construct using emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead.newBuilder()
|
|
|
|
private Builder() {
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
|
|
|
|
private Builder(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
super(parent);
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
private void maybeForceBuilderInitialization() {
|
|
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
|
|
.alwaysUseFieldBuilders) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clear() {
|
|
|
|
super.clear();
|
2022-12-24 05:12:02 +08:00
|
|
|
serverBuffUid_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
targetId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
modifierConfigLocalId_ = 0;
|
2023-02-19 11:18:27 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
instancedAbilityId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
isServerbuffModifier_ = false;
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
localId_ = 0;
|
|
|
|
|
|
|
|
instancedModifierId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptorForType() {
|
|
|
|
return emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.internal_static_AbilityInvokeEntryHead_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead getDefaultInstanceForType() {
|
|
|
|
return emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead.getDefaultInstance();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead build() {
|
|
|
|
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead result = buildPartial();
|
|
|
|
if (!result.isInitialized()) {
|
|
|
|
throw newUninitializedMessageException(result);
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead buildPartial() {
|
|
|
|
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead result = new emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead(this);
|
2023-02-19 11:18:27 +08:00
|
|
|
result.serverBuffUid_ = serverBuffUid_;
|
|
|
|
result.targetId_ = targetId_;
|
2023-04-01 03:13:32 +08:00
|
|
|
result.modifierConfigLocalId_ = modifierConfigLocalId_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.instancedAbilityId_ = instancedAbilityId_;
|
|
|
|
result.isServerbuffModifier_ = isServerbuffModifier_;
|
2023-04-01 03:13:32 +08:00
|
|
|
result.localId_ = localId_;
|
|
|
|
result.instancedModifierId_ = instancedModifierId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
onBuilt();
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clone() {
|
|
|
|
return super.clone();
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
java.lang.Object value) {
|
|
|
|
return super.setField(field, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
|
return super.clearField(field);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearOneof(
|
|
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
|
return super.clearOneof(oneof);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
int index, java.lang.Object value) {
|
|
|
|
return super.setRepeatedField(field, index, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder addRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
java.lang.Object value) {
|
|
|
|
return super.addRepeatedField(field, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
|
if (other instanceof emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead) {
|
|
|
|
return mergeFrom((emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead)other);
|
|
|
|
} else {
|
|
|
|
super.mergeFrom(other);
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead other) {
|
|
|
|
if (other == emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead.getDefaultInstance()) return this;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.getServerBuffUid() != 0) {
|
|
|
|
setServerBuffUid(other.getServerBuffUid());
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (other.getTargetId() != 0) {
|
|
|
|
setTargetId(other.getTargetId());
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (other.getModifierConfigLocalId() != 0) {
|
|
|
|
setModifierConfigLocalId(other.getModifierConfigLocalId());
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (other.getInstancedAbilityId() != 0) {
|
|
|
|
setInstancedAbilityId(other.getInstancedAbilityId());
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.getIsServerbuffModifier() != false) {
|
|
|
|
setIsServerbuffModifier(other.getIsServerbuffModifier());
|
|
|
|
}
|
2023-04-01 03:13:32 +08:00
|
|
|
if (other.getLocalId() != 0) {
|
|
|
|
setLocalId(other.getLocalId());
|
|
|
|
}
|
|
|
|
if (other.getInstancedModifierId() != 0) {
|
|
|
|
setInstancedModifierId(other.getInstancedModifierId());
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead parsedMessage = null;
|
|
|
|
try {
|
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
parsedMessage = (emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead) e.getUnfinishedMessage();
|
|
|
|
throw e.unwrapIOException();
|
|
|
|
} finally {
|
|
|
|
if (parsedMessage != null) {
|
|
|
|
mergeFrom(parsedMessage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
private int serverBuffUid_ ;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 server_buff_uid = 10;</code>
|
|
|
|
* @return The serverBuffUid.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public int getServerBuffUid() {
|
|
|
|
return serverBuffUid_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 server_buff_uid = 10;</code>
|
|
|
|
* @param value The serverBuffUid to set.
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder setServerBuffUid(int value) {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
serverBuffUid_ = value;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 server_buff_uid = 10;</code>
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder clearServerBuffUid() {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
serverBuffUid_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
private int targetId_ ;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 target_id = 2;</code>
|
|
|
|
* @return The targetId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public int getTargetId() {
|
|
|
|
return targetId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 target_id = 2;</code>
|
|
|
|
* @param value The targetId to set.
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder setTargetId(int value) {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
targetId_ = value;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 target_id = 2;</code>
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder clearTargetId() {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
targetId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
private int modifierConfigLocalId_ ;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 modifier_config_local_id = 5;</code>
|
|
|
|
* @return The modifierConfigLocalId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public int getModifierConfigLocalId() {
|
|
|
|
return modifierConfigLocalId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 modifier_config_local_id = 5;</code>
|
|
|
|
* @param value The modifierConfigLocalId to set.
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder setModifierConfigLocalId(int value) {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
modifierConfigLocalId_ = value;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 modifier_config_local_id = 5;</code>
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder clearModifierConfigLocalId() {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
modifierConfigLocalId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int instancedAbilityId_ ;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_ability_id = 3;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return The instancedAbilityId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getInstancedAbilityId() {
|
|
|
|
return instancedAbilityId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_ability_id = 3;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @param value The instancedAbilityId to set.
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setInstancedAbilityId(int value) {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
instancedAbilityId_ = value;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_ability_id = 3;</code>
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearInstancedAbilityId() {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
instancedAbilityId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
private boolean isServerbuffModifier_ ;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>bool is_serverbuff_modifier = 12;</code>
|
|
|
|
* @return The isServerbuffModifier.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public boolean getIsServerbuffModifier() {
|
|
|
|
return isServerbuffModifier_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>bool is_serverbuff_modifier = 12;</code>
|
|
|
|
* @param value The isServerbuffModifier to set.
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder setIsServerbuffModifier(boolean value) {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
isServerbuffModifier_ = value;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>bool is_serverbuff_modifier = 12;</code>
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder clearIsServerbuffModifier() {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
isServerbuffModifier_ = false;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
private int localId_ ;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 local_id = 13;</code>
|
|
|
|
* @return The localId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public int getLocalId() {
|
|
|
|
return localId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 local_id = 13;</code>
|
|
|
|
* @param value The localId to set.
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder setLocalId(int value) {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
localId_ = value;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>int32 local_id = 13;</code>
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder clearLocalId() {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
localId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
private int instancedModifierId_ ;
|
2022-08-21 19:33:54 +08:00
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_modifier_id = 14;</code>
|
|
|
|
* @return The instancedModifierId.
|
2022-08-21 19:33:54 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-01 03:13:32 +08:00
|
|
|
public int getInstancedModifierId() {
|
|
|
|
return instancedModifierId_;
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_modifier_id = 14;</code>
|
|
|
|
* @param value The instancedModifierId to set.
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder setInstancedModifierId(int value) {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
instancedModifierId_ = value;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-01 03:13:32 +08:00
|
|
|
* <code>uint32 instanced_modifier_id = 14;</code>
|
2022-08-21 19:33:54 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-01 03:13:32 +08:00
|
|
|
public Builder clearInstancedModifierId() {
|
2022-08-21 19:33:54 +08:00
|
|
|
|
2023-04-01 03:13:32 +08:00
|
|
|
instancedModifierId_ = 0;
|
2022-08-21 19:33:54 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder setUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.setUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder mergeUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.mergeUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:AbilityInvokeEntryHead)
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_scope:AbilityInvokeEntryHead)
|
|
|
|
private static final emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead DEFAULT_INSTANCE;
|
|
|
|
static {
|
|
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead();
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead getDefaultInstance() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Parser<AbilityInvokeEntryHead>
|
|
|
|
PARSER = new com.google.protobuf.AbstractParser<AbilityInvokeEntryHead>() {
|
|
|
|
@java.lang.Override
|
|
|
|
public AbilityInvokeEntryHead parsePartialFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return new AbilityInvokeEntryHead(input, extensionRegistry);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
public static com.google.protobuf.Parser<AbilityInvokeEntryHead> parser() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Parser<AbilityInvokeEntryHead> getParserForType() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead getDefaultInstanceForType() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
internal_static_AbilityInvokeEntryHead_descriptor;
|
|
|
|
private static final
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internal_static_AbilityInvokeEntryHead_fieldAccessorTable;
|
|
|
|
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return descriptor;
|
|
|
|
}
|
|
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
descriptor;
|
|
|
|
static {
|
|
|
|
java.lang.String[] descriptorData = {
|
2023-04-01 03:13:32 +08:00
|
|
|
"\n\034AbilityInvokeEntryHead.proto\"\325\001\n\026Abili" +
|
|
|
|
"tyInvokeEntryHead\022\027\n\017server_buff_uid\030\n \001" +
|
|
|
|
"(\r\022\021\n\ttarget_id\030\002 \001(\r\022 \n\030modifier_config" +
|
|
|
|
"_local_id\030\005 \001(\005\022\034\n\024instanced_ability_id\030" +
|
|
|
|
"\003 \001(\r\022\036\n\026is_serverbuff_modifier\030\014 \001(\010\022\020\n" +
|
|
|
|
"\010local_id\030\r \001(\005\022\035\n\025instanced_modifier_id" +
|
|
|
|
"\030\016 \001(\rB\033\n\031emu.grasscutter.net.protob\006pro" +
|
|
|
|
"to3"
|
2022-08-21 19:33:54 +08:00
|
|
|
};
|
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
|
|
});
|
|
|
|
internal_static_AbilityInvokeEntryHead_descriptor =
|
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
|
internal_static_AbilityInvokeEntryHead_fieldAccessorTable = new
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
|
internal_static_AbilityInvokeEntryHead_descriptor,
|
2023-04-01 03:13:32 +08:00
|
|
|
new java.lang.String[] { "ServerBuffUid", "TargetId", "ModifierConfigLocalId", "InstancedAbilityId", "IsServerbuffModifier", "LocalId", "InstancedModifierId", });
|
2022-08-21 19:33:54 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
|
|
}
|