mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 01:59:56 +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:
@@ -0,0 +1,852 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: ABJDNCBDEKI.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class ABJDNCBDEKIOuterClass {
|
||||
private ABJDNCBDEKIOuterClass() {}
|
||||
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 ABJDNCBDEKIOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:ABJDNCBDEKI)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI>
|
||||
getLevelInfoListList();
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI getLevelInfoList(int index);
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
int getLevelInfoListCount();
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder>
|
||||
getLevelInfoListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder getLevelInfoListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ABJDNCBDEKI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ABJDNCBDEKI}
|
||||
*/
|
||||
public static final class ABJDNCBDEKI extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:ABJDNCBDEKI)
|
||||
ABJDNCBDEKIOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use ABJDNCBDEKI.newBuilder() to construct.
|
||||
private ABJDNCBDEKI(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private ABJDNCBDEKI() {
|
||||
levelInfoList_ = java.util.Collections.emptyList();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new ABJDNCBDEKI();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private ABJDNCBDEKI(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
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;
|
||||
case 10: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
levelInfoList_.add(
|
||||
input.readMessage(emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.parser(), extensionRegistry));
|
||||
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 {
|
||||
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
}
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.internal_static_ABJDNCBDEKI_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.internal_static_ABJDNCBDEKI_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI.class, emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI.Builder.class);
|
||||
}
|
||||
|
||||
public static final int LEVEL_INFO_LIST_FIELD_NUMBER = 1;
|
||||
private java.util.List<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI> levelInfoList_;
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI> getLevelInfoListList() {
|
||||
return levelInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder>
|
||||
getLevelInfoListOrBuilderList() {
|
||||
return levelInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLevelInfoListCount() {
|
||||
return levelInfoList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI getLevelInfoList(int index) {
|
||||
return levelInfoList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder getLevelInfoListOrBuilder(
|
||||
int index) {
|
||||
return levelInfoList_.get(index);
|
||||
}
|
||||
|
||||
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 {
|
||||
for (int i = 0; i < levelInfoList_.size(); i++) {
|
||||
output.writeMessage(1, levelInfoList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
for (int i = 0; i < levelInfoList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, levelInfoList_.get(i));
|
||||
}
|
||||
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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI other = (emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI) obj;
|
||||
|
||||
if (!getLevelInfoListList()
|
||||
.equals(other.getLevelInfoListList())) return false;
|
||||
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();
|
||||
if (getLevelInfoListCount() > 0) {
|
||||
hash = (37 * hash) + LEVEL_INFO_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLevelInfoListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI 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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI 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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI 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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI 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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI 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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ABJDNCBDEKI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ABJDNCBDEKI}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:ABJDNCBDEKI)
|
||||
emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKIOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.internal_static_ABJDNCBDEKI_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.internal_static_ABJDNCBDEKI_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI.class, emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getLevelInfoListFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
levelInfoList_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
levelInfoListBuilder_.clear();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.internal_static_ABJDNCBDEKI_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI build() {
|
||||
emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI buildPartial() {
|
||||
emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI result = new emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.levelInfoList_ = levelInfoList_;
|
||||
} else {
|
||||
result.levelInfoList_ = levelInfoListBuilder_.build();
|
||||
}
|
||||
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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI other) {
|
||||
if (other == emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI.getDefaultInstance()) return this;
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (!other.levelInfoList_.isEmpty()) {
|
||||
if (levelInfoList_.isEmpty()) {
|
||||
levelInfoList_ = other.levelInfoList_;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.addAll(other.levelInfoList_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
} else {
|
||||
if (!other.levelInfoList_.isEmpty()) {
|
||||
if (levelInfoListBuilder_.isEmpty()) {
|
||||
levelInfoListBuilder_.dispose();
|
||||
levelInfoListBuilder_ = null;
|
||||
levelInfoList_ = other.levelInfoList_;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
levelInfoListBuilder_ =
|
||||
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
||||
getLevelInfoListFieldBuilder() : null;
|
||||
} else {
|
||||
levelInfoListBuilder_.addAllMessages(other.levelInfoList_);
|
||||
}
|
||||
}
|
||||
}
|
||||
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.ABJDNCBDEKIOuterClass.ABJDNCBDEKI parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private java.util.List<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI> levelInfoList_ =
|
||||
java.util.Collections.emptyList();
|
||||
private void ensureLevelInfoListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI>(levelInfoList_);
|
||||
bitField0_ |= 0x00000001;
|
||||
}
|
||||
}
|
||||
|
||||
private com.google.protobuf.RepeatedFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder> levelInfoListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI> getLevelInfoListList() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
} else {
|
||||
return levelInfoListBuilder_.getMessageList();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public int getLevelInfoListCount() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return levelInfoList_.size();
|
||||
} else {
|
||||
return levelInfoListBuilder_.getCount();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI getLevelInfoList(int index) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return levelInfoList_.get(index);
|
||||
} else {
|
||||
return levelInfoListBuilder_.getMessage(index);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder setLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI value) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.set(index, value);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.setMessage(index, value);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder setLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder builderForValue) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.set(index, builderForValue.build());
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.setMessage(index, builderForValue.build());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI value) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(value);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(value);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI value) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(index, value);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(index, value);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder builderForValue) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(builderForValue.build());
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(builderForValue.build());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder builderForValue) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(index, builderForValue.build());
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(index, builderForValue.build());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder addAllLevelInfoList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI> values) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, levelInfoList_);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addAllMessages(values);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder clearLevelInfoList() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
levelInfoList_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.clear();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public Builder removeLevelInfoList(int index) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.remove(index);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.remove(index);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder getLevelInfoListBuilder(
|
||||
int index) {
|
||||
return getLevelInfoListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder getLevelInfoListOrBuilder(
|
||||
int index) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return levelInfoList_.get(index); } else {
|
||||
return levelInfoListBuilder_.getMessageOrBuilder(index);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder>
|
||||
getLevelInfoListOrBuilderList() {
|
||||
if (levelInfoListBuilder_ != null) {
|
||||
return levelInfoListBuilder_.getMessageOrBuilderList();
|
||||
} else {
|
||||
return java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder addLevelInfoListBuilder() {
|
||||
return getLevelInfoListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder addLevelInfoListBuilder(
|
||||
int index) {
|
||||
return getLevelInfoListFieldBuilder().addBuilder(
|
||||
index, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .JAAACKLMLHI level_info_list = 1;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder>
|
||||
getLevelInfoListBuilderList() {
|
||||
return getLevelInfoListFieldBuilder().getBuilderList();
|
||||
}
|
||||
private com.google.protobuf.RepeatedFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder>
|
||||
getLevelInfoListFieldBuilder() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
levelInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHI.Builder, emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.JAAACKLMLHIOrBuilder>(
|
||||
levelInfoList_,
|
||||
((bitField0_ & 0x00000001) != 0),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
levelInfoList_ = null;
|
||||
}
|
||||
return levelInfoListBuilder_;
|
||||
}
|
||||
@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:ABJDNCBDEKI)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:ABJDNCBDEKI)
|
||||
private static final emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<ABJDNCBDEKI>
|
||||
PARSER = new com.google.protobuf.AbstractParser<ABJDNCBDEKI>() {
|
||||
@java.lang.Override
|
||||
public ABJDNCBDEKI parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new ABJDNCBDEKI(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<ABJDNCBDEKI> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<ABJDNCBDEKI> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ABJDNCBDEKIOuterClass.ABJDNCBDEKI getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_ABJDNCBDEKI_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_ABJDNCBDEKI_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021ABJDNCBDEKI.proto\032\021JAAACKLMLHI.proto\"4" +
|
||||
"\n\013ABJDNCBDEKI\022%\n\017level_info_list\030\001 \003(\0132\014" +
|
||||
".JAAACKLMLHIB\033\n\031emu.grasscutter.net.prot" +
|
||||
"ob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.getDescriptor(),
|
||||
});
|
||||
internal_static_ABJDNCBDEKI_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_ABJDNCBDEKI_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ABJDNCBDEKI_descriptor,
|
||||
new java.lang.String[] { "LevelInfoList", });
|
||||
emu.grasscutter.net.proto.JAAACKLMLHIOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
@@ -0,0 +1,852 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AKFPAANICKG.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AKFPAANICKGOuterClass {
|
||||
private AKFPAANICKGOuterClass() {}
|
||||
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 AKFPAANICKGOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AKFPAANICKG)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL>
|
||||
getLevelInfoListList();
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL getLevelInfoList(int index);
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
int getLevelInfoListCount();
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder>
|
||||
getLevelInfoListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder getLevelInfoListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: AKFPAANICKG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AKFPAANICKG}
|
||||
*/
|
||||
public static final class AKFPAANICKG extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AKFPAANICKG)
|
||||
AKFPAANICKGOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AKFPAANICKG.newBuilder() to construct.
|
||||
private AKFPAANICKG(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AKFPAANICKG() {
|
||||
levelInfoList_ = java.util.Collections.emptyList();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AKFPAANICKG();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AKFPAANICKG(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
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;
|
||||
case 26: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
levelInfoList_.add(
|
||||
input.readMessage(emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.parser(), extensionRegistry));
|
||||
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 {
|
||||
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
}
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AKFPAANICKGOuterClass.internal_static_AKFPAANICKG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AKFPAANICKGOuterClass.internal_static_AKFPAANICKG_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG.class, emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG.Builder.class);
|
||||
}
|
||||
|
||||
public static final int LEVEL_INFO_LIST_FIELD_NUMBER = 3;
|
||||
private java.util.List<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL> levelInfoList_;
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL> getLevelInfoListList() {
|
||||
return levelInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder>
|
||||
getLevelInfoListOrBuilderList() {
|
||||
return levelInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLevelInfoListCount() {
|
||||
return levelInfoList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL getLevelInfoList(int index) {
|
||||
return levelInfoList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder getLevelInfoListOrBuilder(
|
||||
int index) {
|
||||
return levelInfoList_.get(index);
|
||||
}
|
||||
|
||||
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 {
|
||||
for (int i = 0; i < levelInfoList_.size(); i++) {
|
||||
output.writeMessage(3, levelInfoList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
for (int i = 0; i < levelInfoList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(3, levelInfoList_.get(i));
|
||||
}
|
||||
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.AKFPAANICKGOuterClass.AKFPAANICKG)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG other = (emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG) obj;
|
||||
|
||||
if (!getLevelInfoListList()
|
||||
.equals(other.getLevelInfoListList())) return false;
|
||||
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();
|
||||
if (getLevelInfoListCount() > 0) {
|
||||
hash = (37 * hash) + LEVEL_INFO_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLevelInfoListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG 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.AKFPAANICKGOuterClass.AKFPAANICKG parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG 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.AKFPAANICKGOuterClass.AKFPAANICKG parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG 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.AKFPAANICKGOuterClass.AKFPAANICKG parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG 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.AKFPAANICKGOuterClass.AKFPAANICKG parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG 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.AKFPAANICKGOuterClass.AKFPAANICKG 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: AKFPAANICKG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AKFPAANICKG}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AKFPAANICKG)
|
||||
emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKGOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AKFPAANICKGOuterClass.internal_static_AKFPAANICKG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AKFPAANICKGOuterClass.internal_static_AKFPAANICKG_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG.class, emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getLevelInfoListFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
levelInfoList_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
levelInfoListBuilder_.clear();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AKFPAANICKGOuterClass.internal_static_AKFPAANICKG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG build() {
|
||||
emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG buildPartial() {
|
||||
emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG result = new emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.levelInfoList_ = levelInfoList_;
|
||||
} else {
|
||||
result.levelInfoList_ = levelInfoListBuilder_.build();
|
||||
}
|
||||
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.AKFPAANICKGOuterClass.AKFPAANICKG) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG other) {
|
||||
if (other == emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG.getDefaultInstance()) return this;
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (!other.levelInfoList_.isEmpty()) {
|
||||
if (levelInfoList_.isEmpty()) {
|
||||
levelInfoList_ = other.levelInfoList_;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.addAll(other.levelInfoList_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
} else {
|
||||
if (!other.levelInfoList_.isEmpty()) {
|
||||
if (levelInfoListBuilder_.isEmpty()) {
|
||||
levelInfoListBuilder_.dispose();
|
||||
levelInfoListBuilder_ = null;
|
||||
levelInfoList_ = other.levelInfoList_;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
levelInfoListBuilder_ =
|
||||
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
||||
getLevelInfoListFieldBuilder() : null;
|
||||
} else {
|
||||
levelInfoListBuilder_.addAllMessages(other.levelInfoList_);
|
||||
}
|
||||
}
|
||||
}
|
||||
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.AKFPAANICKGOuterClass.AKFPAANICKG parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private java.util.List<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL> levelInfoList_ =
|
||||
java.util.Collections.emptyList();
|
||||
private void ensureLevelInfoListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
levelInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL>(levelInfoList_);
|
||||
bitField0_ |= 0x00000001;
|
||||
}
|
||||
}
|
||||
|
||||
private com.google.protobuf.RepeatedFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder> levelInfoListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL> getLevelInfoListList() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
} else {
|
||||
return levelInfoListBuilder_.getMessageList();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public int getLevelInfoListCount() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return levelInfoList_.size();
|
||||
} else {
|
||||
return levelInfoListBuilder_.getCount();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL getLevelInfoList(int index) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return levelInfoList_.get(index);
|
||||
} else {
|
||||
return levelInfoListBuilder_.getMessage(index);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder setLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL value) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.set(index, value);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.setMessage(index, value);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder setLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder builderForValue) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.set(index, builderForValue.build());
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.setMessage(index, builderForValue.build());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL value) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(value);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(value);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL value) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(index, value);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(index, value);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder builderForValue) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(builderForValue.build());
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(builderForValue.build());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder addLevelInfoList(
|
||||
int index, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder builderForValue) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.add(index, builderForValue.build());
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addMessage(index, builderForValue.build());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder addAllLevelInfoList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL> values) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, levelInfoList_);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.addAllMessages(values);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder clearLevelInfoList() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
levelInfoList_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.clear();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public Builder removeLevelInfoList(int index) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
ensureLevelInfoListIsMutable();
|
||||
levelInfoList_.remove(index);
|
||||
onChanged();
|
||||
} else {
|
||||
levelInfoListBuilder_.remove(index);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder getLevelInfoListBuilder(
|
||||
int index) {
|
||||
return getLevelInfoListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder getLevelInfoListOrBuilder(
|
||||
int index) {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
return levelInfoList_.get(index); } else {
|
||||
return levelInfoListBuilder_.getMessageOrBuilder(index);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder>
|
||||
getLevelInfoListOrBuilderList() {
|
||||
if (levelInfoListBuilder_ != null) {
|
||||
return levelInfoListBuilder_.getMessageOrBuilderList();
|
||||
} else {
|
||||
return java.util.Collections.unmodifiableList(levelInfoList_);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder addLevelInfoListBuilder() {
|
||||
return getLevelInfoListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder addLevelInfoListBuilder(
|
||||
int index) {
|
||||
return getLevelInfoListFieldBuilder().addBuilder(
|
||||
index, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .DKFDACEPNAL level_info_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder>
|
||||
getLevelInfoListBuilderList() {
|
||||
return getLevelInfoListFieldBuilder().getBuilderList();
|
||||
}
|
||||
private com.google.protobuf.RepeatedFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder>
|
||||
getLevelInfoListFieldBuilder() {
|
||||
if (levelInfoListBuilder_ == null) {
|
||||
levelInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNAL.Builder, emu.grasscutter.net.proto.DKFDACEPNALOuterClass.DKFDACEPNALOrBuilder>(
|
||||
levelInfoList_,
|
||||
((bitField0_ & 0x00000001) != 0),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
levelInfoList_ = null;
|
||||
}
|
||||
return levelInfoListBuilder_;
|
||||
}
|
||||
@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:AKFPAANICKG)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AKFPAANICKG)
|
||||
private static final emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AKFPAANICKG>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AKFPAANICKG>() {
|
||||
@java.lang.Override
|
||||
public AKFPAANICKG parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AKFPAANICKG(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AKFPAANICKG> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AKFPAANICKG> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AKFPAANICKGOuterClass.AKFPAANICKG getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AKFPAANICKG_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AKFPAANICKG_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021AKFPAANICKG.proto\032\021DKFDACEPNAL.proto\"4" +
|
||||
"\n\013AKFPAANICKG\022%\n\017level_info_list\030\003 \003(\0132\014" +
|
||||
".DKFDACEPNALB\033\n\031emu.grasscutter.net.prot" +
|
||||
"ob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.getDescriptor(),
|
||||
});
|
||||
internal_static_AKFPAANICKG_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AKFPAANICKG_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AKFPAANICKG_descriptor,
|
||||
new java.lang.String[] { "LevelInfoList", });
|
||||
emu.grasscutter.net.proto.DKFDACEPNALOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+68
-68
@@ -19,44 +19,44 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 room_id = 3;</code>
|
||||
* <code>uint32 room_id = 2;</code>
|
||||
* @return The roomId.
|
||||
*/
|
||||
int getRoomId();
|
||||
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
* @return Whether the rot field is set.
|
||||
*/
|
||||
boolean hasRot();
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
* @return The rot.
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getRot();
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRotOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
boolean hasPos();
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getPos();
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CEJDDBMAHGE
|
||||
* Name: ANCKCFFOAID
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityActionGenerateElemBall}
|
||||
@@ -103,25 +103,12 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (pos_ != null) {
|
||||
subBuilder = pos_.toBuilder();
|
||||
}
|
||||
pos_ = input.readMessage(emu.grasscutter.net.proto.VectorOuterClass.Vector.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(pos_);
|
||||
pos_ = subBuilder.buildPartial();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 16: {
|
||||
|
||||
roomId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
case 74: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (rot_ != null) {
|
||||
subBuilder = rot_.toBuilder();
|
||||
@@ -134,6 +121,19 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (pos_ != null) {
|
||||
subBuilder = pos_.toBuilder();
|
||||
}
|
||||
pos_ = input.readMessage(emu.grasscutter.net.proto.VectorOuterClass.Vector.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(pos_);
|
||||
pos_ = subBuilder.buildPartial();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -166,10 +166,10 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityActionGenerateElemBallOuterClass.AbilityActionGenerateElemBall.class, emu.grasscutter.net.proto.AbilityActionGenerateElemBallOuterClass.AbilityActionGenerateElemBall.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ROOM_ID_FIELD_NUMBER = 3;
|
||||
public static final int ROOM_ID_FIELD_NUMBER = 2;
|
||||
private int roomId_;
|
||||
/**
|
||||
* <code>uint32 room_id = 3;</code>
|
||||
* <code>uint32 room_id = 2;</code>
|
||||
* @return The roomId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -177,10 +177,10 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return roomId_;
|
||||
}
|
||||
|
||||
public static final int ROT_FIELD_NUMBER = 12;
|
||||
public static final int ROT_FIELD_NUMBER = 9;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector rot_;
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
* @return Whether the rot field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -188,7 +188,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return rot_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
* @return The rot.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -196,17 +196,17 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return rot_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : rot_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRotOrBuilder() {
|
||||
return getRot();
|
||||
}
|
||||
|
||||
public static final int POS_FIELD_NUMBER = 1;
|
||||
public static final int POS_FIELD_NUMBER = 14;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -214,7 +214,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -222,7 +222,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return pos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
@@ -243,14 +243,14 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (pos_ != null) {
|
||||
output.writeMessage(1, getPos());
|
||||
}
|
||||
if (roomId_ != 0) {
|
||||
output.writeUInt32(3, roomId_);
|
||||
output.writeUInt32(2, roomId_);
|
||||
}
|
||||
if (rot_ != null) {
|
||||
output.writeMessage(12, getRot());
|
||||
output.writeMessage(9, getRot());
|
||||
}
|
||||
if (pos_ != null) {
|
||||
output.writeMessage(14, getPos());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -261,17 +261,17 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (pos_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getPos());
|
||||
}
|
||||
if (roomId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, roomId_);
|
||||
.computeUInt32Size(2, roomId_);
|
||||
}
|
||||
if (rot_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(12, getRot());
|
||||
.computeMessageSize(9, getRot());
|
||||
}
|
||||
if (pos_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(14, getPos());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -418,7 +418,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CEJDDBMAHGE
|
||||
* Name: ANCKCFFOAID
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityActionGenerateElemBall}
|
||||
@@ -597,7 +597,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
|
||||
private int roomId_ ;
|
||||
/**
|
||||
* <code>uint32 room_id = 3;</code>
|
||||
* <code>uint32 room_id = 2;</code>
|
||||
* @return The roomId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -605,7 +605,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return roomId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 room_id = 3;</code>
|
||||
* <code>uint32 room_id = 2;</code>
|
||||
* @param value The roomId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -616,7 +616,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 room_id = 3;</code>
|
||||
* <code>uint32 room_id = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRoomId() {
|
||||
@@ -630,14 +630,14 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> rotBuilder_;
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
* @return Whether the rot field is set.
|
||||
*/
|
||||
public boolean hasRot() {
|
||||
return rotBuilder_ != null || rot_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
* @return The rot.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getRot() {
|
||||
@@ -648,7 +648,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
public Builder setRot(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (rotBuilder_ == null) {
|
||||
@@ -664,7 +664,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
public Builder setRot(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
@@ -678,7 +678,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
public Builder mergeRot(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (rotBuilder_ == null) {
|
||||
@@ -696,7 +696,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
public Builder clearRot() {
|
||||
if (rotBuilder_ == null) {
|
||||
@@ -710,7 +710,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getRotBuilder() {
|
||||
|
||||
@@ -718,7 +718,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return getRotFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRotOrBuilder() {
|
||||
if (rotBuilder_ != null) {
|
||||
@@ -729,7 +729,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 12;</code>
|
||||
* <code>.Vector rot = 9;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
|
||||
@@ -749,14 +749,14 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> posBuilder_;
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
public boolean hasPos() {
|
||||
return posBuilder_ != null || pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPos() {
|
||||
@@ -767,7 +767,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
public Builder setPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
@@ -783,7 +783,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
public Builder setPos(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
@@ -797,7 +797,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
public Builder mergePos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
@@ -815,7 +815,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
public Builder clearPos() {
|
||||
if (posBuilder_ == null) {
|
||||
@@ -829,7 +829,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPosBuilder() {
|
||||
|
||||
@@ -837,7 +837,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
return getPosFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
if (posBuilder_ != null) {
|
||||
@@ -848,7 +848,7 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector pos = 14;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
|
||||
@@ -932,8 +932,8 @@ public final class AbilityActionGenerateElemBallOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n#AbilityActionGenerateElemBall.proto\032\014V" +
|
||||
"ector.proto\"\\\n\035AbilityActionGenerateElem" +
|
||||
"Ball\022\017\n\007room_id\030\003 \001(\r\022\024\n\003rot\030\014 \001(\0132\007.Vec" +
|
||||
"tor\022\024\n\003pos\030\001 \001(\0132\007.VectorB\033\n\031emu.grasscu" +
|
||||
"Ball\022\017\n\007room_id\030\002 \001(\r\022\024\n\003rot\030\t \001(\0132\007.Vec" +
|
||||
"tor\022\024\n\003pos\030\016 \001(\0132\007.VectorB\033\n\031emu.grasscu" +
|
||||
"tter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+2
-2
@@ -80,7 +80,7 @@ public final class AbilityAppliedAbilityOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JOMDPHKGKJO
|
||||
* Name: GEIBGHJFKCH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityAppliedAbility}
|
||||
@@ -509,7 +509,7 @@ public final class AbilityAppliedAbilityOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JOMDPHKGKJO
|
||||
* Name: GEIBGHJFKCH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityAppliedAbility}
|
||||
|
||||
+2
-2
@@ -134,7 +134,7 @@ public final class AbilityAppliedModifierOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PAECICKHAKH
|
||||
* Name: IMAGPOMIMAG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityAppliedModifier}
|
||||
@@ -826,7 +826,7 @@ public final class AbilityAppliedModifierOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PAECICKHAKH
|
||||
* Name: IMAGPOMIMAG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityAppliedModifier}
|
||||
|
||||
+2
-2
@@ -50,7 +50,7 @@ public final class AbilityAttachedModifierOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JFHLNEBEOAA
|
||||
* Name: ECIBJPBMCPH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityAttachedModifier}
|
||||
@@ -412,7 +412,7 @@ public final class AbilityAttachedModifierOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JFHLNEBEOAA
|
||||
* Name: ECIBJPBMCPH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityAttachedModifier}
|
||||
|
||||
+86
-86
@@ -19,30 +19,30 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>uint32 entity_id = 11;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
int getEntityId();
|
||||
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
* @return Whether the abilityControlBlock field is set.
|
||||
*/
|
||||
boolean hasAbilityControlBlock();
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
* @return The abilityControlBlock.
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock getAbilityControlBlock();
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlockOrBuilder getAbilityControlBlockOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 entity_id = 2;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
int getEntityId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FGNFEPLECFC
|
||||
* CmdId: 1159
|
||||
* Name: BOGDLGCDJGN
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityChangeNotify}
|
||||
@@ -89,12 +89,12 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 88: {
|
||||
|
||||
entityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
case 122: {
|
||||
emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock.Builder subBuilder = null;
|
||||
if (abilityControlBlock_ != null) {
|
||||
subBuilder = abilityControlBlock_.toBuilder();
|
||||
@@ -139,10 +139,21 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify.class, emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ABILITY_CONTROL_BLOCK_FIELD_NUMBER = 12;
|
||||
public static final int ENTITY_ID_FIELD_NUMBER = 11;
|
||||
private int entityId_;
|
||||
/**
|
||||
* <code>uint32 entity_id = 11;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
public static final int ABILITY_CONTROL_BLOCK_FIELD_NUMBER = 15;
|
||||
private emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock abilityControlBlock_;
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
* @return Whether the abilityControlBlock field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -150,7 +161,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return abilityControlBlock_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
* @return The abilityControlBlock.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -158,24 +169,13 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return abilityControlBlock_ == null ? emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock.getDefaultInstance() : abilityControlBlock_;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlockOrBuilder getAbilityControlBlockOrBuilder() {
|
||||
return getAbilityControlBlock();
|
||||
}
|
||||
|
||||
public static final int ENTITY_ID_FIELD_NUMBER = 2;
|
||||
private int entityId_;
|
||||
/**
|
||||
* <code>uint32 entity_id = 2;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -191,10 +191,10 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (entityId_ != 0) {
|
||||
output.writeUInt32(2, entityId_);
|
||||
output.writeUInt32(11, entityId_);
|
||||
}
|
||||
if (abilityControlBlock_ != null) {
|
||||
output.writeMessage(12, getAbilityControlBlock());
|
||||
output.writeMessage(15, getAbilityControlBlock());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -207,11 +207,11 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
size = 0;
|
||||
if (entityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, entityId_);
|
||||
.computeUInt32Size(11, entityId_);
|
||||
}
|
||||
if (abilityControlBlock_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(12, getAbilityControlBlock());
|
||||
.computeMessageSize(15, getAbilityControlBlock());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -228,13 +228,13 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify other = (emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify) obj;
|
||||
|
||||
if (getEntityId()
|
||||
!= other.getEntityId()) return false;
|
||||
if (hasAbilityControlBlock() != other.hasAbilityControlBlock()) return false;
|
||||
if (hasAbilityControlBlock()) {
|
||||
if (!getAbilityControlBlock()
|
||||
.equals(other.getAbilityControlBlock())) return false;
|
||||
}
|
||||
if (getEntityId()
|
||||
!= other.getEntityId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -246,12 +246,12 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEntityId();
|
||||
if (hasAbilityControlBlock()) {
|
||||
hash = (37 * hash) + ABILITY_CONTROL_BLOCK_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAbilityControlBlock().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEntityId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -349,8 +349,8 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FGNFEPLECFC
|
||||
* CmdId: 1159
|
||||
* Name: BOGDLGCDJGN
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityChangeNotify}
|
||||
@@ -390,14 +390,14 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
entityId_ = 0;
|
||||
|
||||
if (abilityControlBlockBuilder_ == null) {
|
||||
abilityControlBlock_ = null;
|
||||
} else {
|
||||
abilityControlBlock_ = null;
|
||||
abilityControlBlockBuilder_ = null;
|
||||
}
|
||||
entityId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -424,12 +424,12 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify result = new emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify(this);
|
||||
result.entityId_ = entityId_;
|
||||
if (abilityControlBlockBuilder_ == null) {
|
||||
result.abilityControlBlock_ = abilityControlBlock_;
|
||||
} else {
|
||||
result.abilityControlBlock_ = abilityControlBlockBuilder_.build();
|
||||
}
|
||||
result.entityId_ = entityId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -478,12 +478,12 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.AbilityChangeNotifyOuterClass.AbilityChangeNotify.getDefaultInstance()) return this;
|
||||
if (other.hasAbilityControlBlock()) {
|
||||
mergeAbilityControlBlock(other.getAbilityControlBlock());
|
||||
}
|
||||
if (other.getEntityId() != 0) {
|
||||
setEntityId(other.getEntityId());
|
||||
}
|
||||
if (other.hasAbilityControlBlock()) {
|
||||
mergeAbilityControlBlock(other.getAbilityControlBlock());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -513,18 +513,49 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int entityId_ ;
|
||||
/**
|
||||
* <code>uint32 entity_id = 11;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 11;</code>
|
||||
* @param value The entityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEntityId(int value) {
|
||||
|
||||
entityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEntityId() {
|
||||
|
||||
entityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock abilityControlBlock_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock, emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock.Builder, emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlockOrBuilder> abilityControlBlockBuilder_;
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
* @return Whether the abilityControlBlock field is set.
|
||||
*/
|
||||
public boolean hasAbilityControlBlock() {
|
||||
return abilityControlBlockBuilder_ != null || abilityControlBlock_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
* @return The abilityControlBlock.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock getAbilityControlBlock() {
|
||||
@@ -535,7 +566,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
public Builder setAbilityControlBlock(emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock value) {
|
||||
if (abilityControlBlockBuilder_ == null) {
|
||||
@@ -551,7 +582,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
public Builder setAbilityControlBlock(
|
||||
emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock.Builder builderForValue) {
|
||||
@@ -565,7 +596,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
public Builder mergeAbilityControlBlock(emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock value) {
|
||||
if (abilityControlBlockBuilder_ == null) {
|
||||
@@ -583,7 +614,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
public Builder clearAbilityControlBlock() {
|
||||
if (abilityControlBlockBuilder_ == null) {
|
||||
@@ -597,7 +628,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock.Builder getAbilityControlBlockBuilder() {
|
||||
|
||||
@@ -605,7 +636,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
return getAbilityControlBlockFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlockOrBuilder getAbilityControlBlockOrBuilder() {
|
||||
if (abilityControlBlockBuilder_ != null) {
|
||||
@@ -616,7 +647,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityControlBlock ability_control_block = 12;</code>
|
||||
* <code>.AbilityControlBlock ability_control_block = 15;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock, emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlock.Builder, emu.grasscutter.net.proto.AbilityControlBlockOuterClass.AbilityControlBlockOrBuilder>
|
||||
@@ -631,37 +662,6 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
}
|
||||
return abilityControlBlockBuilder_;
|
||||
}
|
||||
|
||||
private int entityId_ ;
|
||||
/**
|
||||
* <code>uint32 entity_id = 2;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 2;</code>
|
||||
* @param value The entityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEntityId(int value) {
|
||||
|
||||
entityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEntityId() {
|
||||
|
||||
entityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -730,9 +730,9 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\031AbilityChangeNotify.proto\032\031AbilityCont" +
|
||||
"rolBlock.proto\"]\n\023AbilityChangeNotify\0223\n" +
|
||||
"\025ability_control_block\030\014 \001(\0132\024.AbilityCo" +
|
||||
"ntrolBlock\022\021\n\tentity_id\030\002 \001(\rB\033\n\031emu.gra" +
|
||||
"rolBlock.proto\"]\n\023AbilityChangeNotify\022\021\n" +
|
||||
"\tentity_id\030\013 \001(\r\0223\n\025ability_control_bloc" +
|
||||
"k\030\017 \001(\0132\024.AbilityControlBlockB\033\n\031emu.gra" +
|
||||
"sscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -745,7 +745,7 @@ public final class AbilityChangeNotifyOuterClass {
|
||||
internal_static_AbilityChangeNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AbilityChangeNotify_descriptor,
|
||||
new java.lang.String[] { "AbilityControlBlock", "EntityId", });
|
||||
new java.lang.String[] { "EntityId", "AbilityControlBlock", });
|
||||
emu.grasscutter.net.proto.AbilityControlBlockOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -44,7 +44,7 @@ public final class AbilityControlBlockOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KDMMAILHMCH
|
||||
* Name: AKFKOGCMMAF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityControlBlock}
|
||||
@@ -336,7 +336,7 @@ public final class AbilityControlBlockOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KDMMAILHMCH
|
||||
* Name: AKFKOGCMMAF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityControlBlock}
|
||||
|
||||
@@ -38,7 +38,7 @@ public final class AbilityEmbryoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FDIGHNLIKGA
|
||||
* Name: ENCLMIKCGEE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityEmbryo}
|
||||
@@ -344,7 +344,7 @@ public final class AbilityEmbryoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FDIGHNLIKGA
|
||||
* Name: ENCLMIKCGEE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityEmbryo}
|
||||
|
||||
@@ -38,7 +38,7 @@ public final class AbilityGadgetInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PDONEGKNDKM
|
||||
* Name: JDMJNJAJHGI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityGadgetInfo}
|
||||
@@ -344,7 +344,7 @@ public final class AbilityGadgetInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PDONEGKNDKM
|
||||
* Name: JDMJNJAJHGI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityGadgetInfo}
|
||||
|
||||
+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)
|
||||
|
||||
+37
-37
@@ -19,33 +19,33 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry>
|
||||
getInvokesList();
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry getInvokes(int index);
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
int getInvokesCount();
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder>
|
||||
getInvokesOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder getInvokesOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KPHEJCEMNIM
|
||||
* CmdId: 1175
|
||||
* CmdId: 1196
|
||||
* Name: NHHOLCBCDGJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityInvocationsNotify}
|
||||
@@ -94,7 +94,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 98: {
|
||||
case 122: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
invokes_ = new java.util.ArrayList<emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -138,17 +138,17 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityInvocationsNotifyOuterClass.AbilityInvocationsNotify.class, emu.grasscutter.net.proto.AbilityInvocationsNotifyOuterClass.AbilityInvocationsNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int INVOKES_FIELD_NUMBER = 12;
|
||||
public static final int INVOKES_FIELD_NUMBER = 15;
|
||||
private java.util.List<emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry> invokes_;
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry> getInvokesList() {
|
||||
return invokes_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder>
|
||||
@@ -156,21 +156,21 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return invokes_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInvokesCount() {
|
||||
return invokes_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry getInvokes(int index) {
|
||||
return invokes_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder getInvokesOrBuilder(
|
||||
@@ -193,7 +193,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < invokes_.size(); i++) {
|
||||
output.writeMessage(12, invokes_.get(i));
|
||||
output.writeMessage(15, invokes_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -206,7 +206,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < invokes_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(12, invokes_.get(i));
|
||||
.computeMessageSize(15, invokes_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -337,8 +337,8 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KPHEJCEMNIM
|
||||
* CmdId: 1175
|
||||
* CmdId: 1196
|
||||
* Name: NHHOLCBCDGJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityInvocationsNotify}
|
||||
@@ -538,7 +538,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder> invokesBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry> getInvokesList() {
|
||||
if (invokesBuilder_ == null) {
|
||||
@@ -548,7 +548,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public int getInvokesCount() {
|
||||
if (invokesBuilder_ == null) {
|
||||
@@ -558,7 +558,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry getInvokes(int index) {
|
||||
if (invokesBuilder_ == null) {
|
||||
@@ -568,7 +568,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder setInvokes(
|
||||
int index, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry value) {
|
||||
@@ -585,7 +585,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder setInvokes(
|
||||
int index, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder builderForValue) {
|
||||
@@ -599,7 +599,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder addInvokes(emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry value) {
|
||||
if (invokesBuilder_ == null) {
|
||||
@@ -615,7 +615,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder addInvokes(
|
||||
int index, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry value) {
|
||||
@@ -632,7 +632,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder addInvokes(
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder builderForValue) {
|
||||
@@ -646,7 +646,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder addInvokes(
|
||||
int index, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder builderForValue) {
|
||||
@@ -660,7 +660,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder addAllInvokes(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry> values) {
|
||||
@@ -675,7 +675,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder clearInvokes() {
|
||||
if (invokesBuilder_ == null) {
|
||||
@@ -688,7 +688,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public Builder removeInvokes(int index) {
|
||||
if (invokesBuilder_ == null) {
|
||||
@@ -701,14 +701,14 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder getInvokesBuilder(
|
||||
int index) {
|
||||
return getInvokesFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder getInvokesOrBuilder(
|
||||
int index) {
|
||||
@@ -718,7 +718,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder>
|
||||
getInvokesOrBuilderList() {
|
||||
@@ -729,14 +729,14 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder addInvokesBuilder() {
|
||||
return getInvokesFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder addInvokesBuilder(
|
||||
int index) {
|
||||
@@ -744,7 +744,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 12;</code>
|
||||
* <code>repeated .AbilityInvokeEntry invokes = 15;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder>
|
||||
getInvokesBuilderList() {
|
||||
@@ -833,7 +833,7 @@ public final class AbilityInvocationsNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AbilityInvocationsNotify.proto\032\030Abilit" +
|
||||
"yInvokeEntry.proto\"@\n\030AbilityInvocations" +
|
||||
"Notify\022$\n\007invokes\030\014 \003(\0132\023.AbilityInvokeE" +
|
||||
"Notify\022$\n\007invokes\030\017 \003(\0132\023.AbilityInvokeE" +
|
||||
"ntryB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
|
||||
+71
-60
@@ -16,7 +16,7 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FNGBAFLMEDH
|
||||
* Name: OCEIMDJANPL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf enum {@code AbilityInvokeArgument}
|
||||
@@ -180,9 +180,9 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
*/
|
||||
ABILITY_INVOKE_ARGUMENT_ACTION_SET_BULLET_TRACK_TARGET(65),
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_ICLAKMCJNIO = 66;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_ACTION_FIREWORK_EFFECT = 66;</code>
|
||||
*/
|
||||
ABILITY_INVOKE_ARGUMENT_INVOKE_ICLAKMCJNIO(66),
|
||||
ABILITY_INVOKE_ARGUMENT_ACTION_FIREWORK_EFFECT(66),
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_AVATAR_STEER_BY_CAMERA = 100;</code>
|
||||
*/
|
||||
@@ -276,17 +276,21 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
*/
|
||||
ABILITY_INVOKE_ARGUMENT_MIXIN_BREAKOUT(122),
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_LCBKCPPPPOF = 123;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_DAMAGE_LOAN = 123;</code>
|
||||
*/
|
||||
ABILITY_INVOKE_ARGUMENT_INVOKE_LCBKCPPPPOF(123),
|
||||
ABILITY_INVOKE_ARGUMENT_MIXIN_DAMAGE_LOAN(123),
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_JBJPJJEGLOM = 124;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_BROADCAST_GV = 124;</code>
|
||||
*/
|
||||
ABILITY_INVOKE_ARGUMENT_INVOKE_JBJPJJEGLOM(124),
|
||||
ABILITY_INVOKE_ARGUMENT_MIXIN_BROADCAST_GV(124),
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_BCIODCIMFBK = 125;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_RECEIVE_GV = 125;</code>
|
||||
*/
|
||||
ABILITY_INVOKE_ARGUMENT_INVOKE_BCIODCIMFBK(125),
|
||||
ABILITY_INVOKE_ARGUMENT_MIXIN_RECEIVE_GV(125),
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_ENERGY_CRYSTAL_TARGET = 127;</code>
|
||||
*/
|
||||
ABILITY_INVOKE_ARGUMENT_MIXIN_ENERGY_CRYSTAL_TARGET(127),
|
||||
UNRECOGNIZED(-1),
|
||||
;
|
||||
|
||||
@@ -447,9 +451,9 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
*/
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_ACTION_SET_BULLET_TRACK_TARGET_VALUE = 65;
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_ICLAKMCJNIO = 66;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_ACTION_FIREWORK_EFFECT = 66;</code>
|
||||
*/
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_INVOKE_ICLAKMCJNIO_VALUE = 66;
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_ACTION_FIREWORK_EFFECT_VALUE = 66;
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_AVATAR_STEER_BY_CAMERA = 100;</code>
|
||||
*/
|
||||
@@ -543,17 +547,21 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
*/
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_MIXIN_BREAKOUT_VALUE = 122;
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_LCBKCPPPPOF = 123;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_DAMAGE_LOAN = 123;</code>
|
||||
*/
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_INVOKE_LCBKCPPPPOF_VALUE = 123;
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_MIXIN_DAMAGE_LOAN_VALUE = 123;
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_JBJPJJEGLOM = 124;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_BROADCAST_GV = 124;</code>
|
||||
*/
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_INVOKE_JBJPJJEGLOM_VALUE = 124;
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_MIXIN_BROADCAST_GV_VALUE = 124;
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_INVOKE_BCIODCIMFBK = 125;</code>
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_RECEIVE_GV = 125;</code>
|
||||
*/
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_INVOKE_BCIODCIMFBK_VALUE = 125;
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_MIXIN_RECEIVE_GV_VALUE = 125;
|
||||
/**
|
||||
* <code>ABILITY_INVOKE_ARGUMENT_MIXIN_ENERGY_CRYSTAL_TARGET = 127;</code>
|
||||
*/
|
||||
public static final int ABILITY_INVOKE_ARGUMENT_MIXIN_ENERGY_CRYSTAL_TARGET_VALUE = 127;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
@@ -619,7 +627,7 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
case 63: return ABILITY_INVOKE_ARGUMENT_ACTION_DEDUCT_STAMINA;
|
||||
case 64: return ABILITY_INVOKE_ARGUMENT_ACTION_HIT_EFFECT;
|
||||
case 65: return ABILITY_INVOKE_ARGUMENT_ACTION_SET_BULLET_TRACK_TARGET;
|
||||
case 66: return ABILITY_INVOKE_ARGUMENT_INVOKE_ICLAKMCJNIO;
|
||||
case 66: return ABILITY_INVOKE_ARGUMENT_ACTION_FIREWORK_EFFECT;
|
||||
case 100: return ABILITY_INVOKE_ARGUMENT_MIXIN_AVATAR_STEER_BY_CAMERA;
|
||||
case 101: return ABILITY_INVOKE_ARGUMENT_MIXIN_MONSTER_DEFEND;
|
||||
case 102: return ABILITY_INVOKE_ARGUMENT_MIXIN_WIND_ZONE;
|
||||
@@ -643,9 +651,10 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
case 120: return ABILITY_INVOKE_ARGUMENT_MIXIN_SHOOT_FROM_CAMERA;
|
||||
case 121: return ABILITY_INVOKE_ARGUMENT_MIXIN_ERASE_BRICK_ACTIVITY;
|
||||
case 122: return ABILITY_INVOKE_ARGUMENT_MIXIN_BREAKOUT;
|
||||
case 123: return ABILITY_INVOKE_ARGUMENT_INVOKE_LCBKCPPPPOF;
|
||||
case 124: return ABILITY_INVOKE_ARGUMENT_INVOKE_JBJPJJEGLOM;
|
||||
case 125: return ABILITY_INVOKE_ARGUMENT_INVOKE_BCIODCIMFBK;
|
||||
case 123: return ABILITY_INVOKE_ARGUMENT_MIXIN_DAMAGE_LOAN;
|
||||
case 124: return ABILITY_INVOKE_ARGUMENT_MIXIN_BROADCAST_GV;
|
||||
case 125: return ABILITY_INVOKE_ARGUMENT_MIXIN_RECEIVE_GV;
|
||||
case 127: return ABILITY_INVOKE_ARGUMENT_MIXIN_ENERGY_CRYSTAL_TARGET;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
@@ -711,7 +720,7 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AbilityInvokeArgument.proto*\343\033\n\025Abilit" +
|
||||
"\n\033AbilityInvokeArgument.proto*\235\034\n\025Abilit" +
|
||||
"yInvokeArgument\022 \n\034ABILITY_INVOKE_ARGUME" +
|
||||
"NT_NONE\020\000\0220\n,ABILITY_INVOKE_ARGUMENT_MET" +
|
||||
"A_MODIFIER_CHANGE\020\001\022@\n<ABILITY_INVOKE_AR" +
|
||||
@@ -764,44 +773,46 @@ public final class AbilityInvokeArgumentOuterClass {
|
||||
"T_ACTION_DEDUCT_STAMINA\020?\022-\n)ABILITY_INV" +
|
||||
"OKE_ARGUMENT_ACTION_HIT_EFFECT\020@\022:\n6ABIL" +
|
||||
"ITY_INVOKE_ARGUMENT_ACTION_SET_BULLET_TR" +
|
||||
"ACK_TARGET\020A\022.\n*ABILITY_INVOKE_ARGUMENT_" +
|
||||
"INVOKE_ICLAKMCJNIO\020B\0228\n4ABILITY_INVOKE_A" +
|
||||
"RGUMENT_MIXIN_AVATAR_STEER_BY_CAMERA\020d\0220" +
|
||||
"\n,ABILITY_INVOKE_ARGUMENT_MIXIN_MONSTER_" +
|
||||
"DEFEND\020e\022+\n\'ABILITY_INVOKE_ARGUMENT_MIXI" +
|
||||
"N_WIND_ZONE\020f\022.\n*ABILITY_INVOKE_ARGUMENT" +
|
||||
"_MIXIN_COST_STAMINA\020g\022.\n*ABILITY_INVOKE_" +
|
||||
"ARGUMENT_MIXIN_ELITE_SHIELD\020h\0220\n,ABILITY" +
|
||||
"_INVOKE_ARGUMENT_MIXIN_ELEMENT_SHIELD\020i\022" +
|
||||
"/\n+ABILITY_INVOKE_ARGUMENT_MIXIN_GLOBAL_" +
|
||||
"SHIELD\020j\022,\n(ABILITY_INVOKE_ARGUMENT_MIXI" +
|
||||
"N_SHIELD_BAR\020k\0223\n/ABILITY_INVOKE_ARGUMEN" +
|
||||
"T_MIXIN_WIND_SEED_SPAWNER\020l\022?\n;ABILITY_I" +
|
||||
"NVOKE_ARGUMENT_MIXIN_DO_ACTION_BY_ELEMEN" +
|
||||
"T_REACTION\020m\022;\n7ABILITY_INVOKE_ARGUMENT_" +
|
||||
"MIXIN_FIELD_ENTITY_COUNT_CHANGE\020n\0221\n-ABI" +
|
||||
"LITY_INVOKE_ARGUMENT_MIXIN_SCENE_PROP_SY" +
|
||||
"NC\020o\0223\n/ABILITY_INVOKE_ARGUMENT_MIXIN_WI" +
|
||||
"DGET_MP_SUPPORT\020p\022e\naABILITY_INVOKE_ARGU" +
|
||||
"MENT_MIXIN_DO_ACTION_BY_SELF_MODIFIER_EL" +
|
||||
"EMENT_DURABILITY_INVOKE_ARGUMENT_RATIO\020q" +
|
||||
"\0224\n0ABILITY_INVOKE_ARGUMENT_MIXIN_FIREWO" +
|
||||
"RKS_LAUNCHER\020r\022<\n8ABILITY_INVOKE_ARGUMEN" +
|
||||
"T_MIXIN_ATTACK_RESULT_CREATE_COUNT\020s\0222\n." +
|
||||
"ABILITY_INVOKE_ARGUMENT_MIXIN_UGC_TIME_C" +
|
||||
"ONTROL\020t\022/\n+ABILITY_INVOKE_ARGUMENT_MIXI" +
|
||||
"N_AVATAR_COMBAT\020u\022@\n<ABILITY_INVOKE_ARGU" +
|
||||
"MENT_MIXIN_DEATH_ZONE_REGIONAL_PLAY_MIXI" +
|
||||
"N\020v\022-\n)ABILITY_INVOKE_ARGUMENT_MIXIN_UI_" +
|
||||
"INTERACT\020w\0223\n/ABILITY_INVOKE_ARGUMENT_MI" +
|
||||
"XIN_SHOOT_FROM_CAMERA\020x\0226\n2ABILITY_INVOK" +
|
||||
"E_ARGUMENT_MIXIN_ERASE_BRICK_ACTIVITY\020y\022" +
|
||||
"*\n&ABILITY_INVOKE_ARGUMENT_MIXIN_BREAKOU" +
|
||||
"T\020z\022.\n*ABILITY_INVOKE_ARGUMENT_INVOKE_LC" +
|
||||
"BKCPPPPOF\020{\022.\n*ABILITY_INVOKE_ARGUMENT_I" +
|
||||
"NVOKE_JBJPJJEGLOM\020|\022.\n*ABILITY_INVOKE_AR" +
|
||||
"GUMENT_INVOKE_BCIODCIMFBK\020}B\033\n\031emu.grass" +
|
||||
"cutter.net.protob\006proto3"
|
||||
"ACK_TARGET\020A\0222\n.ABILITY_INVOKE_ARGUMENT_" +
|
||||
"ACTION_FIREWORK_EFFECT\020B\0228\n4ABILITY_INVO" +
|
||||
"KE_ARGUMENT_MIXIN_AVATAR_STEER_BY_CAMERA" +
|
||||
"\020d\0220\n,ABILITY_INVOKE_ARGUMENT_MIXIN_MONS" +
|
||||
"TER_DEFEND\020e\022+\n\'ABILITY_INVOKE_ARGUMENT_" +
|
||||
"MIXIN_WIND_ZONE\020f\022.\n*ABILITY_INVOKE_ARGU" +
|
||||
"MENT_MIXIN_COST_STAMINA\020g\022.\n*ABILITY_INV" +
|
||||
"OKE_ARGUMENT_MIXIN_ELITE_SHIELD\020h\0220\n,ABI" +
|
||||
"LITY_INVOKE_ARGUMENT_MIXIN_ELEMENT_SHIEL" +
|
||||
"D\020i\022/\n+ABILITY_INVOKE_ARGUMENT_MIXIN_GLO" +
|
||||
"BAL_SHIELD\020j\022,\n(ABILITY_INVOKE_ARGUMENT_" +
|
||||
"MIXIN_SHIELD_BAR\020k\0223\n/ABILITY_INVOKE_ARG" +
|
||||
"UMENT_MIXIN_WIND_SEED_SPAWNER\020l\022?\n;ABILI" +
|
||||
"TY_INVOKE_ARGUMENT_MIXIN_DO_ACTION_BY_EL" +
|
||||
"EMENT_REACTION\020m\022;\n7ABILITY_INVOKE_ARGUM" +
|
||||
"ENT_MIXIN_FIELD_ENTITY_COUNT_CHANGE\020n\0221\n" +
|
||||
"-ABILITY_INVOKE_ARGUMENT_MIXIN_SCENE_PRO" +
|
||||
"P_SYNC\020o\0223\n/ABILITY_INVOKE_ARGUMENT_MIXI" +
|
||||
"N_WIDGET_MP_SUPPORT\020p\022e\naABILITY_INVOKE_" +
|
||||
"ARGUMENT_MIXIN_DO_ACTION_BY_SELF_MODIFIE" +
|
||||
"R_ELEMENT_DURABILITY_INVOKE_ARGUMENT_RAT" +
|
||||
"IO\020q\0224\n0ABILITY_INVOKE_ARGUMENT_MIXIN_FI" +
|
||||
"REWORKS_LAUNCHER\020r\022<\n8ABILITY_INVOKE_ARG" +
|
||||
"UMENT_MIXIN_ATTACK_RESULT_CREATE_COUNT\020s" +
|
||||
"\0222\n.ABILITY_INVOKE_ARGUMENT_MIXIN_UGC_TI" +
|
||||
"ME_CONTROL\020t\022/\n+ABILITY_INVOKE_ARGUMENT_" +
|
||||
"MIXIN_AVATAR_COMBAT\020u\022@\n<ABILITY_INVOKE_" +
|
||||
"ARGUMENT_MIXIN_DEATH_ZONE_REGIONAL_PLAY_" +
|
||||
"MIXIN\020v\022-\n)ABILITY_INVOKE_ARGUMENT_MIXIN" +
|
||||
"_UI_INTERACT\020w\0223\n/ABILITY_INVOKE_ARGUMEN" +
|
||||
"T_MIXIN_SHOOT_FROM_CAMERA\020x\0226\n2ABILITY_I" +
|
||||
"NVOKE_ARGUMENT_MIXIN_ERASE_BRICK_ACTIVIT" +
|
||||
"Y\020y\022*\n&ABILITY_INVOKE_ARGUMENT_MIXIN_BRE" +
|
||||
"AKOUT\020z\022-\n)ABILITY_INVOKE_ARGUMENT_MIXIN" +
|
||||
"_DAMAGE_LOAN\020{\022.\n*ABILITY_INVOKE_ARGUMEN" +
|
||||
"T_MIXIN_BROADCAST_GV\020|\022,\n(ABILITY_INVOKE" +
|
||||
"_ARGUMENT_MIXIN_RECEIVE_GV\020}\0227\n3ABILITY_" +
|
||||
"INVOKE_ARGUMENT_MIXIN_ENERGY_CRYSTAL_TAR" +
|
||||
"GET\020\177B\033\n\031emu.grasscutter.net.protob\006prot" +
|
||||
"o3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
+293
-293
@@ -25,44 +25,44 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
int getServerBuffUid();
|
||||
|
||||
/**
|
||||
* <code>uint32 target_id = 2;</code>
|
||||
* @return The targetId.
|
||||
*/
|
||||
int getTargetId();
|
||||
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 5;</code>
|
||||
* @return The modifierConfigLocalId.
|
||||
*/
|
||||
int getModifierConfigLocalId();
|
||||
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 3;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
int getInstancedAbilityId();
|
||||
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 12;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
boolean getIsServerbuffModifier();
|
||||
|
||||
/**
|
||||
* <code>int32 local_id = 13;</code>
|
||||
* <code>int32 local_id = 1;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
int getLocalId();
|
||||
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* <code>bool is_serverbuff_modifier = 3;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
boolean getIsServerbuffModifier();
|
||||
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 11;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
int getInstancedModifierId();
|
||||
|
||||
/**
|
||||
* <code>uint32 target_id = 4;</code>
|
||||
* @return The targetId.
|
||||
*/
|
||||
int getTargetId();
|
||||
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
int getInstancedAbilityId();
|
||||
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 12;</code>
|
||||
* @return The modifierConfigLocalId.
|
||||
*/
|
||||
int getModifierConfigLocalId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DPAJKOIMAOF
|
||||
* Name: LIEELECPDPF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityInvokeEntryHead}
|
||||
@@ -109,19 +109,24 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 8: {
|
||||
|
||||
targetId_ = input.readUInt32();
|
||||
localId_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
|
||||
instancedAbilityId_ = input.readUInt32();
|
||||
isServerbuffModifier_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 32: {
|
||||
|
||||
modifierConfigLocalId_ = input.readInt32();
|
||||
targetId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
instancedAbilityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
@@ -129,21 +134,16 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
serverBuffUid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
isServerbuffModifier_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
localId_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
case 88: {
|
||||
|
||||
instancedModifierId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
modifierConfigLocalId_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -187,54 +187,10 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return serverBuffUid_;
|
||||
}
|
||||
|
||||
public static final int TARGET_ID_FIELD_NUMBER = 2;
|
||||
private int targetId_;
|
||||
/**
|
||||
* <code>uint32 target_id = 2;</code>
|
||||
* @return The targetId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTargetId() {
|
||||
return targetId_;
|
||||
}
|
||||
|
||||
public static final int MODIFIER_CONFIG_LOCAL_ID_FIELD_NUMBER = 5;
|
||||
private int modifierConfigLocalId_;
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 5;</code>
|
||||
* @return The modifierConfigLocalId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getModifierConfigLocalId() {
|
||||
return modifierConfigLocalId_;
|
||||
}
|
||||
|
||||
public static final int INSTANCED_ABILITY_ID_FIELD_NUMBER = 3;
|
||||
private int instancedAbilityId_;
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 3;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedAbilityId() {
|
||||
return instancedAbilityId_;
|
||||
}
|
||||
|
||||
public static final int IS_SERVERBUFF_MODIFIER_FIELD_NUMBER = 12;
|
||||
private boolean isServerbuffModifier_;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 12;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
|
||||
public static final int LOCAL_ID_FIELD_NUMBER = 13;
|
||||
public static final int LOCAL_ID_FIELD_NUMBER = 1;
|
||||
private int localId_;
|
||||
/**
|
||||
* <code>int32 local_id = 13;</code>
|
||||
* <code>int32 local_id = 1;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -242,10 +198,21 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return localId_;
|
||||
}
|
||||
|
||||
public static final int INSTANCED_MODIFIER_ID_FIELD_NUMBER = 14;
|
||||
public static final int IS_SERVERBUFF_MODIFIER_FIELD_NUMBER = 3;
|
||||
private boolean isServerbuffModifier_;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 3;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
|
||||
public static final int INSTANCED_MODIFIER_ID_FIELD_NUMBER = 11;
|
||||
private int instancedModifierId_;
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* <code>uint32 instanced_modifier_id = 11;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -253,6 +220,39 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return instancedModifierId_;
|
||||
}
|
||||
|
||||
public static final int TARGET_ID_FIELD_NUMBER = 4;
|
||||
private int targetId_;
|
||||
/**
|
||||
* <code>uint32 target_id = 4;</code>
|
||||
* @return The targetId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTargetId() {
|
||||
return targetId_;
|
||||
}
|
||||
|
||||
public static final int INSTANCED_ABILITY_ID_FIELD_NUMBER = 6;
|
||||
private int instancedAbilityId_;
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedAbilityId() {
|
||||
return instancedAbilityId_;
|
||||
}
|
||||
|
||||
public static final int MODIFIER_CONFIG_LOCAL_ID_FIELD_NUMBER = 12;
|
||||
private int modifierConfigLocalId_;
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 12;</code>
|
||||
* @return The modifierConfigLocalId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getModifierConfigLocalId() {
|
||||
return modifierConfigLocalId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -267,26 +267,26 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (localId_ != 0) {
|
||||
output.writeInt32(1, localId_);
|
||||
}
|
||||
if (isServerbuffModifier_ != false) {
|
||||
output.writeBool(3, isServerbuffModifier_);
|
||||
}
|
||||
if (targetId_ != 0) {
|
||||
output.writeUInt32(2, targetId_);
|
||||
output.writeUInt32(4, targetId_);
|
||||
}
|
||||
if (instancedAbilityId_ != 0) {
|
||||
output.writeUInt32(3, instancedAbilityId_);
|
||||
}
|
||||
if (modifierConfigLocalId_ != 0) {
|
||||
output.writeInt32(5, modifierConfigLocalId_);
|
||||
output.writeUInt32(6, instancedAbilityId_);
|
||||
}
|
||||
if (serverBuffUid_ != 0) {
|
||||
output.writeUInt32(10, serverBuffUid_);
|
||||
}
|
||||
if (isServerbuffModifier_ != false) {
|
||||
output.writeBool(12, isServerbuffModifier_);
|
||||
}
|
||||
if (localId_ != 0) {
|
||||
output.writeInt32(13, localId_);
|
||||
}
|
||||
if (instancedModifierId_ != 0) {
|
||||
output.writeUInt32(14, instancedModifierId_);
|
||||
output.writeUInt32(11, instancedModifierId_);
|
||||
}
|
||||
if (modifierConfigLocalId_ != 0) {
|
||||
output.writeInt32(12, modifierConfigLocalId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -297,33 +297,33 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (localId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(1, localId_);
|
||||
}
|
||||
if (isServerbuffModifier_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(3, isServerbuffModifier_);
|
||||
}
|
||||
if (targetId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, targetId_);
|
||||
.computeUInt32Size(4, targetId_);
|
||||
}
|
||||
if (instancedAbilityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, instancedAbilityId_);
|
||||
}
|
||||
if (modifierConfigLocalId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(5, modifierConfigLocalId_);
|
||||
.computeUInt32Size(6, instancedAbilityId_);
|
||||
}
|
||||
if (serverBuffUid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, serverBuffUid_);
|
||||
}
|
||||
if (isServerbuffModifier_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(12, isServerbuffModifier_);
|
||||
}
|
||||
if (localId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(13, localId_);
|
||||
}
|
||||
if (instancedModifierId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, instancedModifierId_);
|
||||
.computeUInt32Size(11, instancedModifierId_);
|
||||
}
|
||||
if (modifierConfigLocalId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(12, modifierConfigLocalId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -342,18 +342,18 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
|
||||
if (getServerBuffUid()
|
||||
!= other.getServerBuffUid()) return false;
|
||||
if (getTargetId()
|
||||
!= other.getTargetId()) return false;
|
||||
if (getModifierConfigLocalId()
|
||||
!= other.getModifierConfigLocalId()) return false;
|
||||
if (getInstancedAbilityId()
|
||||
!= other.getInstancedAbilityId()) return false;
|
||||
if (getIsServerbuffModifier()
|
||||
!= other.getIsServerbuffModifier()) return false;
|
||||
if (getLocalId()
|
||||
!= other.getLocalId()) return false;
|
||||
if (getIsServerbuffModifier()
|
||||
!= other.getIsServerbuffModifier()) return false;
|
||||
if (getInstancedModifierId()
|
||||
!= other.getInstancedModifierId()) return false;
|
||||
if (getTargetId()
|
||||
!= other.getTargetId()) return false;
|
||||
if (getInstancedAbilityId()
|
||||
!= other.getInstancedAbilityId()) return false;
|
||||
if (getModifierConfigLocalId()
|
||||
!= other.getModifierConfigLocalId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -367,19 +367,19 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + SERVER_BUFF_UID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getServerBuffUid();
|
||||
hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTargetId();
|
||||
hash = (37 * hash) + MODIFIER_CONFIG_LOCAL_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifierConfigLocalId();
|
||||
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) + IS_SERVERBUFF_MODIFIER_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsServerbuffModifier());
|
||||
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) + TARGET_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTargetId();
|
||||
hash = (37 * hash) + INSTANCED_ABILITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getInstancedAbilityId();
|
||||
hash = (37 * hash) + MODIFIER_CONFIG_LOCAL_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifierConfigLocalId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -477,7 +477,7 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DPAJKOIMAOF
|
||||
* Name: LIEELECPDPF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityInvokeEntryHead}
|
||||
@@ -519,18 +519,18 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
super.clear();
|
||||
serverBuffUid_ = 0;
|
||||
|
||||
targetId_ = 0;
|
||||
|
||||
modifierConfigLocalId_ = 0;
|
||||
|
||||
instancedAbilityId_ = 0;
|
||||
localId_ = 0;
|
||||
|
||||
isServerbuffModifier_ = false;
|
||||
|
||||
localId_ = 0;
|
||||
|
||||
instancedModifierId_ = 0;
|
||||
|
||||
targetId_ = 0;
|
||||
|
||||
instancedAbilityId_ = 0;
|
||||
|
||||
modifierConfigLocalId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -558,12 +558,12 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead buildPartial() {
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead result = new emu.grasscutter.net.proto.AbilityInvokeEntryHeadOuterClass.AbilityInvokeEntryHead(this);
|
||||
result.serverBuffUid_ = serverBuffUid_;
|
||||
result.targetId_ = targetId_;
|
||||
result.modifierConfigLocalId_ = modifierConfigLocalId_;
|
||||
result.instancedAbilityId_ = instancedAbilityId_;
|
||||
result.isServerbuffModifier_ = isServerbuffModifier_;
|
||||
result.localId_ = localId_;
|
||||
result.isServerbuffModifier_ = isServerbuffModifier_;
|
||||
result.instancedModifierId_ = instancedModifierId_;
|
||||
result.targetId_ = targetId_;
|
||||
result.instancedAbilityId_ = instancedAbilityId_;
|
||||
result.modifierConfigLocalId_ = modifierConfigLocalId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -615,24 +615,24 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
if (other.getServerBuffUid() != 0) {
|
||||
setServerBuffUid(other.getServerBuffUid());
|
||||
}
|
||||
if (other.getTargetId() != 0) {
|
||||
setTargetId(other.getTargetId());
|
||||
}
|
||||
if (other.getModifierConfigLocalId() != 0) {
|
||||
setModifierConfigLocalId(other.getModifierConfigLocalId());
|
||||
}
|
||||
if (other.getInstancedAbilityId() != 0) {
|
||||
setInstancedAbilityId(other.getInstancedAbilityId());
|
||||
if (other.getLocalId() != 0) {
|
||||
setLocalId(other.getLocalId());
|
||||
}
|
||||
if (other.getIsServerbuffModifier() != false) {
|
||||
setIsServerbuffModifier(other.getIsServerbuffModifier());
|
||||
}
|
||||
if (other.getLocalId() != 0) {
|
||||
setLocalId(other.getLocalId());
|
||||
}
|
||||
if (other.getInstancedModifierId() != 0) {
|
||||
setInstancedModifierId(other.getInstancedModifierId());
|
||||
}
|
||||
if (other.getTargetId() != 0) {
|
||||
setTargetId(other.getTargetId());
|
||||
}
|
||||
if (other.getInstancedAbilityId() != 0) {
|
||||
setInstancedAbilityId(other.getInstancedAbilityId());
|
||||
}
|
||||
if (other.getModifierConfigLocalId() != 0) {
|
||||
setModifierConfigLocalId(other.getModifierConfigLocalId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -693,133 +693,9 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int targetId_ ;
|
||||
/**
|
||||
* <code>uint32 target_id = 2;</code>
|
||||
* @return The targetId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTargetId() {
|
||||
return targetId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_id = 2;</code>
|
||||
* @param value The targetId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTargetId(int value) {
|
||||
|
||||
targetId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_id = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTargetId() {
|
||||
|
||||
targetId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int modifierConfigLocalId_ ;
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 5;</code>
|
||||
* @return The modifierConfigLocalId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getModifierConfigLocalId() {
|
||||
return modifierConfigLocalId_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 5;</code>
|
||||
* @param value The modifierConfigLocalId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setModifierConfigLocalId(int value) {
|
||||
|
||||
modifierConfigLocalId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearModifierConfigLocalId() {
|
||||
|
||||
modifierConfigLocalId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int instancedAbilityId_ ;
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 3;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedAbilityId() {
|
||||
return instancedAbilityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 3;</code>
|
||||
* @param value The instancedAbilityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstancedAbilityId(int value) {
|
||||
|
||||
instancedAbilityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstancedAbilityId() {
|
||||
|
||||
instancedAbilityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isServerbuffModifier_ ;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 12;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 12;</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 = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsServerbuffModifier() {
|
||||
|
||||
isServerbuffModifier_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int localId_ ;
|
||||
/**
|
||||
* <code>int32 local_id = 13;</code>
|
||||
* <code>int32 local_id = 1;</code>
|
||||
* @return The localId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -827,7 +703,7 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return localId_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 local_id = 13;</code>
|
||||
* <code>int32 local_id = 1;</code>
|
||||
* @param value The localId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -838,7 +714,7 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 local_id = 13;</code>
|
||||
* <code>int32 local_id = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLocalId() {
|
||||
@@ -848,9 +724,40 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isServerbuffModifier_ ;
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 3;</code>
|
||||
* @return The isServerbuffModifier.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsServerbuffModifier() {
|
||||
return isServerbuffModifier_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_serverbuff_modifier = 3;</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 = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsServerbuffModifier() {
|
||||
|
||||
isServerbuffModifier_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int instancedModifierId_ ;
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* <code>uint32 instanced_modifier_id = 11;</code>
|
||||
* @return The instancedModifierId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -858,7 +765,7 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return instancedModifierId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* <code>uint32 instanced_modifier_id = 11;</code>
|
||||
* @param value The instancedModifierId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -869,7 +776,7 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_modifier_id = 14;</code>
|
||||
* <code>uint32 instanced_modifier_id = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstancedModifierId() {
|
||||
@@ -878,6 +785,99 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int targetId_ ;
|
||||
/**
|
||||
* <code>uint32 target_id = 4;</code>
|
||||
* @return The targetId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTargetId() {
|
||||
return targetId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_id = 4;</code>
|
||||
* @param value The targetId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTargetId(int value) {
|
||||
|
||||
targetId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTargetId() {
|
||||
|
||||
targetId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int instancedAbilityId_ ;
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return The instancedAbilityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInstancedAbilityId() {
|
||||
return instancedAbilityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @param value The instancedAbilityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstancedAbilityId(int value) {
|
||||
|
||||
instancedAbilityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 instanced_ability_id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstancedAbilityId() {
|
||||
|
||||
instancedAbilityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int modifierConfigLocalId_ ;
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 12;</code>
|
||||
* @return The modifierConfigLocalId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getModifierConfigLocalId() {
|
||||
return modifierConfigLocalId_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 12;</code>
|
||||
* @param value The modifierConfigLocalId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setModifierConfigLocalId(int value) {
|
||||
|
||||
modifierConfigLocalId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 modifier_config_local_id = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearModifierConfigLocalId() {
|
||||
|
||||
modifierConfigLocalId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -947,11 +947,11 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\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" +
|
||||
"(\r\022\020\n\010local_id\030\001 \001(\005\022\036\n\026is_serverbuff_mo" +
|
||||
"difier\030\003 \001(\010\022\035\n\025instanced_modifier_id\030\013 " +
|
||||
"\001(\r\022\021\n\ttarget_id\030\004 \001(\r\022\034\n\024instanced_abil" +
|
||||
"ity_id\030\006 \001(\r\022 \n\030modifier_config_local_id" +
|
||||
"\030\014 \001(\005B\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"to3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -963,7 +963,7 @@ public final class AbilityInvokeEntryHeadOuterClass {
|
||||
internal_static_AbilityInvokeEntryHead_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AbilityInvokeEntryHead_descriptor,
|
||||
new java.lang.String[] { "ServerBuffUid", "TargetId", "ModifierConfigLocalId", "InstancedAbilityId", "IsServerbuffModifier", "LocalId", "InstancedModifierId", });
|
||||
new java.lang.String[] { "ServerBuffUid", "LocalId", "IsServerbuffModifier", "InstancedModifierId", "TargetId", "InstancedAbilityId", "ModifierConfigLocalId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+384
-384
File diff suppressed because it is too large
Load Diff
+685
@@ -0,0 +1,685 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AbilityMetaAddAbility.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AbilityMetaAddAbilityOuterClass {
|
||||
private AbilityMetaAddAbilityOuterClass() {}
|
||||
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 AbilityMetaAddAbilityOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AbilityMetaAddAbility)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
* @return Whether the ability field is set.
|
||||
*/
|
||||
boolean hasAbility();
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
* @return The ability.
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility getAbility();
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbilityOrBuilder getAbilityOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: Unknown
|
||||
* Handcrafted by Magix!
|
||||
* This definition is *probably* wrong.
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMetaAddAbility}
|
||||
*/
|
||||
public static final class AbilityMetaAddAbility extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AbilityMetaAddAbility)
|
||||
AbilityMetaAddAbilityOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AbilityMetaAddAbility.newBuilder() to construct.
|
||||
private AbilityMetaAddAbility(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AbilityMetaAddAbility() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AbilityMetaAddAbility();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AbilityMetaAddAbility(
|
||||
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;
|
||||
case 10: {
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.Builder subBuilder = null;
|
||||
if (ability_ != null) {
|
||||
subBuilder = ability_.toBuilder();
|
||||
}
|
||||
ability_ = input.readMessage(emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(ability_);
|
||||
ability_ = subBuilder.buildPartial();
|
||||
}
|
||||
|
||||
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.AbilityMetaAddAbilityOuterClass.internal_static_AbilityMetaAddAbility_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.internal_static_AbilityMetaAddAbility_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility.class, emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ABILITY_FIELD_NUMBER = 1;
|
||||
private emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility ability_;
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
* @return Whether the ability field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasAbility() {
|
||||
return ability_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
* @return The ability.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility getAbility() {
|
||||
return ability_ == null ? emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.getDefaultInstance() : ability_;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbilityOrBuilder getAbilityOrBuilder() {
|
||||
return getAbility();
|
||||
}
|
||||
|
||||
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 (ability_ != null) {
|
||||
output.writeMessage(1, getAbility());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (ability_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getAbility());
|
||||
}
|
||||
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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility other = (emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility) obj;
|
||||
|
||||
if (hasAbility() != other.hasAbility()) return false;
|
||||
if (hasAbility()) {
|
||||
if (!getAbility()
|
||||
.equals(other.getAbility())) return false;
|
||||
}
|
||||
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();
|
||||
if (hasAbility()) {
|
||||
hash = (37 * hash) + ABILITY_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAbility().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility 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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility 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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility 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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility 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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility 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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: Unknown
|
||||
* Handcrafted by Magix!
|
||||
* This definition is *probably* wrong.
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMetaAddAbility}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AbilityMetaAddAbility)
|
||||
emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbilityOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.internal_static_AbilityMetaAddAbility_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.internal_static_AbilityMetaAddAbility_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility.class, emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility.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();
|
||||
if (abilityBuilder_ == null) {
|
||||
ability_ = null;
|
||||
} else {
|
||||
ability_ = null;
|
||||
abilityBuilder_ = null;
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.internal_static_AbilityMetaAddAbility_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility build() {
|
||||
emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility buildPartial() {
|
||||
emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility result = new emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility(this);
|
||||
if (abilityBuilder_ == null) {
|
||||
result.ability_ = ability_;
|
||||
} else {
|
||||
result.ability_ = abilityBuilder_.build();
|
||||
}
|
||||
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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility other) {
|
||||
if (other == emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility.getDefaultInstance()) return this;
|
||||
if (other.hasAbility()) {
|
||||
mergeAbility(other.getAbility());
|
||||
}
|
||||
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.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility ability_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility, emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.Builder, emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbilityOrBuilder> abilityBuilder_;
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
* @return Whether the ability field is set.
|
||||
*/
|
||||
public boolean hasAbility() {
|
||||
return abilityBuilder_ != null || ability_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
* @return The ability.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility getAbility() {
|
||||
if (abilityBuilder_ == null) {
|
||||
return ability_ == null ? emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.getDefaultInstance() : ability_;
|
||||
} else {
|
||||
return abilityBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
public Builder setAbility(emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility value) {
|
||||
if (abilityBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ability_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
abilityBuilder_.setMessage(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
public Builder setAbility(
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.Builder builderForValue) {
|
||||
if (abilityBuilder_ == null) {
|
||||
ability_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
abilityBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
public Builder mergeAbility(emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility value) {
|
||||
if (abilityBuilder_ == null) {
|
||||
if (ability_ != null) {
|
||||
ability_ =
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.newBuilder(ability_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
ability_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
abilityBuilder_.mergeFrom(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
public Builder clearAbility() {
|
||||
if (abilityBuilder_ == null) {
|
||||
ability_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
ability_ = null;
|
||||
abilityBuilder_ = null;
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.Builder getAbilityBuilder() {
|
||||
|
||||
onChanged();
|
||||
return getAbilityFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbilityOrBuilder getAbilityOrBuilder() {
|
||||
if (abilityBuilder_ != null) {
|
||||
return abilityBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return ability_ == null ?
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.getDefaultInstance() : ability_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityAppliedAbility ability = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility, emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.Builder, emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbilityOrBuilder>
|
||||
getAbilityFieldBuilder() {
|
||||
if (abilityBuilder_ == null) {
|
||||
abilityBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility, emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbility.Builder, emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.AbilityAppliedAbilityOrBuilder>(
|
||||
getAbility(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
ability_ = null;
|
||||
}
|
||||
return abilityBuilder_;
|
||||
}
|
||||
@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:AbilityMetaAddAbility)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AbilityMetaAddAbility)
|
||||
private static final emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AbilityMetaAddAbility>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AbilityMetaAddAbility>() {
|
||||
@java.lang.Override
|
||||
public AbilityMetaAddAbility parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AbilityMetaAddAbility(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AbilityMetaAddAbility> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AbilityMetaAddAbility> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaAddAbilityOuterClass.AbilityMetaAddAbility getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AbilityMetaAddAbility_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AbilityMetaAddAbility_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AbilityMetaAddAbility.proto\032\033AbilityAp" +
|
||||
"pliedAbility.proto\"@\n\025AbilityMetaAddAbil" +
|
||||
"ity\022\'\n\007ability\030\001 \001(\0132\026.AbilityAppliedAbi" +
|
||||
"lityB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.getDescriptor(),
|
||||
});
|
||||
internal_static_AbilityMetaAddAbility_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AbilityMetaAddAbility_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AbilityMetaAddAbility_descriptor,
|
||||
new java.lang.String[] { "Ability", });
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+1243
-1279
File diff suppressed because it is too large
Load Diff
+627
@@ -0,0 +1,627 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AbilityMetaModifierDurabilityChange.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AbilityMetaModifierDurabilityChangeOuterClass {
|
||||
private AbilityMetaModifierDurabilityChangeOuterClass() {}
|
||||
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 AbilityMetaModifierDurabilityChangeOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AbilityMetaModifierDurabilityChange)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>float remain_durability = 1;</code>
|
||||
* @return The remainDurability.
|
||||
*/
|
||||
float getRemainDurability();
|
||||
|
||||
/**
|
||||
* <code>float reduce_durability = 2;</code>
|
||||
* @return The reduceDurability.
|
||||
*/
|
||||
float getReduceDurability();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: Unknown
|
||||
* Handcrafted by Magix!
|
||||
* This definition is *probably* wrong.
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMetaModifierDurabilityChange}
|
||||
*/
|
||||
public static final class AbilityMetaModifierDurabilityChange extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AbilityMetaModifierDurabilityChange)
|
||||
AbilityMetaModifierDurabilityChangeOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AbilityMetaModifierDurabilityChange.newBuilder() to construct.
|
||||
private AbilityMetaModifierDurabilityChange(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AbilityMetaModifierDurabilityChange() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AbilityMetaModifierDurabilityChange();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AbilityMetaModifierDurabilityChange(
|
||||
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;
|
||||
case 13: {
|
||||
|
||||
remainDurability_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 21: {
|
||||
|
||||
reduceDurability_ = input.readFloat();
|
||||
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.AbilityMetaModifierDurabilityChangeOuterClass.internal_static_AbilityMetaModifierDurabilityChange_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.internal_static_AbilityMetaModifierDurabilityChange_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange.class, emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange.Builder.class);
|
||||
}
|
||||
|
||||
public static final int REMAIN_DURABILITY_FIELD_NUMBER = 1;
|
||||
private float remainDurability_;
|
||||
/**
|
||||
* <code>float remain_durability = 1;</code>
|
||||
* @return The remainDurability.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getRemainDurability() {
|
||||
return remainDurability_;
|
||||
}
|
||||
|
||||
public static final int REDUCE_DURABILITY_FIELD_NUMBER = 2;
|
||||
private float reduceDurability_;
|
||||
/**
|
||||
* <code>float reduce_durability = 2;</code>
|
||||
* @return The reduceDurability.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getReduceDurability() {
|
||||
return reduceDurability_;
|
||||
}
|
||||
|
||||
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 (remainDurability_ != 0F) {
|
||||
output.writeFloat(1, remainDurability_);
|
||||
}
|
||||
if (reduceDurability_ != 0F) {
|
||||
output.writeFloat(2, reduceDurability_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (remainDurability_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(1, remainDurability_);
|
||||
}
|
||||
if (reduceDurability_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(2, reduceDurability_);
|
||||
}
|
||||
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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange other = (emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange) obj;
|
||||
|
||||
if (java.lang.Float.floatToIntBits(getRemainDurability())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getRemainDurability())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getReduceDurability())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getReduceDurability())) return false;
|
||||
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();
|
||||
hash = (37 * hash) + REMAIN_DURABILITY_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getRemainDurability());
|
||||
hash = (37 * hash) + REDUCE_DURABILITY_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getReduceDurability());
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange 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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange 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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange 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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange 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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange 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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: Unknown
|
||||
* Handcrafted by Magix!
|
||||
* This definition is *probably* wrong.
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMetaModifierDurabilityChange}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AbilityMetaModifierDurabilityChange)
|
||||
emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChangeOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.internal_static_AbilityMetaModifierDurabilityChange_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.internal_static_AbilityMetaModifierDurabilityChange_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange.class, emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange.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();
|
||||
remainDurability_ = 0F;
|
||||
|
||||
reduceDurability_ = 0F;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.internal_static_AbilityMetaModifierDurabilityChange_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange build() {
|
||||
emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange buildPartial() {
|
||||
emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange result = new emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange(this);
|
||||
result.remainDurability_ = remainDurability_;
|
||||
result.reduceDurability_ = reduceDurability_;
|
||||
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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange other) {
|
||||
if (other == emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange.getDefaultInstance()) return this;
|
||||
if (other.getRemainDurability() != 0F) {
|
||||
setRemainDurability(other.getRemainDurability());
|
||||
}
|
||||
if (other.getReduceDurability() != 0F) {
|
||||
setReduceDurability(other.getReduceDurability());
|
||||
}
|
||||
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.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private float remainDurability_ ;
|
||||
/**
|
||||
* <code>float remain_durability = 1;</code>
|
||||
* @return The remainDurability.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getRemainDurability() {
|
||||
return remainDurability_;
|
||||
}
|
||||
/**
|
||||
* <code>float remain_durability = 1;</code>
|
||||
* @param value The remainDurability to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRemainDurability(float value) {
|
||||
|
||||
remainDurability_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float remain_durability = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRemainDurability() {
|
||||
|
||||
remainDurability_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float reduceDurability_ ;
|
||||
/**
|
||||
* <code>float reduce_durability = 2;</code>
|
||||
* @return The reduceDurability.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getReduceDurability() {
|
||||
return reduceDurability_;
|
||||
}
|
||||
/**
|
||||
* <code>float reduce_durability = 2;</code>
|
||||
* @param value The reduceDurability to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setReduceDurability(float value) {
|
||||
|
||||
reduceDurability_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float reduce_durability = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearReduceDurability() {
|
||||
|
||||
reduceDurability_ = 0F;
|
||||
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:AbilityMetaModifierDurabilityChange)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AbilityMetaModifierDurabilityChange)
|
||||
private static final emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AbilityMetaModifierDurabilityChange>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AbilityMetaModifierDurabilityChange>() {
|
||||
@java.lang.Override
|
||||
public AbilityMetaModifierDurabilityChange parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AbilityMetaModifierDurabilityChange(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AbilityMetaModifierDurabilityChange> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AbilityMetaModifierDurabilityChange> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityMetaModifierDurabilityChangeOuterClass.AbilityMetaModifierDurabilityChange getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AbilityMetaModifierDurabilityChange_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AbilityMetaModifierDurabilityChange_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n)AbilityMetaModifierDurabilityChange.pr" +
|
||||
"oto\032\033AbilityAppliedAbility.proto\"[\n#Abil" +
|
||||
"ityMetaModifierDurabilityChange\022\031\n\021remai" +
|
||||
"n_durability\030\001 \001(\002\022\031\n\021reduce_durability\030" +
|
||||
"\002 \001(\002B\033\n\031emu.grasscutter.net.protob\006prot" +
|
||||
"o3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.getDescriptor(),
|
||||
});
|
||||
internal_static_AbilityMetaModifierDurabilityChange_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AbilityMetaModifierDurabilityChange_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AbilityMetaModifierDurabilityChange_descriptor,
|
||||
new java.lang.String[] { "RemainDurability", "ReduceDurability", });
|
||||
emu.grasscutter.net.proto.AbilityAppliedAbilityOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+35
-35
@@ -19,32 +19,32 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry>
|
||||
getOverrideMapList();
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry getOverrideMap(int index);
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
int getOverrideMapCount();
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder>
|
||||
getOverrideMapOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder getOverrideMapOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: EEACBNFBEHI
|
||||
* Name: AHCCOPHKLIK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMetaReInitOverrideMap}
|
||||
@@ -93,7 +93,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 74: {
|
||||
case 42: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
overrideMap_ = new java.util.ArrayList<emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -137,17 +137,17 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityMetaReInitOverrideMapOuterClass.AbilityMetaReInitOverrideMap.class, emu.grasscutter.net.proto.AbilityMetaReInitOverrideMapOuterClass.AbilityMetaReInitOverrideMap.Builder.class);
|
||||
}
|
||||
|
||||
public static final int OVERRIDE_MAP_FIELD_NUMBER = 9;
|
||||
public static final int OVERRIDE_MAP_FIELD_NUMBER = 5;
|
||||
private java.util.List<emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry> overrideMap_;
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry> getOverrideMapList() {
|
||||
return overrideMap_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder>
|
||||
@@ -155,21 +155,21 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return overrideMap_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getOverrideMapCount() {
|
||||
return overrideMap_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry getOverrideMap(int index) {
|
||||
return overrideMap_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder getOverrideMapOrBuilder(
|
||||
@@ -192,7 +192,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < overrideMap_.size(); i++) {
|
||||
output.writeMessage(9, overrideMap_.get(i));
|
||||
output.writeMessage(5, overrideMap_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -205,7 +205,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < overrideMap_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(9, overrideMap_.get(i));
|
||||
.computeMessageSize(5, overrideMap_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -336,7 +336,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: EEACBNFBEHI
|
||||
* Name: AHCCOPHKLIK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMetaReInitOverrideMap}
|
||||
@@ -536,7 +536,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry, emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder, emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder> overrideMapBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry> getOverrideMapList() {
|
||||
if (overrideMapBuilder_ == null) {
|
||||
@@ -546,7 +546,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public int getOverrideMapCount() {
|
||||
if (overrideMapBuilder_ == null) {
|
||||
@@ -556,7 +556,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry getOverrideMap(int index) {
|
||||
if (overrideMapBuilder_ == null) {
|
||||
@@ -566,7 +566,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder setOverrideMap(
|
||||
int index, emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry value) {
|
||||
@@ -583,7 +583,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder setOverrideMap(
|
||||
int index, emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder builderForValue) {
|
||||
@@ -597,7 +597,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder addOverrideMap(emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry value) {
|
||||
if (overrideMapBuilder_ == null) {
|
||||
@@ -613,7 +613,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder addOverrideMap(
|
||||
int index, emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry value) {
|
||||
@@ -630,7 +630,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder addOverrideMap(
|
||||
emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder builderForValue) {
|
||||
@@ -644,7 +644,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder addOverrideMap(
|
||||
int index, emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder builderForValue) {
|
||||
@@ -658,7 +658,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder addAllOverrideMap(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry> values) {
|
||||
@@ -673,7 +673,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder clearOverrideMap() {
|
||||
if (overrideMapBuilder_ == null) {
|
||||
@@ -686,7 +686,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public Builder removeOverrideMap(int index) {
|
||||
if (overrideMapBuilder_ == null) {
|
||||
@@ -699,14 +699,14 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder getOverrideMapBuilder(
|
||||
int index) {
|
||||
return getOverrideMapFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder getOverrideMapOrBuilder(
|
||||
int index) {
|
||||
@@ -716,7 +716,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder>
|
||||
getOverrideMapOrBuilderList() {
|
||||
@@ -727,14 +727,14 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder addOverrideMapBuilder() {
|
||||
return getOverrideMapFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder addOverrideMapBuilder(
|
||||
int index) {
|
||||
@@ -742,7 +742,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
index, emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 9;</code>
|
||||
* <code>repeated .AbilityScalarValueEntry override_map = 5;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder>
|
||||
getOverrideMapBuilderList() {
|
||||
@@ -831,7 +831,7 @@ public final class AbilityMetaReInitOverrideMapOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\"AbilityMetaReInitOverrideMap.proto\032\035Ab" +
|
||||
"ilityScalarValueEntry.proto\"N\n\034AbilityMe" +
|
||||
"taReInitOverrideMap\022.\n\014override_map\030\t \003(" +
|
||||
"taReInitOverrideMap\022.\n\014override_map\030\005 \003(" +
|
||||
"\0132\030.AbilityScalarValueEntryB\033\n\031emu.grass" +
|
||||
"cutter.net.protob\006proto3"
|
||||
};
|
||||
|
||||
+3
-3
@@ -112,7 +112,7 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: LMMFGNIDKME
|
||||
* Name: AACFCFOGCMC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMixinRecoverInfo}
|
||||
@@ -731,7 +731,7 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: LMMFGNIDKME
|
||||
* Name: AACFCFOGCMC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMixinRecoverInfo}
|
||||
@@ -1654,7 +1654,7 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
"\030\006 \003(\0132\024.MassivePropSyncInfo\022-\n\022breakout" +
|
||||
"_snap_shot\030\007 \001(\0132\021.BreakoutSnapShot\022\036\n\024i" +
|
||||
"nstanced_ability_id\030\001 \001(\rH\000\022\037\n\025instanced" +
|
||||
"_modifier_id\030\002 \001(\rH\000B\010\n\006sourceB\033\n\031emu.gr" +
|
||||
"_modifier_id\030\002 \001(\rH\000B\010\n\006SourceB\033\n\031emu.gr" +
|
||||
"asscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
@@ -16,7 +16,7 @@ public final class AbilityScalarTypeOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: MLNEEGJPBCO
|
||||
* Name: OOCPHEKKCJH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf enum {@code AbilityScalarType}
|
||||
|
||||
+2
-2
@@ -98,7 +98,7 @@ public final class AbilityScalarValueEntryOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JHJPOIJGPEB
|
||||
* Name: JLEGECKKDKB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityScalarValueEntry}
|
||||
@@ -671,7 +671,7 @@ public final class AbilityScalarValueEntryOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JHJPOIJGPEB
|
||||
* Name: JLEGECKKDKB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityScalarValueEntry}
|
||||
|
||||
@@ -50,7 +50,7 @@ public final class AbilityStringOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ALGGELGLCLJ
|
||||
* Name: CPMJBNHKIEA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityString}
|
||||
@@ -440,7 +440,7 @@ public final class AbilityStringOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ALGGELGLCLJ
|
||||
* Name: CPMJBNHKIEA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityString}
|
||||
|
||||
+2
-2
@@ -146,7 +146,7 @@ public final class AbilitySyncStateInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ONHDINIKADE
|
||||
* Name: OIEKIGIJIFH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilitySyncStateInfo}
|
||||
@@ -730,7 +730,7 @@ public final class AbilitySyncStateInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ONHDINIKADE
|
||||
* Name: OIEKIGIJIFH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilitySyncStateInfo}
|
||||
|
||||
+55
-55
@@ -19,41 +19,41 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement>
|
||||
getAchievementListList();
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement getAchievementList(int index);
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
int getAchievementListCount();
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder>
|
||||
getAchievementListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder getAchievementListOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @return A list containing the rewardTakenGoalIdList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getRewardTakenGoalIdListList();
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @return The count of rewardTakenGoalIdList.
|
||||
*/
|
||||
int getRewardTakenGoalIdListCount();
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The rewardTakenGoalIdList at the given index.
|
||||
*/
|
||||
@@ -61,8 +61,8 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IHGEAOHBLMH
|
||||
* CmdId: 2698
|
||||
* CmdId: 2659
|
||||
* Name: LFMMEIHIAED
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AchievementAllDataNotify}
|
||||
@@ -112,7 +112,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 32: {
|
||||
case 16: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
rewardTakenGoalIdList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
@@ -120,7 +120,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
rewardTakenGoalIdList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
case 18: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -133,7 +133,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
case 90: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
achievementList_ = new java.util.ArrayList<emu.grasscutter.net.proto.AchievementOuterClass.Achievement>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -180,17 +180,17 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AchievementAllDataNotifyOuterClass.AchievementAllDataNotify.class, emu.grasscutter.net.proto.AchievementAllDataNotifyOuterClass.AchievementAllDataNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ACHIEVEMENT_LIST_FIELD_NUMBER = 15;
|
||||
public static final int ACHIEVEMENT_LIST_FIELD_NUMBER = 11;
|
||||
private java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement> achievementList_;
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement> getAchievementListList() {
|
||||
return achievementList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder>
|
||||
@@ -198,21 +198,21 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return achievementList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAchievementListCount() {
|
||||
return achievementList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement getAchievementList(int index) {
|
||||
return achievementList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder getAchievementListOrBuilder(
|
||||
@@ -220,10 +220,10 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return achievementList_.get(index);
|
||||
}
|
||||
|
||||
public static final int REWARD_TAKEN_GOAL_ID_LIST_FIELD_NUMBER = 4;
|
||||
public static final int REWARD_TAKEN_GOAL_ID_LIST_FIELD_NUMBER = 2;
|
||||
private com.google.protobuf.Internal.IntList rewardTakenGoalIdList_;
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @return A list containing the rewardTakenGoalIdList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -232,14 +232,14 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return rewardTakenGoalIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @return The count of rewardTakenGoalIdList.
|
||||
*/
|
||||
public int getRewardTakenGoalIdListCount() {
|
||||
return rewardTakenGoalIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The rewardTakenGoalIdList at the given index.
|
||||
*/
|
||||
@@ -264,14 +264,14 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (getRewardTakenGoalIdListList().size() > 0) {
|
||||
output.writeUInt32NoTag(34);
|
||||
output.writeUInt32NoTag(18);
|
||||
output.writeUInt32NoTag(rewardTakenGoalIdListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < rewardTakenGoalIdList_.size(); i++) {
|
||||
output.writeUInt32NoTag(rewardTakenGoalIdList_.getInt(i));
|
||||
}
|
||||
for (int i = 0; i < achievementList_.size(); i++) {
|
||||
output.writeMessage(15, achievementList_.get(i));
|
||||
output.writeMessage(11, achievementList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -298,7 +298,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
for (int i = 0; i < achievementList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(15, achievementList_.get(i));
|
||||
.computeMessageSize(11, achievementList_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -435,8 +435,8 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IHGEAOHBLMH
|
||||
* CmdId: 2698
|
||||
* CmdId: 2659
|
||||
* Name: LFMMEIHIAED
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AchievementAllDataNotify}
|
||||
@@ -653,7 +653,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder, emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder> achievementListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement> getAchievementListList() {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -663,7 +663,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public int getAchievementListCount() {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -673,7 +673,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement getAchievementList(int index) {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -683,7 +683,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder setAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement value) {
|
||||
@@ -700,7 +700,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder setAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder builderForValue) {
|
||||
@@ -714,7 +714,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder addAchievementList(emu.grasscutter.net.proto.AchievementOuterClass.Achievement value) {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -730,7 +730,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder addAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement value) {
|
||||
@@ -747,7 +747,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder addAchievementList(
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder builderForValue) {
|
||||
@@ -761,7 +761,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder addAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder builderForValue) {
|
||||
@@ -775,7 +775,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder addAllAchievementList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.AchievementOuterClass.Achievement> values) {
|
||||
@@ -790,7 +790,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder clearAchievementList() {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -803,7 +803,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public Builder removeAchievementList(int index) {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -816,14 +816,14 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder getAchievementListBuilder(
|
||||
int index) {
|
||||
return getAchievementListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder getAchievementListOrBuilder(
|
||||
int index) {
|
||||
@@ -833,7 +833,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder>
|
||||
getAchievementListOrBuilderList() {
|
||||
@@ -844,14 +844,14 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder addAchievementListBuilder() {
|
||||
return getAchievementListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder addAchievementListBuilder(
|
||||
int index) {
|
||||
@@ -859,7 +859,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 15;</code>
|
||||
* <code>repeated .Achievement achievement_list = 11;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder>
|
||||
getAchievementListBuilderList() {
|
||||
@@ -888,7 +888,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @return A list containing the rewardTakenGoalIdList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -897,14 +897,14 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
java.util.Collections.unmodifiableList(rewardTakenGoalIdList_) : rewardTakenGoalIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @return The count of rewardTakenGoalIdList.
|
||||
*/
|
||||
public int getRewardTakenGoalIdListCount() {
|
||||
return rewardTakenGoalIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The rewardTakenGoalIdList at the given index.
|
||||
*/
|
||||
@@ -912,7 +912,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return rewardTakenGoalIdList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The rewardTakenGoalIdList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -925,7 +925,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @param value The rewardTakenGoalIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -936,7 +936,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @param values The rewardTakenGoalIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -949,7 +949,7 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 4;</code>
|
||||
* <code>repeated uint32 reward_taken_goal_id_list = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRewardTakenGoalIdList() {
|
||||
@@ -1027,8 +1027,8 @@ public final class AchievementAllDataNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AchievementAllDataNotify.proto\032\021Achiev" +
|
||||
"ement.proto\"e\n\030AchievementAllDataNotify\022" +
|
||||
"&\n\020achievement_list\030\017 \003(\0132\014.Achievement\022" +
|
||||
"!\n\031reward_taken_goal_id_list\030\004 \003(\rB\033\n\031em" +
|
||||
"&\n\020achievement_list\030\013 \003(\0132\014.Achievement\022" +
|
||||
"!\n\031reward_taken_goal_id_list\030\002 \003(\rB\033\n\031em" +
|
||||
"u.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
@@ -19,47 +19,43 @@ public final class AchievementOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JPGOFPINCMO > Status
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 cur_progress = 2;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
int getCurProgress();
|
||||
|
||||
/**
|
||||
* <code>uint32 finish_timestamp = 13;</code>
|
||||
* @return The finishTimestamp.
|
||||
*/
|
||||
int getFinishTimestamp();
|
||||
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* @return The enum numeric value on the wire for status.
|
||||
*/
|
||||
int getStatusValue();
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* @return The status.
|
||||
*/
|
||||
emu.grasscutter.net.proto.StatusOuterClass.Status getStatus();
|
||||
|
||||
/**
|
||||
* <code>uint32 total_progress = 5;</code>
|
||||
* <code>uint32 total_progress = 4;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
int getTotalProgress();
|
||||
|
||||
/**
|
||||
* <code>uint32 id = 9;</code>
|
||||
* <code>uint32 finish_timestamp = 9;</code>
|
||||
* @return The finishTimestamp.
|
||||
*/
|
||||
int getFinishTimestamp();
|
||||
|
||||
/**
|
||||
* <code>.Status status = 2;</code>
|
||||
* @return The enum numeric value on the wire for status.
|
||||
*/
|
||||
int getStatusValue();
|
||||
/**
|
||||
* <code>.Status status = 2;</code>
|
||||
* @return The status.
|
||||
*/
|
||||
emu.grasscutter.net.proto.StatusOuterClass.Status getStatus();
|
||||
|
||||
/**
|
||||
* <code>uint32 id = 10;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
int getId();
|
||||
|
||||
/**
|
||||
* <code>uint32 cur_progress = 3;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
int getCurProgress();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IMEFDIKAJBD
|
||||
* Name: PBPLDMMEGBO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code Achievement}
|
||||
@@ -108,31 +104,31 @@ public final class AchievementOuterClass {
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
|
||||
curProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
|
||||
totalProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
int rawValue = input.readEnum();
|
||||
|
||||
status_ = rawValue;
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 24: {
|
||||
|
||||
id_ = input.readUInt32();
|
||||
curProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 32: {
|
||||
|
||||
totalProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
finishTimestamp_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
id_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -165,25 +161,21 @@ public final class AchievementOuterClass {
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement.class, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder.class);
|
||||
}
|
||||
|
||||
public static final int CUR_PROGRESS_FIELD_NUMBER = 2;
|
||||
private int curProgress_;
|
||||
public static final int TOTAL_PROGRESS_FIELD_NUMBER = 4;
|
||||
private int totalProgress_;
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JPGOFPINCMO > Status
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 cur_progress = 2;</code>
|
||||
* @return The curProgress.
|
||||
* <code>uint32 total_progress = 4;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
public int getTotalProgress() {
|
||||
return totalProgress_;
|
||||
}
|
||||
|
||||
public static final int FINISH_TIMESTAMP_FIELD_NUMBER = 13;
|
||||
public static final int FINISH_TIMESTAMP_FIELD_NUMBER = 9;
|
||||
private int finishTimestamp_;
|
||||
/**
|
||||
* <code>uint32 finish_timestamp = 13;</code>
|
||||
* <code>uint32 finish_timestamp = 9;</code>
|
||||
* @return The finishTimestamp.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -191,17 +183,17 @@ public final class AchievementOuterClass {
|
||||
return finishTimestamp_;
|
||||
}
|
||||
|
||||
public static final int STATUS_FIELD_NUMBER = 6;
|
||||
public static final int STATUS_FIELD_NUMBER = 2;
|
||||
private int status_;
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* <code>.Status status = 2;</code>
|
||||
* @return The enum numeric value on the wire for status.
|
||||
*/
|
||||
@java.lang.Override public int getStatusValue() {
|
||||
return status_;
|
||||
}
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* <code>.Status status = 2;</code>
|
||||
* @return The status.
|
||||
*/
|
||||
@java.lang.Override public emu.grasscutter.net.proto.StatusOuterClass.Status getStatus() {
|
||||
@@ -210,21 +202,10 @@ public final class AchievementOuterClass {
|
||||
return result == null ? emu.grasscutter.net.proto.StatusOuterClass.Status.UNRECOGNIZED : result;
|
||||
}
|
||||
|
||||
public static final int TOTAL_PROGRESS_FIELD_NUMBER = 5;
|
||||
private int totalProgress_;
|
||||
/**
|
||||
* <code>uint32 total_progress = 5;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTotalProgress() {
|
||||
return totalProgress_;
|
||||
}
|
||||
|
||||
public static final int ID_FIELD_NUMBER = 9;
|
||||
public static final int ID_FIELD_NUMBER = 10;
|
||||
private int id_;
|
||||
/**
|
||||
* <code>uint32 id = 9;</code>
|
||||
* <code>uint32 id = 10;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -232,6 +213,17 @@ public final class AchievementOuterClass {
|
||||
return id_;
|
||||
}
|
||||
|
||||
public static final int CUR_PROGRESS_FIELD_NUMBER = 3;
|
||||
private int curProgress_;
|
||||
/**
|
||||
* <code>uint32 cur_progress = 3;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -246,20 +238,20 @@ public final class AchievementOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (status_ != emu.grasscutter.net.proto.StatusOuterClass.Status.STATUS_INVALID.getNumber()) {
|
||||
output.writeEnum(2, status_);
|
||||
}
|
||||
if (curProgress_ != 0) {
|
||||
output.writeUInt32(2, curProgress_);
|
||||
output.writeUInt32(3, curProgress_);
|
||||
}
|
||||
if (totalProgress_ != 0) {
|
||||
output.writeUInt32(5, totalProgress_);
|
||||
}
|
||||
if (status_ != emu.grasscutter.net.proto.StatusOuterClass.Status.STATUS_INVALID.getNumber()) {
|
||||
output.writeEnum(6, status_);
|
||||
}
|
||||
if (id_ != 0) {
|
||||
output.writeUInt32(9, id_);
|
||||
output.writeUInt32(4, totalProgress_);
|
||||
}
|
||||
if (finishTimestamp_ != 0) {
|
||||
output.writeUInt32(13, finishTimestamp_);
|
||||
output.writeUInt32(9, finishTimestamp_);
|
||||
}
|
||||
if (id_ != 0) {
|
||||
output.writeUInt32(10, id_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -270,25 +262,25 @@ public final class AchievementOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (status_ != emu.grasscutter.net.proto.StatusOuterClass.Status.STATUS_INVALID.getNumber()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(2, status_);
|
||||
}
|
||||
if (curProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, curProgress_);
|
||||
.computeUInt32Size(3, curProgress_);
|
||||
}
|
||||
if (totalProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, totalProgress_);
|
||||
}
|
||||
if (status_ != emu.grasscutter.net.proto.StatusOuterClass.Status.STATUS_INVALID.getNumber()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(6, status_);
|
||||
}
|
||||
if (id_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, id_);
|
||||
.computeUInt32Size(4, totalProgress_);
|
||||
}
|
||||
if (finishTimestamp_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, finishTimestamp_);
|
||||
.computeUInt32Size(9, finishTimestamp_);
|
||||
}
|
||||
if (id_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, id_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -305,15 +297,15 @@ public final class AchievementOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement other = (emu.grasscutter.net.proto.AchievementOuterClass.Achievement) obj;
|
||||
|
||||
if (getCurProgress()
|
||||
!= other.getCurProgress()) return false;
|
||||
if (getTotalProgress()
|
||||
!= other.getTotalProgress()) return false;
|
||||
if (getFinishTimestamp()
|
||||
!= other.getFinishTimestamp()) return false;
|
||||
if (status_ != other.status_) return false;
|
||||
if (getTotalProgress()
|
||||
!= other.getTotalProgress()) return false;
|
||||
if (getId()
|
||||
!= other.getId()) return false;
|
||||
if (getCurProgress()
|
||||
!= other.getCurProgress()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -325,16 +317,16 @@ public final class AchievementOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + CUR_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCurProgress();
|
||||
hash = (37 * hash) + TOTAL_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTotalProgress();
|
||||
hash = (37 * hash) + FINISH_TIMESTAMP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFinishTimestamp();
|
||||
hash = (37 * hash) + STATUS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + status_;
|
||||
hash = (37 * hash) + TOTAL_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTotalProgress();
|
||||
hash = (37 * hash) + ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getId();
|
||||
hash = (37 * hash) + CUR_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCurProgress();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -432,7 +424,7 @@ public final class AchievementOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IMEFDIKAJBD
|
||||
* Name: PBPLDMMEGBO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code Achievement}
|
||||
@@ -472,16 +464,16 @@ public final class AchievementOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
curProgress_ = 0;
|
||||
totalProgress_ = 0;
|
||||
|
||||
finishTimestamp_ = 0;
|
||||
|
||||
status_ = 0;
|
||||
|
||||
totalProgress_ = 0;
|
||||
|
||||
id_ = 0;
|
||||
|
||||
curProgress_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -508,11 +500,11 @@ public final class AchievementOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement buildPartial() {
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement result = new emu.grasscutter.net.proto.AchievementOuterClass.Achievement(this);
|
||||
result.curProgress_ = curProgress_;
|
||||
result.totalProgress_ = totalProgress_;
|
||||
result.finishTimestamp_ = finishTimestamp_;
|
||||
result.status_ = status_;
|
||||
result.totalProgress_ = totalProgress_;
|
||||
result.id_ = id_;
|
||||
result.curProgress_ = curProgress_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -561,8 +553,8 @@ public final class AchievementOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AchievementOuterClass.Achievement other) {
|
||||
if (other == emu.grasscutter.net.proto.AchievementOuterClass.Achievement.getDefaultInstance()) return this;
|
||||
if (other.getCurProgress() != 0) {
|
||||
setCurProgress(other.getCurProgress());
|
||||
if (other.getTotalProgress() != 0) {
|
||||
setTotalProgress(other.getTotalProgress());
|
||||
}
|
||||
if (other.getFinishTimestamp() != 0) {
|
||||
setFinishTimestamp(other.getFinishTimestamp());
|
||||
@@ -570,12 +562,12 @@ public final class AchievementOuterClass {
|
||||
if (other.status_ != 0) {
|
||||
setStatusValue(other.getStatusValue());
|
||||
}
|
||||
if (other.getTotalProgress() != 0) {
|
||||
setTotalProgress(other.getTotalProgress());
|
||||
}
|
||||
if (other.getId() != 0) {
|
||||
setId(other.getId());
|
||||
}
|
||||
if (other.getCurProgress() != 0) {
|
||||
setCurProgress(other.getCurProgress());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -605,52 +597,40 @@ public final class AchievementOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int curProgress_ ;
|
||||
private int totalProgress_ ;
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JPGOFPINCMO > Status
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 cur_progress = 2;</code>
|
||||
* @return The curProgress.
|
||||
* <code>uint32 total_progress = 4;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
public int getTotalProgress() {
|
||||
return totalProgress_;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JPGOFPINCMO > Status
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 cur_progress = 2;</code>
|
||||
* @param value The curProgress to set.
|
||||
* <code>uint32 total_progress = 4;</code>
|
||||
* @param value The totalProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCurProgress(int value) {
|
||||
public Builder setTotalProgress(int value) {
|
||||
|
||||
curProgress_ = value;
|
||||
totalProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JPGOFPINCMO > Status
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 cur_progress = 2;</code>
|
||||
* <code>uint32 total_progress = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCurProgress() {
|
||||
public Builder clearTotalProgress() {
|
||||
|
||||
curProgress_ = 0;
|
||||
totalProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int finishTimestamp_ ;
|
||||
/**
|
||||
* <code>uint32 finish_timestamp = 13;</code>
|
||||
* <code>uint32 finish_timestamp = 9;</code>
|
||||
* @return The finishTimestamp.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -658,7 +638,7 @@ public final class AchievementOuterClass {
|
||||
return finishTimestamp_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 finish_timestamp = 13;</code>
|
||||
* <code>uint32 finish_timestamp = 9;</code>
|
||||
* @param value The finishTimestamp to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -669,7 +649,7 @@ public final class AchievementOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 finish_timestamp = 13;</code>
|
||||
* <code>uint32 finish_timestamp = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFinishTimestamp() {
|
||||
@@ -681,14 +661,14 @@ public final class AchievementOuterClass {
|
||||
|
||||
private int status_ = 0;
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* <code>.Status status = 2;</code>
|
||||
* @return The enum numeric value on the wire for status.
|
||||
*/
|
||||
@java.lang.Override public int getStatusValue() {
|
||||
return status_;
|
||||
}
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* <code>.Status status = 2;</code>
|
||||
* @param value The enum numeric value on the wire for status to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -699,7 +679,7 @@ public final class AchievementOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* <code>.Status status = 2;</code>
|
||||
* @return The status.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -709,7 +689,7 @@ public final class AchievementOuterClass {
|
||||
return result == null ? emu.grasscutter.net.proto.StatusOuterClass.Status.UNRECOGNIZED : result;
|
||||
}
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* <code>.Status status = 2;</code>
|
||||
* @param value The status to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -723,7 +703,7 @@ public final class AchievementOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Status status = 6;</code>
|
||||
* <code>.Status status = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStatus() {
|
||||
@@ -733,40 +713,9 @@ public final class AchievementOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int totalProgress_ ;
|
||||
/**
|
||||
* <code>uint32 total_progress = 5;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTotalProgress() {
|
||||
return totalProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 total_progress = 5;</code>
|
||||
* @param value The totalProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTotalProgress(int value) {
|
||||
|
||||
totalProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 total_progress = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTotalProgress() {
|
||||
|
||||
totalProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int id_ ;
|
||||
/**
|
||||
* <code>uint32 id = 9;</code>
|
||||
* <code>uint32 id = 10;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -774,7 +723,7 @@ public final class AchievementOuterClass {
|
||||
return id_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 id = 9;</code>
|
||||
* <code>uint32 id = 10;</code>
|
||||
* @param value The id to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -785,7 +734,7 @@ public final class AchievementOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 id = 9;</code>
|
||||
* <code>uint32 id = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearId() {
|
||||
@@ -794,6 +743,37 @@ public final class AchievementOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int curProgress_ ;
|
||||
/**
|
||||
* <code>uint32 cur_progress = 3;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cur_progress = 3;</code>
|
||||
* @param value The curProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCurProgress(int value) {
|
||||
|
||||
curProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cur_progress = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCurProgress() {
|
||||
|
||||
curProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -862,9 +842,9 @@ public final class AchievementOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021Achievement.proto\032\014Status.proto\"z\n\013Ach" +
|
||||
"ievement\022\024\n\014cur_progress\030\002 \001(\r\022\030\n\020finish" +
|
||||
"_timestamp\030\r \001(\r\022\027\n\006status\030\006 \001(\0162\007.Statu" +
|
||||
"s\022\026\n\016total_progress\030\005 \001(\r\022\n\n\002id\030\t \001(\rB\033\n" +
|
||||
"ievement\022\026\n\016total_progress\030\004 \001(\r\022\030\n\020fini" +
|
||||
"sh_timestamp\030\t \001(\r\022\027\n\006status\030\002 \001(\0162\007.Sta" +
|
||||
"tus\022\n\n\002id\030\n \001(\r\022\024\n\014cur_progress\030\003 \001(\rB\033\n" +
|
||||
"\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -877,7 +857,7 @@ public final class AchievementOuterClass {
|
||||
internal_static_Achievement_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_Achievement_descriptor,
|
||||
new java.lang.String[] { "CurProgress", "FinishTimestamp", "Status", "TotalProgress", "Id", });
|
||||
new java.lang.String[] { "TotalProgress", "FinishTimestamp", "Status", "Id", "CurProgress", });
|
||||
emu.grasscutter.net.proto.StatusOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
+37
-37
@@ -19,33 +19,33 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement>
|
||||
getAchievementListList();
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement getAchievementList(int index);
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
int getAchievementListCount();
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder>
|
||||
getAchievementListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder getAchievementListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PFKCLOLEDDE
|
||||
* CmdId: 2693
|
||||
* CmdId: 2666
|
||||
* Name: LLBPPPADHLB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AchievementUpdateNotify}
|
||||
@@ -94,7 +94,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 18: {
|
||||
case 98: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
achievementList_ = new java.util.ArrayList<emu.grasscutter.net.proto.AchievementOuterClass.Achievement>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -138,17 +138,17 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AchievementUpdateNotifyOuterClass.AchievementUpdateNotify.class, emu.grasscutter.net.proto.AchievementUpdateNotifyOuterClass.AchievementUpdateNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ACHIEVEMENT_LIST_FIELD_NUMBER = 2;
|
||||
public static final int ACHIEVEMENT_LIST_FIELD_NUMBER = 12;
|
||||
private java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement> achievementList_;
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement> getAchievementListList() {
|
||||
return achievementList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder>
|
||||
@@ -156,21 +156,21 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return achievementList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAchievementListCount() {
|
||||
return achievementList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement getAchievementList(int index) {
|
||||
return achievementList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder getAchievementListOrBuilder(
|
||||
@@ -193,7 +193,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < achievementList_.size(); i++) {
|
||||
output.writeMessage(2, achievementList_.get(i));
|
||||
output.writeMessage(12, achievementList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -206,7 +206,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < achievementList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(2, achievementList_.get(i));
|
||||
.computeMessageSize(12, achievementList_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -337,8 +337,8 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PFKCLOLEDDE
|
||||
* CmdId: 2693
|
||||
* CmdId: 2666
|
||||
* Name: LLBPPPADHLB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AchievementUpdateNotify}
|
||||
@@ -538,7 +538,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder, emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder> achievementListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement> getAchievementListList() {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -548,7 +548,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public int getAchievementListCount() {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -558,7 +558,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement getAchievementList(int index) {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -568,7 +568,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder setAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement value) {
|
||||
@@ -585,7 +585,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder setAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder builderForValue) {
|
||||
@@ -599,7 +599,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder addAchievementList(emu.grasscutter.net.proto.AchievementOuterClass.Achievement value) {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -615,7 +615,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder addAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement value) {
|
||||
@@ -632,7 +632,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder addAchievementList(
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder builderForValue) {
|
||||
@@ -646,7 +646,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder addAchievementList(
|
||||
int index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder builderForValue) {
|
||||
@@ -660,7 +660,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder addAllAchievementList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.AchievementOuterClass.Achievement> values) {
|
||||
@@ -675,7 +675,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder clearAchievementList() {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -688,7 +688,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public Builder removeAchievementList(int index) {
|
||||
if (achievementListBuilder_ == null) {
|
||||
@@ -701,14 +701,14 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder getAchievementListBuilder(
|
||||
int index) {
|
||||
return getAchievementListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder getAchievementListOrBuilder(
|
||||
int index) {
|
||||
@@ -718,7 +718,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AchievementOuterClass.AchievementOrBuilder>
|
||||
getAchievementListOrBuilderList() {
|
||||
@@ -729,14 +729,14 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder addAchievementListBuilder() {
|
||||
return getAchievementListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.AchievementOuterClass.Achievement.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder addAchievementListBuilder(
|
||||
int index) {
|
||||
@@ -744,7 +744,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.AchievementOuterClass.Achievement.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .Achievement achievement_list = 2;</code>
|
||||
* <code>repeated .Achievement achievement_list = 12;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AchievementOuterClass.Achievement.Builder>
|
||||
getAchievementListBuilderList() {
|
||||
@@ -833,7 +833,7 @@ public final class AchievementUpdateNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\035AchievementUpdateNotify.proto\032\021Achieve" +
|
||||
"ment.proto\"A\n\027AchievementUpdateNotify\022&\n" +
|
||||
"\020achievement_list\030\002 \003(\0132\014.AchievementB\033\n" +
|
||||
"\020achievement_list\030\014 \003(\0132\014.AchievementB\033\n" +
|
||||
"\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+24
-24
@@ -19,24 +19,24 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
* @return Whether the activityInfo field is set.
|
||||
*/
|
||||
boolean hasActivityInfo();
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
* @return The activityInfo.
|
||||
*/
|
||||
emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo getActivityInfo();
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfoOrBuilder getActivityInfoOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: BKCOKLBOIIF
|
||||
* CmdId: 2134
|
||||
* CmdId: 2186
|
||||
* Name: DMOCPEKHGHA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityInfoNotify}
|
||||
@@ -83,7 +83,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 74: {
|
||||
case 98: {
|
||||
emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo.Builder subBuilder = null;
|
||||
if (activityInfo_ != null) {
|
||||
subBuilder = activityInfo_.toBuilder();
|
||||
@@ -128,10 +128,10 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityInfoNotifyOuterClass.ActivityInfoNotify.class, emu.grasscutter.net.proto.ActivityInfoNotifyOuterClass.ActivityInfoNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_INFO_FIELD_NUMBER = 9;
|
||||
public static final int ACTIVITY_INFO_FIELD_NUMBER = 12;
|
||||
private emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo activityInfo_;
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
* @return Whether the activityInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -139,7 +139,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
return activityInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
* @return The activityInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -147,7 +147,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
return activityInfo_ == null ? emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo.getDefaultInstance() : activityInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfoOrBuilder getActivityInfoOrBuilder() {
|
||||
@@ -169,7 +169,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (activityInfo_ != null) {
|
||||
output.writeMessage(9, getActivityInfo());
|
||||
output.writeMessage(12, getActivityInfo());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -182,7 +182,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
size = 0;
|
||||
if (activityInfo_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(9, getActivityInfo());
|
||||
.computeMessageSize(12, getActivityInfo());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -316,8 +316,8 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: BKCOKLBOIIF
|
||||
* CmdId: 2134
|
||||
* CmdId: 2186
|
||||
* Name: DMOCPEKHGHA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityInfoNotify}
|
||||
@@ -478,14 +478,14 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo, emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo.Builder, emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfoOrBuilder> activityInfoBuilder_;
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
* @return Whether the activityInfo field is set.
|
||||
*/
|
||||
public boolean hasActivityInfo() {
|
||||
return activityInfoBuilder_ != null || activityInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
* @return The activityInfo.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo getActivityInfo() {
|
||||
@@ -496,7 +496,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
public Builder setActivityInfo(emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo value) {
|
||||
if (activityInfoBuilder_ == null) {
|
||||
@@ -512,7 +512,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
public Builder setActivityInfo(
|
||||
emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo.Builder builderForValue) {
|
||||
@@ -526,7 +526,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
public Builder mergeActivityInfo(emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo value) {
|
||||
if (activityInfoBuilder_ == null) {
|
||||
@@ -544,7 +544,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
public Builder clearActivityInfo() {
|
||||
if (activityInfoBuilder_ == null) {
|
||||
@@ -558,7 +558,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo.Builder getActivityInfoBuilder() {
|
||||
|
||||
@@ -566,7 +566,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
return getActivityInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfoOrBuilder getActivityInfoOrBuilder() {
|
||||
if (activityInfoBuilder_ != null) {
|
||||
@@ -577,7 +577,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityInfo activity_info = 9;</code>
|
||||
* <code>.ActivityInfo activity_info = 12;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo, emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfo.Builder, emu.grasscutter.net.proto.ActivityInfoOuterClass.ActivityInfoOrBuilder>
|
||||
@@ -661,7 +661,7 @@ public final class ActivityInfoNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\030ActivityInfoNotify.proto\032\022ActivityInfo" +
|
||||
".proto\":\n\022ActivityInfoNotify\022$\n\ractivity" +
|
||||
"_info\030\t \001(\0132\r.ActivityInfoB\033\n\031emu.grassc" +
|
||||
"_info\030\014 \001(\0132\r.ActivityInfoB\033\n\031emu.grassc" +
|
||||
"utter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+17995
-2405
File diff suppressed because it is too large
Load Diff
+26
-26
@@ -19,25 +19,25 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 activity_push_tips_id = 12;</code>
|
||||
* <code>uint32 activity_push_tips_id = 8;</code>
|
||||
* @return The activityPushTipsId.
|
||||
*/
|
||||
int getActivityPushTipsId();
|
||||
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @return The enum numeric value on the wire for state.
|
||||
*/
|
||||
int getStateValue();
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @return The state.
|
||||
*/
|
||||
emu.grasscutter.net.proto.ActivityPushTipsStateOuterClass.ActivityPushTipsState getState();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CBEGBPBBDMB
|
||||
* Name: OPPLKFOMILA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityPushTipsData}
|
||||
@@ -85,13 +85,13 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 24: {
|
||||
case 48: {
|
||||
int rawValue = input.readEnum();
|
||||
|
||||
state_ = rawValue;
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 64: {
|
||||
|
||||
activityPushTipsId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -128,10 +128,10 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityPushTipsDataOuterClass.ActivityPushTipsData.class, emu.grasscutter.net.proto.ActivityPushTipsDataOuterClass.ActivityPushTipsData.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_PUSH_TIPS_ID_FIELD_NUMBER = 12;
|
||||
public static final int ACTIVITY_PUSH_TIPS_ID_FIELD_NUMBER = 8;
|
||||
private int activityPushTipsId_;
|
||||
/**
|
||||
* <code>uint32 activity_push_tips_id = 12;</code>
|
||||
* <code>uint32 activity_push_tips_id = 8;</code>
|
||||
* @return The activityPushTipsId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -139,17 +139,17 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
return activityPushTipsId_;
|
||||
}
|
||||
|
||||
public static final int STATE_FIELD_NUMBER = 3;
|
||||
public static final int STATE_FIELD_NUMBER = 6;
|
||||
private int state_;
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @return The enum numeric value on the wire for state.
|
||||
*/
|
||||
@java.lang.Override public int getStateValue() {
|
||||
return state_;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @return The state.
|
||||
*/
|
||||
@java.lang.Override public emu.grasscutter.net.proto.ActivityPushTipsStateOuterClass.ActivityPushTipsState getState() {
|
||||
@@ -173,10 +173,10 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (state_ != emu.grasscutter.net.proto.ActivityPushTipsStateOuterClass.ActivityPushTipsState.ACTIVITY_PUSH_TIPS_STATE_NONE.getNumber()) {
|
||||
output.writeEnum(3, state_);
|
||||
output.writeEnum(6, state_);
|
||||
}
|
||||
if (activityPushTipsId_ != 0) {
|
||||
output.writeUInt32(12, activityPushTipsId_);
|
||||
output.writeUInt32(8, activityPushTipsId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -189,11 +189,11 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
size = 0;
|
||||
if (state_ != emu.grasscutter.net.proto.ActivityPushTipsStateOuterClass.ActivityPushTipsState.ACTIVITY_PUSH_TIPS_STATE_NONE.getNumber()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(3, state_);
|
||||
.computeEnumSize(6, state_);
|
||||
}
|
||||
if (activityPushTipsId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, activityPushTipsId_);
|
||||
.computeUInt32Size(8, activityPushTipsId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -325,7 +325,7 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CBEGBPBBDMB
|
||||
* Name: OPPLKFOMILA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityPushTipsData}
|
||||
@@ -482,7 +482,7 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
|
||||
private int activityPushTipsId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_push_tips_id = 12;</code>
|
||||
* <code>uint32 activity_push_tips_id = 8;</code>
|
||||
* @return The activityPushTipsId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -490,7 +490,7 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
return activityPushTipsId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_push_tips_id = 12;</code>
|
||||
* <code>uint32 activity_push_tips_id = 8;</code>
|
||||
* @param value The activityPushTipsId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -501,7 +501,7 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_push_tips_id = 12;</code>
|
||||
* <code>uint32 activity_push_tips_id = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityPushTipsId() {
|
||||
@@ -513,14 +513,14 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
|
||||
private int state_ = 0;
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @return The enum numeric value on the wire for state.
|
||||
*/
|
||||
@java.lang.Override public int getStateValue() {
|
||||
return state_;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @param value The enum numeric value on the wire for state to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -531,7 +531,7 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @return The state.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -541,7 +541,7 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
return result == null ? emu.grasscutter.net.proto.ActivityPushTipsStateOuterClass.ActivityPushTipsState.UNRECOGNIZED : result;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @param value The state to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -555,7 +555,7 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityPushTipsState state = 3;</code>
|
||||
* <code>.ActivityPushTipsState state = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearState() {
|
||||
@@ -633,8 +633,8 @@ public final class ActivityPushTipsDataOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\032ActivityPushTipsData.proto\032\033ActivityPu" +
|
||||
"shTipsState.proto\"\\\n\024ActivityPushTipsDat" +
|
||||
"a\022\035\n\025activity_push_tips_id\030\014 \001(\r\022%\n\005stat" +
|
||||
"e\030\003 \001(\0162\026.ActivityPushTipsStateB\033\n\031emu.g" +
|
||||
"a\022\035\n\025activity_push_tips_id\030\010 \001(\r\022%\n\005stat" +
|
||||
"e\030\006 \001(\0162\026.ActivityPushTipsStateB\033\n\031emu.g" +
|
||||
"rasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ public final class ActivityPushTipsStateOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: POKOFBAJMFO
|
||||
* Name: FHPBGAOJEJH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf enum {@code ActivityPushTipsState}
|
||||
|
||||
+46
-46
@@ -19,39 +19,39 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 12;</code>
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 7;</code>
|
||||
* @return The remainFlySeaLampNum.
|
||||
*/
|
||||
int getRemainFlySeaLampNum();
|
||||
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo>
|
||||
getActivityScheduleListList();
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo getActivityScheduleList(int index);
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
int getActivityScheduleListCount();
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder>
|
||||
getActivityScheduleListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder getActivityScheduleListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KEDKIAAFGKO
|
||||
* CmdId: 2068
|
||||
* CmdId: 2020
|
||||
* Name: OIIEMAPPMNO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityScheduleInfoNotify}
|
||||
@@ -100,7 +100,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 90: {
|
||||
case 26: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
activityScheduleList_ = new java.util.ArrayList<emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -109,7 +109,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
input.readMessage(emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.parser(), extensionRegistry));
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 56: {
|
||||
|
||||
remainFlySeaLampNum_ = input.readUInt32();
|
||||
break;
|
||||
@@ -149,10 +149,10 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoNotifyOuterClass.ActivityScheduleInfoNotify.class, emu.grasscutter.net.proto.ActivityScheduleInfoNotifyOuterClass.ActivityScheduleInfoNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int REMAIN_FLY_SEA_LAMP_NUM_FIELD_NUMBER = 12;
|
||||
public static final int REMAIN_FLY_SEA_LAMP_NUM_FIELD_NUMBER = 7;
|
||||
private int remainFlySeaLampNum_;
|
||||
/**
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 12;</code>
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 7;</code>
|
||||
* @return The remainFlySeaLampNum.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -160,17 +160,17 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return remainFlySeaLampNum_;
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_SCHEDULE_LIST_FIELD_NUMBER = 11;
|
||||
public static final int ACTIVITY_SCHEDULE_LIST_FIELD_NUMBER = 3;
|
||||
private java.util.List<emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo> activityScheduleList_;
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo> getActivityScheduleListList() {
|
||||
return activityScheduleList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder>
|
||||
@@ -178,21 +178,21 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return activityScheduleList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityScheduleListCount() {
|
||||
return activityScheduleList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo getActivityScheduleList(int index) {
|
||||
return activityScheduleList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder getActivityScheduleListOrBuilder(
|
||||
@@ -215,10 +215,10 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < activityScheduleList_.size(); i++) {
|
||||
output.writeMessage(11, activityScheduleList_.get(i));
|
||||
output.writeMessage(3, activityScheduleList_.get(i));
|
||||
}
|
||||
if (remainFlySeaLampNum_ != 0) {
|
||||
output.writeUInt32(12, remainFlySeaLampNum_);
|
||||
output.writeUInt32(7, remainFlySeaLampNum_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -231,11 +231,11 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < activityScheduleList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(11, activityScheduleList_.get(i));
|
||||
.computeMessageSize(3, activityScheduleList_.get(i));
|
||||
}
|
||||
if (remainFlySeaLampNum_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, remainFlySeaLampNum_);
|
||||
.computeUInt32Size(7, remainFlySeaLampNum_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -370,8 +370,8 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KEDKIAAFGKO
|
||||
* CmdId: 2068
|
||||
* CmdId: 2020
|
||||
* Name: OIIEMAPPMNO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityScheduleInfoNotify}
|
||||
@@ -566,7 +566,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
|
||||
private int remainFlySeaLampNum_ ;
|
||||
/**
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 12;</code>
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 7;</code>
|
||||
* @return The remainFlySeaLampNum.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -574,7 +574,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return remainFlySeaLampNum_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 12;</code>
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 7;</code>
|
||||
* @param value The remainFlySeaLampNum to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -585,7 +585,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 12;</code>
|
||||
* <code>uint32 remain_fly_sea_lamp_num = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRemainFlySeaLampNum() {
|
||||
@@ -608,7 +608,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder> activityScheduleListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo> getActivityScheduleListList() {
|
||||
if (activityScheduleListBuilder_ == null) {
|
||||
@@ -618,7 +618,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public int getActivityScheduleListCount() {
|
||||
if (activityScheduleListBuilder_ == null) {
|
||||
@@ -628,7 +628,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo getActivityScheduleList(int index) {
|
||||
if (activityScheduleListBuilder_ == null) {
|
||||
@@ -638,7 +638,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder setActivityScheduleList(
|
||||
int index, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo value) {
|
||||
@@ -655,7 +655,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder setActivityScheduleList(
|
||||
int index, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder builderForValue) {
|
||||
@@ -669,7 +669,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder addActivityScheduleList(emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo value) {
|
||||
if (activityScheduleListBuilder_ == null) {
|
||||
@@ -685,7 +685,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder addActivityScheduleList(
|
||||
int index, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo value) {
|
||||
@@ -702,7 +702,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder addActivityScheduleList(
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder builderForValue) {
|
||||
@@ -716,7 +716,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder addActivityScheduleList(
|
||||
int index, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder builderForValue) {
|
||||
@@ -730,7 +730,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder addAllActivityScheduleList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo> values) {
|
||||
@@ -745,7 +745,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder clearActivityScheduleList() {
|
||||
if (activityScheduleListBuilder_ == null) {
|
||||
@@ -758,7 +758,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public Builder removeActivityScheduleList(int index) {
|
||||
if (activityScheduleListBuilder_ == null) {
|
||||
@@ -771,14 +771,14 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder getActivityScheduleListBuilder(
|
||||
int index) {
|
||||
return getActivityScheduleListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder getActivityScheduleListOrBuilder(
|
||||
int index) {
|
||||
@@ -788,7 +788,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder>
|
||||
getActivityScheduleListOrBuilderList() {
|
||||
@@ -799,14 +799,14 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder addActivityScheduleListBuilder() {
|
||||
return getActivityScheduleListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder addActivityScheduleListBuilder(
|
||||
int index) {
|
||||
@@ -814,7 +814,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 11;</code>
|
||||
* <code>repeated .ActivityScheduleInfo activity_schedule_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder>
|
||||
getActivityScheduleListBuilderList() {
|
||||
@@ -904,7 +904,7 @@ public final class ActivityScheduleInfoNotifyOuterClass {
|
||||
"\n ActivityScheduleInfoNotify.proto\032\032Acti" +
|
||||
"vityScheduleInfo.proto\"t\n\032ActivitySchedu" +
|
||||
"leInfoNotify\022\037\n\027remain_fly_sea_lamp_num\030" +
|
||||
"\014 \001(\r\0225\n\026activity_schedule_list\030\013 \003(\0132\025." +
|
||||
"\007 \001(\r\0225\n\026activity_schedule_list\030\003 \003(\0132\025." +
|
||||
"ActivityScheduleInfoB\033\n\031emu.grasscutter." +
|
||||
"net.protob\006proto3"
|
||||
};
|
||||
|
||||
+219
-219
@@ -19,38 +19,38 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 schedule_id = 8;</code>
|
||||
* @return The scheduleId.
|
||||
*/
|
||||
int getScheduleId();
|
||||
|
||||
/**
|
||||
* <code>bool is_open = 1;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
boolean getIsOpen();
|
||||
|
||||
/**
|
||||
* <code>uint32 begin_time = 10;</code>
|
||||
* <code>uint32 begin_time = 2;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
int getBeginTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 end_time = 6;</code>
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
int getActivityId();
|
||||
|
||||
/**
|
||||
* <code>uint32 end_time = 11;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
int getEndTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 activity_id = 14;</code>
|
||||
* @return The activityId.
|
||||
* <code>uint32 schedule_id = 4;</code>
|
||||
* @return The scheduleId.
|
||||
*/
|
||||
int getActivityId();
|
||||
int getScheduleId();
|
||||
|
||||
/**
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
boolean getIsOpen();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NIFNHCLOBPA
|
||||
* Name: GFDPEELJAFP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityScheduleInfo}
|
||||
@@ -97,31 +97,31 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
isOpen_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
endTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
|
||||
scheduleId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 16: {
|
||||
|
||||
beginTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
case 32: {
|
||||
|
||||
scheduleId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
isOpen_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
activityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
|
||||
endTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -154,32 +154,10 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.class, emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SCHEDULE_ID_FIELD_NUMBER = 8;
|
||||
private int scheduleId_;
|
||||
/**
|
||||
* <code>uint32 schedule_id = 8;</code>
|
||||
* @return The scheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getScheduleId() {
|
||||
return scheduleId_;
|
||||
}
|
||||
|
||||
public static final int IS_OPEN_FIELD_NUMBER = 1;
|
||||
private boolean isOpen_;
|
||||
/**
|
||||
* <code>bool is_open = 1;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsOpen() {
|
||||
return isOpen_;
|
||||
}
|
||||
|
||||
public static final int BEGIN_TIME_FIELD_NUMBER = 10;
|
||||
public static final int BEGIN_TIME_FIELD_NUMBER = 2;
|
||||
private int beginTime_;
|
||||
/**
|
||||
* <code>uint32 begin_time = 10;</code>
|
||||
* <code>uint32 begin_time = 2;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -187,10 +165,21 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
return beginTime_;
|
||||
}
|
||||
|
||||
public static final int END_TIME_FIELD_NUMBER = 6;
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 7;
|
||||
private int activityId_;
|
||||
/**
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
|
||||
public static final int END_TIME_FIELD_NUMBER = 11;
|
||||
private int endTime_;
|
||||
/**
|
||||
* <code>uint32 end_time = 6;</code>
|
||||
* <code>uint32 end_time = 11;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -198,15 +187,26 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
return endTime_;
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 14;
|
||||
private int activityId_;
|
||||
public static final int SCHEDULE_ID_FIELD_NUMBER = 4;
|
||||
private int scheduleId_;
|
||||
/**
|
||||
* <code>uint32 activity_id = 14;</code>
|
||||
* @return The activityId.
|
||||
* <code>uint32 schedule_id = 4;</code>
|
||||
* @return The scheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
public int getScheduleId() {
|
||||
return scheduleId_;
|
||||
}
|
||||
|
||||
public static final int IS_OPEN_FIELD_NUMBER = 6;
|
||||
private boolean isOpen_;
|
||||
/**
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsOpen() {
|
||||
return isOpen_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -223,20 +223,20 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (isOpen_ != false) {
|
||||
output.writeBool(1, isOpen_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
output.writeUInt32(6, endTime_);
|
||||
if (beginTime_ != 0) {
|
||||
output.writeUInt32(2, beginTime_);
|
||||
}
|
||||
if (scheduleId_ != 0) {
|
||||
output.writeUInt32(8, scheduleId_);
|
||||
output.writeUInt32(4, scheduleId_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
output.writeUInt32(10, beginTime_);
|
||||
if (isOpen_ != false) {
|
||||
output.writeBool(6, isOpen_);
|
||||
}
|
||||
if (activityId_ != 0) {
|
||||
output.writeUInt32(14, activityId_);
|
||||
output.writeUInt32(7, activityId_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
output.writeUInt32(11, endTime_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -247,25 +247,25 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (isOpen_ != false) {
|
||||
if (beginTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(1, isOpen_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, endTime_);
|
||||
.computeUInt32Size(2, beginTime_);
|
||||
}
|
||||
if (scheduleId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, scheduleId_);
|
||||
.computeUInt32Size(4, scheduleId_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
if (isOpen_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, beginTime_);
|
||||
.computeBoolSize(6, isOpen_);
|
||||
}
|
||||
if (activityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, activityId_);
|
||||
.computeUInt32Size(7, activityId_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(11, endTime_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -282,16 +282,16 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo other = (emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo) obj;
|
||||
|
||||
if (getBeginTime()
|
||||
!= other.getBeginTime()) return false;
|
||||
if (getActivityId()
|
||||
!= other.getActivityId()) return false;
|
||||
if (getEndTime()
|
||||
!= other.getEndTime()) return false;
|
||||
if (getScheduleId()
|
||||
!= other.getScheduleId()) return false;
|
||||
if (getIsOpen()
|
||||
!= other.getIsOpen()) return false;
|
||||
if (getBeginTime()
|
||||
!= other.getBeginTime()) return false;
|
||||
if (getEndTime()
|
||||
!= other.getEndTime()) return false;
|
||||
if (getActivityId()
|
||||
!= other.getActivityId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -303,17 +303,17 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + BEGIN_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBeginTime();
|
||||
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getActivityId();
|
||||
hash = (37 * hash) + END_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEndTime();
|
||||
hash = (37 * hash) + SCHEDULE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getScheduleId();
|
||||
hash = (37 * hash) + IS_OPEN_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsOpen());
|
||||
hash = (37 * hash) + BEGIN_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBeginTime();
|
||||
hash = (37 * hash) + END_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEndTime();
|
||||
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getActivityId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -411,7 +411,7 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NIFNHCLOBPA
|
||||
* Name: GFDPEELJAFP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityScheduleInfo}
|
||||
@@ -451,15 +451,15 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
scheduleId_ = 0;
|
||||
|
||||
isOpen_ = false;
|
||||
|
||||
beginTime_ = 0;
|
||||
|
||||
activityId_ = 0;
|
||||
|
||||
endTime_ = 0;
|
||||
|
||||
activityId_ = 0;
|
||||
scheduleId_ = 0;
|
||||
|
||||
isOpen_ = false;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -487,11 +487,11 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo result = new emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo(this);
|
||||
result.beginTime_ = beginTime_;
|
||||
result.activityId_ = activityId_;
|
||||
result.endTime_ = endTime_;
|
||||
result.scheduleId_ = scheduleId_;
|
||||
result.isOpen_ = isOpen_;
|
||||
result.beginTime_ = beginTime_;
|
||||
result.endTime_ = endTime_;
|
||||
result.activityId_ = activityId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -540,21 +540,21 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.ActivityScheduleInfoOuterClass.ActivityScheduleInfo.getDefaultInstance()) return this;
|
||||
if (other.getBeginTime() != 0) {
|
||||
setBeginTime(other.getBeginTime());
|
||||
}
|
||||
if (other.getActivityId() != 0) {
|
||||
setActivityId(other.getActivityId());
|
||||
}
|
||||
if (other.getEndTime() != 0) {
|
||||
setEndTime(other.getEndTime());
|
||||
}
|
||||
if (other.getScheduleId() != 0) {
|
||||
setScheduleId(other.getScheduleId());
|
||||
}
|
||||
if (other.getIsOpen() != false) {
|
||||
setIsOpen(other.getIsOpen());
|
||||
}
|
||||
if (other.getBeginTime() != 0) {
|
||||
setBeginTime(other.getBeginTime());
|
||||
}
|
||||
if (other.getEndTime() != 0) {
|
||||
setEndTime(other.getEndTime());
|
||||
}
|
||||
if (other.getActivityId() != 0) {
|
||||
setActivityId(other.getActivityId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -584,9 +584,102 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int beginTime_ ;
|
||||
/**
|
||||
* <code>uint32 begin_time = 2;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 2;</code>
|
||||
* @param value The beginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBeginTime(int value) {
|
||||
|
||||
beginTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBeginTime() {
|
||||
|
||||
beginTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int activityId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @param value The activityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setActivityId(int value) {
|
||||
|
||||
activityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityId() {
|
||||
|
||||
activityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int endTime_ ;
|
||||
/**
|
||||
* <code>uint32 end_time = 11;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEndTime() {
|
||||
return endTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 11;</code>
|
||||
* @param value The endTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEndTime(int value) {
|
||||
|
||||
endTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEndTime() {
|
||||
|
||||
endTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int scheduleId_ ;
|
||||
/**
|
||||
* <code>uint32 schedule_id = 8;</code>
|
||||
* <code>uint32 schedule_id = 4;</code>
|
||||
* @return The scheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -594,7 +687,7 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
return scheduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 schedule_id = 8;</code>
|
||||
* <code>uint32 schedule_id = 4;</code>
|
||||
* @param value The scheduleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -605,7 +698,7 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 schedule_id = 8;</code>
|
||||
* <code>uint32 schedule_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearScheduleId() {
|
||||
@@ -617,7 +710,7 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
|
||||
private boolean isOpen_ ;
|
||||
/**
|
||||
* <code>bool is_open = 1;</code>
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -625,7 +718,7 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
return isOpen_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_open = 1;</code>
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @param value The isOpen to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -636,7 +729,7 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_open = 1;</code>
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsOpen() {
|
||||
@@ -645,99 +738,6 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int beginTime_ ;
|
||||
/**
|
||||
* <code>uint32 begin_time = 10;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 10;</code>
|
||||
* @param value The beginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBeginTime(int value) {
|
||||
|
||||
beginTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBeginTime() {
|
||||
|
||||
beginTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int endTime_ ;
|
||||
/**
|
||||
* <code>uint32 end_time = 6;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEndTime() {
|
||||
return endTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 6;</code>
|
||||
* @param value The endTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEndTime(int value) {
|
||||
|
||||
endTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEndTime() {
|
||||
|
||||
endTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int activityId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_id = 14;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 14;</code>
|
||||
* @param value The activityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setActivityId(int value) {
|
||||
|
||||
activityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityId() {
|
||||
|
||||
activityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -806,9 +806,9 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\032ActivityScheduleInfo.proto\"w\n\024Activity" +
|
||||
"ScheduleInfo\022\023\n\013schedule_id\030\010 \001(\r\022\017\n\007is_" +
|
||||
"open\030\001 \001(\010\022\022\n\nbegin_time\030\n \001(\r\022\020\n\010end_ti" +
|
||||
"me\030\006 \001(\r\022\023\n\013activity_id\030\016 \001(\rB\033\n\031emu.gra" +
|
||||
"ScheduleInfo\022\022\n\nbegin_time\030\002 \001(\r\022\023\n\013acti" +
|
||||
"vity_id\030\007 \001(\r\022\020\n\010end_time\030\013 \001(\r\022\023\n\013sched" +
|
||||
"ule_id\030\004 \001(\r\022\017\n\007is_open\030\006 \001(\010B\033\n\031emu.gra" +
|
||||
"sscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -820,7 +820,7 @@ public final class ActivityScheduleInfoOuterClass {
|
||||
internal_static_ActivityScheduleInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ActivityScheduleInfo_descriptor,
|
||||
new java.lang.String[] { "ScheduleId", "IsOpen", "BeginTime", "EndTime", "ActivityId", });
|
||||
new java.lang.String[] { "BeginTime", "ActivityId", "EndTime", "ScheduleId", "IsOpen", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+37
-37
@@ -19,26 +19,26 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 end_time = 8;</code>
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
int getEndTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 sheet_id = 10;</code>
|
||||
* <code>uint32 sheet_id = 3;</code>
|
||||
* @return The sheetId.
|
||||
*/
|
||||
int getSheetId();
|
||||
|
||||
/**
|
||||
* <code>uint32 begin_time = 7;</code>
|
||||
* <code>uint32 begin_time = 8;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
int getBeginTime();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GHBBGOLDLCL
|
||||
* Name: FOOAJGJJBKP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityShopSheetInfo}
|
||||
@@ -85,19 +85,19 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 56: {
|
||||
case 24: {
|
||||
|
||||
beginTime_ = input.readUInt32();
|
||||
sheetId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
|
||||
endTime_ = input.readUInt32();
|
||||
beginTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
sheetId_ = input.readUInt32();
|
||||
endTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -132,10 +132,10 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityShopSheetInfoOuterClass.ActivityShopSheetInfo.class, emu.grasscutter.net.proto.ActivityShopSheetInfoOuterClass.ActivityShopSheetInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int END_TIME_FIELD_NUMBER = 8;
|
||||
public static final int END_TIME_FIELD_NUMBER = 10;
|
||||
private int endTime_;
|
||||
/**
|
||||
* <code>uint32 end_time = 8;</code>
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -143,10 +143,10 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return endTime_;
|
||||
}
|
||||
|
||||
public static final int SHEET_ID_FIELD_NUMBER = 10;
|
||||
public static final int SHEET_ID_FIELD_NUMBER = 3;
|
||||
private int sheetId_;
|
||||
/**
|
||||
* <code>uint32 sheet_id = 10;</code>
|
||||
* <code>uint32 sheet_id = 3;</code>
|
||||
* @return The sheetId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -154,10 +154,10 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return sheetId_;
|
||||
}
|
||||
|
||||
public static final int BEGIN_TIME_FIELD_NUMBER = 7;
|
||||
public static final int BEGIN_TIME_FIELD_NUMBER = 8;
|
||||
private int beginTime_;
|
||||
/**
|
||||
* <code>uint32 begin_time = 7;</code>
|
||||
* <code>uint32 begin_time = 8;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -179,14 +179,14 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (sheetId_ != 0) {
|
||||
output.writeUInt32(3, sheetId_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
output.writeUInt32(7, beginTime_);
|
||||
output.writeUInt32(8, beginTime_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
output.writeUInt32(8, endTime_);
|
||||
}
|
||||
if (sheetId_ != 0) {
|
||||
output.writeUInt32(10, sheetId_);
|
||||
output.writeUInt32(10, endTime_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -197,17 +197,17 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (sheetId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, sheetId_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, beginTime_);
|
||||
.computeUInt32Size(8, beginTime_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, endTime_);
|
||||
}
|
||||
if (sheetId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, sheetId_);
|
||||
.computeUInt32Size(10, endTime_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -344,7 +344,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GHBBGOLDLCL
|
||||
* Name: FOOAJGJJBKP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityShopSheetInfo}
|
||||
@@ -507,7 +507,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
|
||||
private int endTime_ ;
|
||||
/**
|
||||
* <code>uint32 end_time = 8;</code>
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -515,7 +515,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return endTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 8;</code>
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @param value The endTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -526,7 +526,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 8;</code>
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEndTime() {
|
||||
@@ -538,7 +538,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
|
||||
private int sheetId_ ;
|
||||
/**
|
||||
* <code>uint32 sheet_id = 10;</code>
|
||||
* <code>uint32 sheet_id = 3;</code>
|
||||
* @return The sheetId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -546,7 +546,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return sheetId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 sheet_id = 10;</code>
|
||||
* <code>uint32 sheet_id = 3;</code>
|
||||
* @param value The sheetId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -557,7 +557,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 sheet_id = 10;</code>
|
||||
* <code>uint32 sheet_id = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSheetId() {
|
||||
@@ -569,7 +569,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
|
||||
private int beginTime_ ;
|
||||
/**
|
||||
* <code>uint32 begin_time = 7;</code>
|
||||
* <code>uint32 begin_time = 8;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -577,7 +577,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return beginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 7;</code>
|
||||
* <code>uint32 begin_time = 8;</code>
|
||||
* @param value The beginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -588,7 +588,7 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 7;</code>
|
||||
* <code>uint32 begin_time = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBeginTime() {
|
||||
@@ -665,8 +665,8 @@ public final class ActivityShopSheetInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033ActivityShopSheetInfo.proto\"O\n\025Activit" +
|
||||
"yShopSheetInfo\022\020\n\010end_time\030\010 \001(\r\022\020\n\010shee" +
|
||||
"t_id\030\n \001(\r\022\022\n\nbegin_time\030\007 \001(\rB\033\n\031emu.gr" +
|
||||
"yShopSheetInfo\022\020\n\010end_time\030\n \001(\r\022\020\n\010shee" +
|
||||
"t_id\030\003 \001(\r\022\022\n\nbegin_time\030\010 \001(\rB\033\n\031emu.gr" +
|
||||
"asscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+86
-86
@@ -19,21 +19,21 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 activity_id = 5;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
int getActivityId();
|
||||
|
||||
/**
|
||||
* <code>uint32 watcher_id = 15;</code>
|
||||
* <code>uint32 watcher_id = 8;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
int getWatcherId();
|
||||
|
||||
/**
|
||||
* <code>uint32 activity_id = 9;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
int getActivityId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DEADHMNJBHA
|
||||
* CmdId: 2063
|
||||
* CmdId: 2192
|
||||
* Name: JCHMIGLBFBJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityTakeWatcherRewardReq}
|
||||
@@ -80,16 +80,16 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 40: {
|
||||
|
||||
activityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 64: {
|
||||
|
||||
watcherId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
activityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -122,21 +122,10 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq.class, emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 5;
|
||||
private int activityId_;
|
||||
/**
|
||||
* <code>uint32 activity_id = 5;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
|
||||
public static final int WATCHER_ID_FIELD_NUMBER = 15;
|
||||
public static final int WATCHER_ID_FIELD_NUMBER = 8;
|
||||
private int watcherId_;
|
||||
/**
|
||||
* <code>uint32 watcher_id = 15;</code>
|
||||
* <code>uint32 watcher_id = 8;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,6 +133,17 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
return watcherId_;
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 9;
|
||||
private int activityId_;
|
||||
/**
|
||||
* <code>uint32 activity_id = 9;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -158,11 +158,11 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (activityId_ != 0) {
|
||||
output.writeUInt32(5, activityId_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
output.writeUInt32(15, watcherId_);
|
||||
output.writeUInt32(8, watcherId_);
|
||||
}
|
||||
if (activityId_ != 0) {
|
||||
output.writeUInt32(9, activityId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -173,13 +173,13 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (activityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, activityId_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, watcherId_);
|
||||
.computeUInt32Size(8, watcherId_);
|
||||
}
|
||||
if (activityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, activityId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -196,10 +196,10 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq other = (emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq) obj;
|
||||
|
||||
if (getActivityId()
|
||||
!= other.getActivityId()) return false;
|
||||
if (getWatcherId()
|
||||
!= other.getWatcherId()) return false;
|
||||
if (getActivityId()
|
||||
!= other.getActivityId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -211,10 +211,10 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getActivityId();
|
||||
hash = (37 * hash) + WATCHER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWatcherId();
|
||||
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getActivityId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -312,8 +312,8 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DEADHMNJBHA
|
||||
* CmdId: 2063
|
||||
* CmdId: 2192
|
||||
* Name: JCHMIGLBFBJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityTakeWatcherRewardReq}
|
||||
@@ -353,10 +353,10 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
activityId_ = 0;
|
||||
|
||||
watcherId_ = 0;
|
||||
|
||||
activityId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -383,8 +383,8 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq buildPartial() {
|
||||
emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq result = new emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq(this);
|
||||
result.activityId_ = activityId_;
|
||||
result.watcherId_ = watcherId_;
|
||||
result.activityId_ = activityId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -433,12 +433,12 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq other) {
|
||||
if (other == emu.grasscutter.net.proto.ActivityTakeWatcherRewardReqOuterClass.ActivityTakeWatcherRewardReq.getDefaultInstance()) return this;
|
||||
if (other.getActivityId() != 0) {
|
||||
setActivityId(other.getActivityId());
|
||||
}
|
||||
if (other.getWatcherId() != 0) {
|
||||
setWatcherId(other.getWatcherId());
|
||||
}
|
||||
if (other.getActivityId() != 0) {
|
||||
setActivityId(other.getActivityId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -468,40 +468,9 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int activityId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_id = 5;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 5;</code>
|
||||
* @param value The activityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setActivityId(int value) {
|
||||
|
||||
activityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityId() {
|
||||
|
||||
activityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int watcherId_ ;
|
||||
/**
|
||||
* <code>uint32 watcher_id = 15;</code>
|
||||
* <code>uint32 watcher_id = 8;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -509,7 +478,7 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
return watcherId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 watcher_id = 15;</code>
|
||||
* <code>uint32 watcher_id = 8;</code>
|
||||
* @param value The watcherId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -520,7 +489,7 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 watcher_id = 15;</code>
|
||||
* <code>uint32 watcher_id = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWatcherId() {
|
||||
@@ -529,6 +498,37 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int activityId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_id = 9;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 9;</code>
|
||||
* @param value The activityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setActivityId(int value) {
|
||||
|
||||
activityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityId() {
|
||||
|
||||
activityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -597,8 +597,8 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\"ActivityTakeWatcherRewardReq.proto\"G\n\034" +
|
||||
"ActivityTakeWatcherRewardReq\022\023\n\013activity" +
|
||||
"_id\030\005 \001(\r\022\022\n\nwatcher_id\030\017 \001(\rB\033\n\031emu.gra" +
|
||||
"ActivityTakeWatcherRewardReq\022\022\n\nwatcher_" +
|
||||
"id\030\010 \001(\r\022\023\n\013activity_id\030\t \001(\rB\033\n\031emu.gra" +
|
||||
"sscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -610,7 +610,7 @@ public final class ActivityTakeWatcherRewardReqOuterClass {
|
||||
internal_static_ActivityTakeWatcherRewardReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ActivityTakeWatcherRewardReq_descriptor,
|
||||
new java.lang.String[] { "ActivityId", "WatcherId", });
|
||||
new java.lang.String[] { "WatcherId", "ActivityId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+95
-95
@@ -19,27 +19,27 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 watcher_id = 5;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
int getWatcherId();
|
||||
|
||||
/**
|
||||
* <code>uint32 activity_id = 3;</code>
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
int getActivityId();
|
||||
|
||||
/**
|
||||
* <code>uint32 watcher_id = 10;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
int getWatcherId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FBJIKPIMBJM
|
||||
* CmdId: 2082
|
||||
* CmdId: 2122
|
||||
* Name: IIEIAEEFLGL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityTakeWatcherRewardRsp}
|
||||
@@ -86,21 +86,21 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 24: {
|
||||
case 56: {
|
||||
|
||||
activityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
|
||||
watcherId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 72: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
watcherId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -133,10 +133,10 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRsp.class, emu.grasscutter.net.proto.ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 13;
|
||||
public static final int RETCODE_FIELD_NUMBER = 9;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,21 +144,10 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int WATCHER_ID_FIELD_NUMBER = 5;
|
||||
private int watcherId_;
|
||||
/**
|
||||
* <code>uint32 watcher_id = 5;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWatcherId() {
|
||||
return watcherId_;
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 3;
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 7;
|
||||
private int activityId_;
|
||||
/**
|
||||
* <code>uint32 activity_id = 3;</code>
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -166,6 +155,17 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
return activityId_;
|
||||
}
|
||||
|
||||
public static final int WATCHER_ID_FIELD_NUMBER = 10;
|
||||
private int watcherId_;
|
||||
/**
|
||||
* <code>uint32 watcher_id = 10;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWatcherId() {
|
||||
return watcherId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -181,13 +181,13 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (activityId_ != 0) {
|
||||
output.writeUInt32(3, activityId_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
output.writeUInt32(5, watcherId_);
|
||||
output.writeUInt32(7, activityId_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(13, retcode_);
|
||||
output.writeInt32(9, retcode_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
output.writeUInt32(10, watcherId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -200,15 +200,15 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
size = 0;
|
||||
if (activityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, activityId_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, watcherId_);
|
||||
.computeUInt32Size(7, activityId_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(13, retcode_);
|
||||
.computeInt32Size(9, retcode_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, watcherId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -227,10 +227,10 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getWatcherId()
|
||||
!= other.getWatcherId()) return false;
|
||||
if (getActivityId()
|
||||
!= other.getActivityId()) return false;
|
||||
if (getWatcherId()
|
||||
!= other.getWatcherId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -244,10 +244,10 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (37 * hash) + WATCHER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWatcherId();
|
||||
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getActivityId();
|
||||
hash = (37 * hash) + WATCHER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWatcherId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -345,8 +345,8 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FBJIKPIMBJM
|
||||
* CmdId: 2082
|
||||
* CmdId: 2122
|
||||
* Name: IIEIAEEFLGL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityTakeWatcherRewardRsp}
|
||||
@@ -388,10 +388,10 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
super.clear();
|
||||
retcode_ = 0;
|
||||
|
||||
watcherId_ = 0;
|
||||
|
||||
activityId_ = 0;
|
||||
|
||||
watcherId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -419,8 +419,8 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
public emu.grasscutter.net.proto.ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRsp result = new emu.grasscutter.net.proto.ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRsp(this);
|
||||
result.retcode_ = retcode_;
|
||||
result.watcherId_ = watcherId_;
|
||||
result.activityId_ = activityId_;
|
||||
result.watcherId_ = watcherId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -472,12 +472,12 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.getWatcherId() != 0) {
|
||||
setWatcherId(other.getWatcherId());
|
||||
}
|
||||
if (other.getActivityId() != 0) {
|
||||
setActivityId(other.getActivityId());
|
||||
}
|
||||
if (other.getWatcherId() != 0) {
|
||||
setWatcherId(other.getWatcherId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -509,7 +509,7 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -517,7 +517,7 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -528,7 +528,7 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -538,40 +538,9 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int watcherId_ ;
|
||||
/**
|
||||
* <code>uint32 watcher_id = 5;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWatcherId() {
|
||||
return watcherId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 watcher_id = 5;</code>
|
||||
* @param value The watcherId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWatcherId(int value) {
|
||||
|
||||
watcherId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 watcher_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWatcherId() {
|
||||
|
||||
watcherId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int activityId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_id = 3;</code>
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -579,7 +548,7 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
return activityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 3;</code>
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @param value The activityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -590,7 +559,7 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 3;</code>
|
||||
* <code>uint32 activity_id = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityId() {
|
||||
@@ -599,6 +568,37 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int watcherId_ ;
|
||||
/**
|
||||
* <code>uint32 watcher_id = 10;</code>
|
||||
* @return The watcherId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWatcherId() {
|
||||
return watcherId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 watcher_id = 10;</code>
|
||||
* @param value The watcherId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWatcherId(int value) {
|
||||
|
||||
watcherId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 watcher_id = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWatcherId() {
|
||||
|
||||
watcherId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -668,8 +668,8 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\"ActivityTakeWatcherRewardRsp.proto\"X\n\034" +
|
||||
"ActivityTakeWatcherRewardRsp\022\017\n\007retcode\030" +
|
||||
"\r \001(\005\022\022\n\nwatcher_id\030\005 \001(\r\022\023\n\013activity_id" +
|
||||
"\030\003 \001(\rB\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"\t \001(\005\022\023\n\013activity_id\030\007 \001(\r\022\022\n\nwatcher_id" +
|
||||
"\030\n \001(\rB\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"to3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -681,7 +681,7 @@ public final class ActivityTakeWatcherRewardRspOuterClass {
|
||||
internal_static_ActivityTakeWatcherRewardRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ActivityTakeWatcherRewardRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "WatcherId", "ActivityId", });
|
||||
new java.lang.String[] { "Retcode", "ActivityId", "WatcherId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+87
-87
@@ -19,30 +19,30 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 activity_id = 15;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
int getActivityId();
|
||||
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
* @return Whether the watcherInfo field is set.
|
||||
*/
|
||||
boolean hasWatcherInfo();
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
* @return The watcherInfo.
|
||||
*/
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo getWatcherInfo();
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder getWatcherInfoOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 activity_id = 11;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
int getActivityId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PPOLCIAJKGN
|
||||
* CmdId: 2183
|
||||
* CmdId: 2108
|
||||
* Name: MMDEIBDCLBL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityUpdateWatcherNotify}
|
||||
@@ -89,7 +89,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 26: {
|
||||
case 58: {
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo.Builder subBuilder = null;
|
||||
if (watcherInfo_ != null) {
|
||||
subBuilder = watcherInfo_.toBuilder();
|
||||
@@ -102,7 +102,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 88: {
|
||||
|
||||
activityId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -139,21 +139,10 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify.class, emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 15;
|
||||
private int activityId_;
|
||||
/**
|
||||
* <code>uint32 activity_id = 15;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
|
||||
public static final int WATCHER_INFO_FIELD_NUMBER = 3;
|
||||
public static final int WATCHER_INFO_FIELD_NUMBER = 7;
|
||||
private emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo watcherInfo_;
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
* @return Whether the watcherInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -161,7 +150,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return watcherInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
* @return The watcherInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -169,13 +158,24 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return watcherInfo_ == null ? emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo.getDefaultInstance() : watcherInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder getWatcherInfoOrBuilder() {
|
||||
return getWatcherInfo();
|
||||
}
|
||||
|
||||
public static final int ACTIVITY_ID_FIELD_NUMBER = 11;
|
||||
private int activityId_;
|
||||
/**
|
||||
* <code>uint32 activity_id = 11;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -191,10 +191,10 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (watcherInfo_ != null) {
|
||||
output.writeMessage(3, getWatcherInfo());
|
||||
output.writeMessage(7, getWatcherInfo());
|
||||
}
|
||||
if (activityId_ != 0) {
|
||||
output.writeUInt32(15, activityId_);
|
||||
output.writeUInt32(11, activityId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -207,11 +207,11 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
size = 0;
|
||||
if (watcherInfo_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(3, getWatcherInfo());
|
||||
.computeMessageSize(7, getWatcherInfo());
|
||||
}
|
||||
if (activityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, activityId_);
|
||||
.computeUInt32Size(11, activityId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -228,13 +228,13 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify other = (emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify) obj;
|
||||
|
||||
if (getActivityId()
|
||||
!= other.getActivityId()) return false;
|
||||
if (hasWatcherInfo() != other.hasWatcherInfo()) return false;
|
||||
if (hasWatcherInfo()) {
|
||||
if (!getWatcherInfo()
|
||||
.equals(other.getWatcherInfo())) return false;
|
||||
}
|
||||
if (getActivityId()
|
||||
!= other.getActivityId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -246,12 +246,12 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getActivityId();
|
||||
if (hasWatcherInfo()) {
|
||||
hash = (37 * hash) + WATCHER_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWatcherInfo().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getActivityId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -349,8 +349,8 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PPOLCIAJKGN
|
||||
* CmdId: 2183
|
||||
* CmdId: 2108
|
||||
* Name: MMDEIBDCLBL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityUpdateWatcherNotify}
|
||||
@@ -390,14 +390,14 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
activityId_ = 0;
|
||||
|
||||
if (watcherInfoBuilder_ == null) {
|
||||
watcherInfo_ = null;
|
||||
} else {
|
||||
watcherInfo_ = null;
|
||||
watcherInfoBuilder_ = null;
|
||||
}
|
||||
activityId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -424,12 +424,12 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify result = new emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify(this);
|
||||
result.activityId_ = activityId_;
|
||||
if (watcherInfoBuilder_ == null) {
|
||||
result.watcherInfo_ = watcherInfo_;
|
||||
} else {
|
||||
result.watcherInfo_ = watcherInfoBuilder_.build();
|
||||
}
|
||||
result.activityId_ = activityId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -478,12 +478,12 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify.getDefaultInstance()) return this;
|
||||
if (other.getActivityId() != 0) {
|
||||
setActivityId(other.getActivityId());
|
||||
}
|
||||
if (other.hasWatcherInfo()) {
|
||||
mergeWatcherInfo(other.getWatcherInfo());
|
||||
}
|
||||
if (other.getActivityId() != 0) {
|
||||
setActivityId(other.getActivityId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -513,49 +513,18 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int activityId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_id = 15;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 15;</code>
|
||||
* @param value The activityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setActivityId(int value) {
|
||||
|
||||
activityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityId() {
|
||||
|
||||
activityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo watcherInfo_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo, emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo.Builder, emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder> watcherInfoBuilder_;
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
* @return Whether the watcherInfo field is set.
|
||||
*/
|
||||
public boolean hasWatcherInfo() {
|
||||
return watcherInfoBuilder_ != null || watcherInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
* @return The watcherInfo.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo getWatcherInfo() {
|
||||
@@ -566,7 +535,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
public Builder setWatcherInfo(emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo value) {
|
||||
if (watcherInfoBuilder_ == null) {
|
||||
@@ -582,7 +551,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
public Builder setWatcherInfo(
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo.Builder builderForValue) {
|
||||
@@ -596,7 +565,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
public Builder mergeWatcherInfo(emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo value) {
|
||||
if (watcherInfoBuilder_ == null) {
|
||||
@@ -614,7 +583,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
public Builder clearWatcherInfo() {
|
||||
if (watcherInfoBuilder_ == null) {
|
||||
@@ -628,7 +597,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo.Builder getWatcherInfoBuilder() {
|
||||
|
||||
@@ -636,7 +605,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
return getWatcherInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder getWatcherInfoOrBuilder() {
|
||||
if (watcherInfoBuilder_ != null) {
|
||||
@@ -647,7 +616,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.ActivityWatcherInfo watcher_info = 3;</code>
|
||||
* <code>.ActivityWatcherInfo watcher_info = 7;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo, emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo.Builder, emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder>
|
||||
@@ -662,6 +631,37 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
}
|
||||
return watcherInfoBuilder_;
|
||||
}
|
||||
|
||||
private int activityId_ ;
|
||||
/**
|
||||
* <code>uint32 activity_id = 11;</code>
|
||||
* @return The activityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getActivityId() {
|
||||
return activityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 11;</code>
|
||||
* @param value The activityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setActivityId(int value) {
|
||||
|
||||
activityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 activity_id = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearActivityId() {
|
||||
|
||||
activityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -731,8 +731,8 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n!ActivityUpdateWatcherNotify.proto\032\031Act" +
|
||||
"ivityWatcherInfo.proto\"^\n\033ActivityUpdate" +
|
||||
"WatcherNotify\022\023\n\013activity_id\030\017 \001(\r\022*\n\014wa" +
|
||||
"tcher_info\030\003 \001(\0132\024.ActivityWatcherInfoB\033" +
|
||||
"WatcherNotify\022*\n\014watcher_info\030\007 \001(\0132\024.Ac" +
|
||||
"tivityWatcherInfo\022\023\n\013activity_id\030\013 \001(\rB\033" +
|
||||
"\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -745,7 +745,7 @@ public final class ActivityUpdateWatcherNotifyOuterClass {
|
||||
internal_static_ActivityUpdateWatcherNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ActivityUpdateWatcherNotify_descriptor,
|
||||
new java.lang.String[] { "ActivityId", "WatcherInfo", });
|
||||
new java.lang.String[] { "WatcherInfo", "ActivityId", });
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
+129
-129
@@ -25,26 +25,26 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
int getWatcherId();
|
||||
|
||||
/**
|
||||
* <code>uint32 cur_progress = 1;</code>
|
||||
* @return The curProgress.
|
||||
* <code>bool is_taken_reward = 4;</code>
|
||||
* @return The isTakenReward.
|
||||
*/
|
||||
int getCurProgress();
|
||||
boolean getIsTakenReward();
|
||||
|
||||
/**
|
||||
* <code>uint32 total_progress = 13;</code>
|
||||
* <code>uint32 total_progress = 15;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
int getTotalProgress();
|
||||
|
||||
/**
|
||||
* <code>bool is_taken_reward = 12;</code>
|
||||
* @return The isTakenReward.
|
||||
* <code>uint32 cur_progress = 10;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
boolean getIsTakenReward();
|
||||
int getCurProgress();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NACCPGOMNLE
|
||||
* Name: MJANEPLMIEP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityWatcherInfo}
|
||||
@@ -91,19 +91,14 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
curProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 32: {
|
||||
|
||||
isTakenReward_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 80: {
|
||||
|
||||
totalProgress_ = input.readUInt32();
|
||||
curProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
@@ -111,6 +106,11 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
watcherId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
totalProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -154,21 +154,21 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
return watcherId_;
|
||||
}
|
||||
|
||||
public static final int CUR_PROGRESS_FIELD_NUMBER = 1;
|
||||
private int curProgress_;
|
||||
public static final int IS_TAKEN_REWARD_FIELD_NUMBER = 4;
|
||||
private boolean isTakenReward_;
|
||||
/**
|
||||
* <code>uint32 cur_progress = 1;</code>
|
||||
* @return The curProgress.
|
||||
* <code>bool is_taken_reward = 4;</code>
|
||||
* @return The isTakenReward.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
public boolean getIsTakenReward() {
|
||||
return isTakenReward_;
|
||||
}
|
||||
|
||||
public static final int TOTAL_PROGRESS_FIELD_NUMBER = 13;
|
||||
public static final int TOTAL_PROGRESS_FIELD_NUMBER = 15;
|
||||
private int totalProgress_;
|
||||
/**
|
||||
* <code>uint32 total_progress = 13;</code>
|
||||
* <code>uint32 total_progress = 15;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -176,15 +176,15 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
return totalProgress_;
|
||||
}
|
||||
|
||||
public static final int IS_TAKEN_REWARD_FIELD_NUMBER = 12;
|
||||
private boolean isTakenReward_;
|
||||
public static final int CUR_PROGRESS_FIELD_NUMBER = 10;
|
||||
private int curProgress_;
|
||||
/**
|
||||
* <code>bool is_taken_reward = 12;</code>
|
||||
* @return The isTakenReward.
|
||||
* <code>uint32 cur_progress = 10;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsTakenReward() {
|
||||
return isTakenReward_;
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -201,18 +201,18 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (curProgress_ != 0) {
|
||||
output.writeUInt32(1, curProgress_);
|
||||
}
|
||||
if (isTakenReward_ != false) {
|
||||
output.writeBool(12, isTakenReward_);
|
||||
output.writeBool(4, isTakenReward_);
|
||||
}
|
||||
if (totalProgress_ != 0) {
|
||||
output.writeUInt32(13, totalProgress_);
|
||||
if (curProgress_ != 0) {
|
||||
output.writeUInt32(10, curProgress_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
output.writeUInt32(14, watcherId_);
|
||||
}
|
||||
if (totalProgress_ != 0) {
|
||||
output.writeUInt32(15, totalProgress_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -222,22 +222,22 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (curProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, curProgress_);
|
||||
}
|
||||
if (isTakenReward_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(12, isTakenReward_);
|
||||
.computeBoolSize(4, isTakenReward_);
|
||||
}
|
||||
if (totalProgress_ != 0) {
|
||||
if (curProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, totalProgress_);
|
||||
.computeUInt32Size(10, curProgress_);
|
||||
}
|
||||
if (watcherId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, watcherId_);
|
||||
}
|
||||
if (totalProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, totalProgress_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -255,12 +255,12 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
|
||||
if (getWatcherId()
|
||||
!= other.getWatcherId()) return false;
|
||||
if (getCurProgress()
|
||||
!= other.getCurProgress()) return false;
|
||||
if (getTotalProgress()
|
||||
!= other.getTotalProgress()) return false;
|
||||
if (getIsTakenReward()
|
||||
!= other.getIsTakenReward()) return false;
|
||||
if (getTotalProgress()
|
||||
!= other.getTotalProgress()) return false;
|
||||
if (getCurProgress()
|
||||
!= other.getCurProgress()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -274,13 +274,13 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + WATCHER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWatcherId();
|
||||
hash = (37 * hash) + CUR_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCurProgress();
|
||||
hash = (37 * hash) + TOTAL_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTotalProgress();
|
||||
hash = (37 * hash) + IS_TAKEN_REWARD_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsTakenReward());
|
||||
hash = (37 * hash) + TOTAL_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTotalProgress();
|
||||
hash = (37 * hash) + CUR_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCurProgress();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -378,7 +378,7 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NACCPGOMNLE
|
||||
* Name: MJANEPLMIEP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ActivityWatcherInfo}
|
||||
@@ -420,11 +420,11 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
super.clear();
|
||||
watcherId_ = 0;
|
||||
|
||||
curProgress_ = 0;
|
||||
isTakenReward_ = false;
|
||||
|
||||
totalProgress_ = 0;
|
||||
|
||||
isTakenReward_ = false;
|
||||
curProgress_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -453,9 +453,9 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
public emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo result = new emu.grasscutter.net.proto.ActivityWatcherInfoOuterClass.ActivityWatcherInfo(this);
|
||||
result.watcherId_ = watcherId_;
|
||||
result.curProgress_ = curProgress_;
|
||||
result.totalProgress_ = totalProgress_;
|
||||
result.isTakenReward_ = isTakenReward_;
|
||||
result.totalProgress_ = totalProgress_;
|
||||
result.curProgress_ = curProgress_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -507,14 +507,14 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
if (other.getWatcherId() != 0) {
|
||||
setWatcherId(other.getWatcherId());
|
||||
}
|
||||
if (other.getCurProgress() != 0) {
|
||||
setCurProgress(other.getCurProgress());
|
||||
if (other.getIsTakenReward() != false) {
|
||||
setIsTakenReward(other.getIsTakenReward());
|
||||
}
|
||||
if (other.getTotalProgress() != 0) {
|
||||
setTotalProgress(other.getTotalProgress());
|
||||
}
|
||||
if (other.getIsTakenReward() != false) {
|
||||
setIsTakenReward(other.getIsTakenReward());
|
||||
if (other.getCurProgress() != 0) {
|
||||
setCurProgress(other.getCurProgress());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -576,71 +576,9 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int curProgress_ ;
|
||||
/**
|
||||
* <code>uint32 cur_progress = 1;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cur_progress = 1;</code>
|
||||
* @param value The curProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCurProgress(int value) {
|
||||
|
||||
curProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cur_progress = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCurProgress() {
|
||||
|
||||
curProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int totalProgress_ ;
|
||||
/**
|
||||
* <code>uint32 total_progress = 13;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTotalProgress() {
|
||||
return totalProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 total_progress = 13;</code>
|
||||
* @param value The totalProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTotalProgress(int value) {
|
||||
|
||||
totalProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 total_progress = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTotalProgress() {
|
||||
|
||||
totalProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isTakenReward_ ;
|
||||
/**
|
||||
* <code>bool is_taken_reward = 12;</code>
|
||||
* <code>bool is_taken_reward = 4;</code>
|
||||
* @return The isTakenReward.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -648,7 +586,7 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
return isTakenReward_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_taken_reward = 12;</code>
|
||||
* <code>bool is_taken_reward = 4;</code>
|
||||
* @param value The isTakenReward to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -659,7 +597,7 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_taken_reward = 12;</code>
|
||||
* <code>bool is_taken_reward = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsTakenReward() {
|
||||
@@ -668,6 +606,68 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int totalProgress_ ;
|
||||
/**
|
||||
* <code>uint32 total_progress = 15;</code>
|
||||
* @return The totalProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTotalProgress() {
|
||||
return totalProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 total_progress = 15;</code>
|
||||
* @param value The totalProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTotalProgress(int value) {
|
||||
|
||||
totalProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 total_progress = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTotalProgress() {
|
||||
|
||||
totalProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int curProgress_ ;
|
||||
/**
|
||||
* <code>uint32 cur_progress = 10;</code>
|
||||
* @return The curProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCurProgress() {
|
||||
return curProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cur_progress = 10;</code>
|
||||
* @param value The curProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCurProgress(int value) {
|
||||
|
||||
curProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cur_progress = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCurProgress() {
|
||||
|
||||
curProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -736,9 +736,9 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\031ActivityWatcherInfo.proto\"p\n\023ActivityW" +
|
||||
"atcherInfo\022\022\n\nwatcher_id\030\016 \001(\r\022\024\n\014cur_pr" +
|
||||
"ogress\030\001 \001(\r\022\026\n\016total_progress\030\r \001(\r\022\027\n\017" +
|
||||
"is_taken_reward\030\014 \001(\010B\033\n\031emu.grasscutter" +
|
||||
"atcherInfo\022\022\n\nwatcher_id\030\016 \001(\r\022\027\n\017is_tak" +
|
||||
"en_reward\030\004 \001(\010\022\026\n\016total_progress\030\017 \001(\r\022" +
|
||||
"\024\n\014cur_progress\030\n \001(\rB\033\n\031emu.grasscutter" +
|
||||
".net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -750,7 +750,7 @@ public final class ActivityWatcherInfoOuterClass {
|
||||
internal_static_ActivityWatcherInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ActivityWatcherInfo_descriptor,
|
||||
new java.lang.String[] { "WatcherId", "CurProgress", "TotalProgress", "IsTakenReward", });
|
||||
new java.lang.String[] { "WatcherId", "IsTakenReward", "TotalProgress", "CurProgress", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+4
-4
@@ -20,8 +20,8 @@ public final class AddBackupAvatarTeamReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DGBNGBAJBLO
|
||||
* CmdId: 1602
|
||||
* CmdId: 1670
|
||||
* Name: JGCLHIODNGH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddBackupAvatarTeamReq}
|
||||
@@ -246,8 +246,8 @@ public final class AddBackupAvatarTeamReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DGBNGBAJBLO
|
||||
* CmdId: 1602
|
||||
* CmdId: 1670
|
||||
* Name: JGCLHIODNGH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddBackupAvatarTeamReq}
|
||||
|
||||
+14
-14
@@ -19,15 +19,15 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FPILCNDJKNF
|
||||
* CmdId: 1777
|
||||
* CmdId: 1658
|
||||
* Name: AFDHKHAFKNE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddBackupAvatarTeamRsp}
|
||||
@@ -74,7 +74,7 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 112: {
|
||||
case 48: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
emu.grasscutter.net.proto.AddBackupAvatarTeamRspOuterClass.AddBackupAvatarTeamRsp.class, emu.grasscutter.net.proto.AddBackupAvatarTeamRspOuterClass.AddBackupAvatarTeamRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 14;
|
||||
public static final int RETCODE_FIELD_NUMBER = 6;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(14, retcode_);
|
||||
output.writeInt32(6, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(14, retcode_);
|
||||
.computeInt32Size(6, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FPILCNDJKNF
|
||||
* CmdId: 1777
|
||||
* CmdId: 1658
|
||||
* Name: AFDHKHAFKNE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddBackupAvatarTeamRsp}
|
||||
@@ -431,7 +431,7 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -527,7 +527,7 @@ public final class AddBackupAvatarTeamRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\034AddBackupAvatarTeamRsp.proto\")\n\026AddBac" +
|
||||
"kupAvatarTeamRsp\022\017\n\007retcode\030\016 \001(\005B\033\n\031emu" +
|
||||
"kupAvatarTeamRsp\022\017\n\007retcode\030\006 \001(\005B\033\n\031emu" +
|
||||
".grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+559
-559
File diff suppressed because it is too large
Load Diff
+92
-92
@@ -19,26 +19,26 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_new = 1;</code>
|
||||
* @return The isNew.
|
||||
*/
|
||||
boolean getIsNew();
|
||||
|
||||
/**
|
||||
* <code>uint32 count = 9;</code>
|
||||
* <code>uint32 count = 1;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
int getCount();
|
||||
|
||||
/**
|
||||
* <code>uint32 item_id = 14;</code>
|
||||
* <code>bool is_new = 15;</code>
|
||||
* @return The isNew.
|
||||
*/
|
||||
boolean getIsNew();
|
||||
|
||||
/**
|
||||
* <code>uint32 item_id = 5;</code>
|
||||
* @return The itemId.
|
||||
*/
|
||||
int getItemId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CMDOHKNKFDH
|
||||
* Name: KGFCFBBHNII
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddNoGachaAvatarCardTransferItem}
|
||||
@@ -87,19 +87,19 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
isNew_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
count_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
case 40: {
|
||||
|
||||
itemId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
isNew_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -132,21 +132,10 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem.class, emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_NEW_FIELD_NUMBER = 1;
|
||||
private boolean isNew_;
|
||||
/**
|
||||
* <code>bool is_new = 1;</code>
|
||||
* @return The isNew.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsNew() {
|
||||
return isNew_;
|
||||
}
|
||||
|
||||
public static final int COUNT_FIELD_NUMBER = 9;
|
||||
public static final int COUNT_FIELD_NUMBER = 1;
|
||||
private int count_;
|
||||
/**
|
||||
* <code>uint32 count = 9;</code>
|
||||
* <code>uint32 count = 1;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -154,10 +143,21 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
return count_;
|
||||
}
|
||||
|
||||
public static final int ITEM_ID_FIELD_NUMBER = 14;
|
||||
public static final int IS_NEW_FIELD_NUMBER = 15;
|
||||
private boolean isNew_;
|
||||
/**
|
||||
* <code>bool is_new = 15;</code>
|
||||
* @return The isNew.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsNew() {
|
||||
return isNew_;
|
||||
}
|
||||
|
||||
public static final int ITEM_ID_FIELD_NUMBER = 5;
|
||||
private int itemId_;
|
||||
/**
|
||||
* <code>uint32 item_id = 14;</code>
|
||||
* <code>uint32 item_id = 5;</code>
|
||||
* @return The itemId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -179,14 +179,14 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (isNew_ != false) {
|
||||
output.writeBool(1, isNew_);
|
||||
}
|
||||
if (count_ != 0) {
|
||||
output.writeUInt32(9, count_);
|
||||
output.writeUInt32(1, count_);
|
||||
}
|
||||
if (itemId_ != 0) {
|
||||
output.writeUInt32(14, itemId_);
|
||||
output.writeUInt32(5, itemId_);
|
||||
}
|
||||
if (isNew_ != false) {
|
||||
output.writeBool(15, isNew_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -197,17 +197,17 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (isNew_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(1, isNew_);
|
||||
}
|
||||
if (count_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, count_);
|
||||
.computeUInt32Size(1, count_);
|
||||
}
|
||||
if (itemId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, itemId_);
|
||||
.computeUInt32Size(5, itemId_);
|
||||
}
|
||||
if (isNew_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(15, isNew_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -224,10 +224,10 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem other = (emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem) obj;
|
||||
|
||||
if (getIsNew()
|
||||
!= other.getIsNew()) return false;
|
||||
if (getCount()
|
||||
!= other.getCount()) return false;
|
||||
if (getIsNew()
|
||||
!= other.getIsNew()) return false;
|
||||
if (getItemId()
|
||||
!= other.getItemId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
@@ -241,11 +241,11 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + COUNT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCount();
|
||||
hash = (37 * hash) + IS_NEW_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsNew());
|
||||
hash = (37 * hash) + COUNT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCount();
|
||||
hash = (37 * hash) + ITEM_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getItemId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -345,7 +345,7 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CMDOHKNKFDH
|
||||
* Name: KGFCFBBHNII
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddNoGachaAvatarCardTransferItem}
|
||||
@@ -385,10 +385,10 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
isNew_ = false;
|
||||
|
||||
count_ = 0;
|
||||
|
||||
isNew_ = false;
|
||||
|
||||
itemId_ = 0;
|
||||
|
||||
return this;
|
||||
@@ -417,8 +417,8 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem buildPartial() {
|
||||
emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem result = new emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem(this);
|
||||
result.isNew_ = isNew_;
|
||||
result.count_ = count_;
|
||||
result.isNew_ = isNew_;
|
||||
result.itemId_ = itemId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
@@ -468,12 +468,12 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem other) {
|
||||
if (other == emu.grasscutter.net.proto.AddNoGachaAvatarCardTransferItemOuterClass.AddNoGachaAvatarCardTransferItem.getDefaultInstance()) return this;
|
||||
if (other.getIsNew() != false) {
|
||||
setIsNew(other.getIsNew());
|
||||
}
|
||||
if (other.getCount() != 0) {
|
||||
setCount(other.getCount());
|
||||
}
|
||||
if (other.getIsNew() != false) {
|
||||
setIsNew(other.getIsNew());
|
||||
}
|
||||
if (other.getItemId() != 0) {
|
||||
setItemId(other.getItemId());
|
||||
}
|
||||
@@ -506,40 +506,9 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isNew_ ;
|
||||
/**
|
||||
* <code>bool is_new = 1;</code>
|
||||
* @return The isNew.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsNew() {
|
||||
return isNew_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_new = 1;</code>
|
||||
* @param value The isNew to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsNew(boolean value) {
|
||||
|
||||
isNew_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_new = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsNew() {
|
||||
|
||||
isNew_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int count_ ;
|
||||
/**
|
||||
* <code>uint32 count = 9;</code>
|
||||
* <code>uint32 count = 1;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -547,7 +516,7 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
return count_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 9;</code>
|
||||
* <code>uint32 count = 1;</code>
|
||||
* @param value The count to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -558,7 +527,7 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 9;</code>
|
||||
* <code>uint32 count = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCount() {
|
||||
@@ -568,9 +537,40 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isNew_ ;
|
||||
/**
|
||||
* <code>bool is_new = 15;</code>
|
||||
* @return The isNew.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsNew() {
|
||||
return isNew_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_new = 15;</code>
|
||||
* @param value The isNew to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsNew(boolean value) {
|
||||
|
||||
isNew_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_new = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsNew() {
|
||||
|
||||
isNew_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int itemId_ ;
|
||||
/**
|
||||
* <code>uint32 item_id = 14;</code>
|
||||
* <code>uint32 item_id = 5;</code>
|
||||
* @return The itemId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -578,7 +578,7 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
return itemId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 item_id = 14;</code>
|
||||
* <code>uint32 item_id = 5;</code>
|
||||
* @param value The itemId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -589,7 +589,7 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 item_id = 14;</code>
|
||||
* <code>uint32 item_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearItemId() {
|
||||
@@ -666,8 +666,8 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n&AddNoGachaAvatarCardTransferItem.proto" +
|
||||
"\"R\n AddNoGachaAvatarCardTransferItem\022\016\n\006" +
|
||||
"is_new\030\001 \001(\010\022\r\n\005count\030\t \001(\r\022\017\n\007item_id\030\016" +
|
||||
"\"R\n AddNoGachaAvatarCardTransferItem\022\r\n\005" +
|
||||
"count\030\001 \001(\r\022\016\n\006is_new\030\017 \001(\010\022\017\n\007item_id\030\005" +
|
||||
" \001(\rB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
@@ -680,7 +680,7 @@ public final class AddNoGachaAvatarCardTransferItemOuterClass {
|
||||
internal_static_AddNoGachaAvatarCardTransferItem_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AddNoGachaAvatarCardTransferItem_descriptor,
|
||||
new java.lang.String[] { "IsNew", "Count", "ItemId", });
|
||||
new java.lang.String[] { "Count", "IsNew", "ItemId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+95
-95
@@ -19,27 +19,27 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 param = 10;</code>
|
||||
* <code>uint32 add_progress = 10;</code>
|
||||
* @return The addProgress.
|
||||
*/
|
||||
int getAddProgress();
|
||||
|
||||
/**
|
||||
* <code>uint32 param = 3;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
int getParam();
|
||||
|
||||
/**
|
||||
* <code>uint32 content_type = 2;</code>
|
||||
* <code>uint32 content_type = 9;</code>
|
||||
* @return The contentType.
|
||||
*/
|
||||
int getContentType();
|
||||
|
||||
/**
|
||||
* <code>uint32 add_progress = 8;</code>
|
||||
* @return The addProgress.
|
||||
*/
|
||||
int getAddProgress();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GALKBFKDBEG
|
||||
* CmdId: 434
|
||||
* CmdId: 456
|
||||
* Name: DNDFBIMEHCF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddQuestContentProgressReq}
|
||||
@@ -86,19 +86,19 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 24: {
|
||||
|
||||
param_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
contentType_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
|
||||
addProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
param_ = input.readUInt32();
|
||||
addProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -133,10 +133,21 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq.class, emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int PARAM_FIELD_NUMBER = 10;
|
||||
public static final int ADD_PROGRESS_FIELD_NUMBER = 10;
|
||||
private int addProgress_;
|
||||
/**
|
||||
* <code>uint32 add_progress = 10;</code>
|
||||
* @return The addProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAddProgress() {
|
||||
return addProgress_;
|
||||
}
|
||||
|
||||
public static final int PARAM_FIELD_NUMBER = 3;
|
||||
private int param_;
|
||||
/**
|
||||
* <code>uint32 param = 10;</code>
|
||||
* <code>uint32 param = 3;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,10 +155,10 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
return param_;
|
||||
}
|
||||
|
||||
public static final int CONTENT_TYPE_FIELD_NUMBER = 2;
|
||||
public static final int CONTENT_TYPE_FIELD_NUMBER = 9;
|
||||
private int contentType_;
|
||||
/**
|
||||
* <code>uint32 content_type = 2;</code>
|
||||
* <code>uint32 content_type = 9;</code>
|
||||
* @return The contentType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -155,17 +166,6 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
return contentType_;
|
||||
}
|
||||
|
||||
public static final int ADD_PROGRESS_FIELD_NUMBER = 8;
|
||||
private int addProgress_;
|
||||
/**
|
||||
* <code>uint32 add_progress = 8;</code>
|
||||
* @return The addProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAddProgress() {
|
||||
return addProgress_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -180,14 +180,14 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (param_ != 0) {
|
||||
output.writeUInt32(3, param_);
|
||||
}
|
||||
if (contentType_ != 0) {
|
||||
output.writeUInt32(2, contentType_);
|
||||
output.writeUInt32(9, contentType_);
|
||||
}
|
||||
if (addProgress_ != 0) {
|
||||
output.writeUInt32(8, addProgress_);
|
||||
}
|
||||
if (param_ != 0) {
|
||||
output.writeUInt32(10, param_);
|
||||
output.writeUInt32(10, addProgress_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -198,17 +198,17 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (param_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, param_);
|
||||
}
|
||||
if (contentType_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, contentType_);
|
||||
.computeUInt32Size(9, contentType_);
|
||||
}
|
||||
if (addProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, addProgress_);
|
||||
}
|
||||
if (param_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, param_);
|
||||
.computeUInt32Size(10, addProgress_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -225,12 +225,12 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq other = (emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq) obj;
|
||||
|
||||
if (getAddProgress()
|
||||
!= other.getAddProgress()) return false;
|
||||
if (getParam()
|
||||
!= other.getParam()) return false;
|
||||
if (getContentType()
|
||||
!= other.getContentType()) return false;
|
||||
if (getAddProgress()
|
||||
!= other.getAddProgress()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -242,12 +242,12 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + ADD_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAddProgress();
|
||||
hash = (37 * hash) + PARAM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getParam();
|
||||
hash = (37 * hash) + CONTENT_TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getContentType();
|
||||
hash = (37 * hash) + ADD_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAddProgress();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -345,8 +345,8 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GALKBFKDBEG
|
||||
* CmdId: 434
|
||||
* CmdId: 456
|
||||
* Name: DNDFBIMEHCF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddQuestContentProgressReq}
|
||||
@@ -386,12 +386,12 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
addProgress_ = 0;
|
||||
|
||||
param_ = 0;
|
||||
|
||||
contentType_ = 0;
|
||||
|
||||
addProgress_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -418,9 +418,9 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq buildPartial() {
|
||||
emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq result = new emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq(this);
|
||||
result.addProgress_ = addProgress_;
|
||||
result.param_ = param_;
|
||||
result.contentType_ = contentType_;
|
||||
result.addProgress_ = addProgress_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -469,15 +469,15 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq other) {
|
||||
if (other == emu.grasscutter.net.proto.AddQuestContentProgressReqOuterClass.AddQuestContentProgressReq.getDefaultInstance()) return this;
|
||||
if (other.getAddProgress() != 0) {
|
||||
setAddProgress(other.getAddProgress());
|
||||
}
|
||||
if (other.getParam() != 0) {
|
||||
setParam(other.getParam());
|
||||
}
|
||||
if (other.getContentType() != 0) {
|
||||
setContentType(other.getContentType());
|
||||
}
|
||||
if (other.getAddProgress() != 0) {
|
||||
setAddProgress(other.getAddProgress());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -507,9 +507,40 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int addProgress_ ;
|
||||
/**
|
||||
* <code>uint32 add_progress = 10;</code>
|
||||
* @return The addProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAddProgress() {
|
||||
return addProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 add_progress = 10;</code>
|
||||
* @param value The addProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAddProgress(int value) {
|
||||
|
||||
addProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 add_progress = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAddProgress() {
|
||||
|
||||
addProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int param_ ;
|
||||
/**
|
||||
* <code>uint32 param = 10;</code>
|
||||
* <code>uint32 param = 3;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -517,7 +548,7 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
return param_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 param = 10;</code>
|
||||
* <code>uint32 param = 3;</code>
|
||||
* @param value The param to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -528,7 +559,7 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 param = 10;</code>
|
||||
* <code>uint32 param = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParam() {
|
||||
@@ -540,7 +571,7 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
|
||||
private int contentType_ ;
|
||||
/**
|
||||
* <code>uint32 content_type = 2;</code>
|
||||
* <code>uint32 content_type = 9;</code>
|
||||
* @return The contentType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -548,7 +579,7 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
return contentType_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 content_type = 2;</code>
|
||||
* <code>uint32 content_type = 9;</code>
|
||||
* @param value The contentType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -559,7 +590,7 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 content_type = 2;</code>
|
||||
* <code>uint32 content_type = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearContentType() {
|
||||
@@ -568,37 +599,6 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int addProgress_ ;
|
||||
/**
|
||||
* <code>uint32 add_progress = 8;</code>
|
||||
* @return The addProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAddProgress() {
|
||||
return addProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 add_progress = 8;</code>
|
||||
* @param value The addProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAddProgress(int value) {
|
||||
|
||||
addProgress_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 add_progress = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAddProgress() {
|
||||
|
||||
addProgress_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -667,8 +667,8 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AddQuestContentProgressReq.proto\"W\n\032Ad" +
|
||||
"dQuestContentProgressReq\022\r\n\005param\030\n \001(\r\022" +
|
||||
"\024\n\014content_type\030\002 \001(\r\022\024\n\014add_progress\030\010 " +
|
||||
"dQuestContentProgressReq\022\024\n\014add_progress" +
|
||||
"\030\n \001(\r\022\r\n\005param\030\003 \001(\r\022\024\n\014content_type\030\t " +
|
||||
"\001(\rB\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -680,7 +680,7 @@ public final class AddQuestContentProgressReqOuterClass {
|
||||
internal_static_AddQuestContentProgressReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AddQuestContentProgressReq_descriptor,
|
||||
new java.lang.String[] { "Param", "ContentType", "AddProgress", });
|
||||
new java.lang.String[] { "AddProgress", "Param", "ContentType", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+77
-77
@@ -19,21 +19,21 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 content_type = 12;</code>
|
||||
* <code>uint32 content_type = 7;</code>
|
||||
* @return The contentType.
|
||||
*/
|
||||
int getContentType();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: LNEHHKPDPHL
|
||||
* CmdId: 472
|
||||
* CmdId: 441
|
||||
* Name: DABGGEPNIEP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddQuestContentProgressRsp}
|
||||
@@ -80,12 +80,12 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 40: {
|
||||
case 16: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 56: {
|
||||
|
||||
contentType_ = input.readUInt32();
|
||||
break;
|
||||
@@ -122,21 +122,10 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp.class, emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 5;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int CONTENT_TYPE_FIELD_NUMBER = 12;
|
||||
public static final int CONTENT_TYPE_FIELD_NUMBER = 7;
|
||||
private int contentType_;
|
||||
/**
|
||||
* <code>uint32 content_type = 12;</code>
|
||||
* <code>uint32 content_type = 7;</code>
|
||||
* @return The contentType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,6 +133,17 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
return contentType_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 2;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -159,10 +159,10 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(5, retcode_);
|
||||
output.writeInt32(2, retcode_);
|
||||
}
|
||||
if (contentType_ != 0) {
|
||||
output.writeUInt32(12, contentType_);
|
||||
output.writeUInt32(7, contentType_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -175,11 +175,11 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(5, retcode_);
|
||||
.computeInt32Size(2, retcode_);
|
||||
}
|
||||
if (contentType_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, contentType_);
|
||||
.computeUInt32Size(7, contentType_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -196,10 +196,10 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp other = (emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp) obj;
|
||||
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getContentType()
|
||||
!= other.getContentType()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -211,10 +211,10 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (37 * hash) + CONTENT_TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getContentType();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -312,8 +312,8 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: LNEHHKPDPHL
|
||||
* CmdId: 472
|
||||
* CmdId: 441
|
||||
* Name: DABGGEPNIEP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AddQuestContentProgressRsp}
|
||||
@@ -353,10 +353,10 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
retcode_ = 0;
|
||||
|
||||
contentType_ = 0;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -383,8 +383,8 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp result = new emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp(this);
|
||||
result.retcode_ = retcode_;
|
||||
result.contentType_ = contentType_;
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -433,12 +433,12 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.AddQuestContentProgressRspOuterClass.AddQuestContentProgressRsp.getDefaultInstance()) return this;
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.getContentType() != 0) {
|
||||
setContentType(other.getContentType());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -468,40 +468,9 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int contentType_ ;
|
||||
/**
|
||||
* <code>uint32 content_type = 12;</code>
|
||||
* <code>uint32 content_type = 7;</code>
|
||||
* @return The contentType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -509,7 +478,7 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
return contentType_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 content_type = 12;</code>
|
||||
* <code>uint32 content_type = 7;</code>
|
||||
* @param value The contentType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -520,7 +489,7 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 content_type = 12;</code>
|
||||
* <code>uint32 content_type = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearContentType() {
|
||||
@@ -529,6 +498,37 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -597,8 +597,8 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AddQuestContentProgressRsp.proto\"C\n\032Ad" +
|
||||
"dQuestContentProgressRsp\022\017\n\007retcode\030\005 \001(" +
|
||||
"\005\022\024\n\014content_type\030\014 \001(\rB\033\n\031emu.grasscutt" +
|
||||
"dQuestContentProgressRsp\022\024\n\014content_type" +
|
||||
"\030\007 \001(\r\022\017\n\007retcode\030\002 \001(\005B\033\n\031emu.grasscutt" +
|
||||
"er.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -610,7 +610,7 @@ public final class AddQuestContentProgressRspOuterClass {
|
||||
internal_static_AddQuestContentProgressRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AddQuestContentProgressRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "ContentType", });
|
||||
new java.lang.String[] { "ContentType", "Retcode", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+337
-337
File diff suppressed because it is too large
Load Diff
@@ -19,45 +19,11 @@ public final class AiSkillCdInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
int getSkillGroupCdMapCount();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
boolean containsSkillGroupCdMap(
|
||||
int key);
|
||||
/**
|
||||
* Use {@link #getSkillGroupCdMapMap()} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getSkillGroupCdMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getSkillGroupCdMapMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
|
||||
int getSkillGroupCdMapOrDefault(
|
||||
int key,
|
||||
int defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
|
||||
int getSkillGroupCdMapOrThrow(
|
||||
int key);
|
||||
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
int getSkillCdMapCount();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
boolean containsSkillCdMap(
|
||||
int key);
|
||||
@@ -68,27 +34,61 @@ public final class AiSkillCdInfoOuterClass {
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getSkillCdMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getSkillCdMapMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
|
||||
int getSkillCdMapOrDefault(
|
||||
int key,
|
||||
int defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
|
||||
int getSkillCdMapOrThrow(
|
||||
int key);
|
||||
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
int getSkillGroupCdMapCount();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
boolean containsSkillGroupCdMap(
|
||||
int key);
|
||||
/**
|
||||
* Use {@link #getSkillGroupCdMapMap()} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getSkillGroupCdMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getSkillGroupCdMapMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
|
||||
int getSkillGroupCdMapOrDefault(
|
||||
int key,
|
||||
int defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
|
||||
int getSkillGroupCdMapOrThrow(
|
||||
int key);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DFMOCHLPHCF
|
||||
* Name: HFEKCMGDEAI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AiSkillCdInfo}
|
||||
@@ -136,11 +136,11 @@ public final class AiSkillCdInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
case 18: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
skillGroupCdMap_ = com.google.protobuf.MapField.newMapField(
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry);
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
com.google.protobuf.MapEntry<java.lang.Integer, java.lang.Integer>
|
||||
skillGroupCdMap__ = input.readMessage(
|
||||
@@ -149,11 +149,11 @@ public final class AiSkillCdInfoOuterClass {
|
||||
skillGroupCdMap__.getKey(), skillGroupCdMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
case 122: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
skillCdMap_ = com.google.protobuf.MapField.newMapField(
|
||||
SkillCdMapDefaultEntryHolder.defaultEntry);
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
com.google.protobuf.MapEntry<java.lang.Integer, java.lang.Integer>
|
||||
skillCdMap__ = input.readMessage(
|
||||
@@ -191,10 +191,10 @@ public final class AiSkillCdInfoOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 1:
|
||||
return internalGetSkillGroupCdMap();
|
||||
case 11:
|
||||
case 15:
|
||||
return internalGetSkillCdMap();
|
||||
case 2:
|
||||
return internalGetSkillGroupCdMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
"Invalid map field number: " + number);
|
||||
@@ -208,88 +208,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo.class, emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SKILL_GROUP_CD_MAP_FIELD_NUMBER = 1;
|
||||
private static final class SkillGroupCdMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, java.lang.Integer> defaultEntry =
|
||||
com.google.protobuf.MapEntry
|
||||
.<java.lang.Integer, java.lang.Integer>newDefaultInstance(
|
||||
emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor,
|
||||
com.google.protobuf.WireFormat.FieldType.UINT32,
|
||||
0,
|
||||
com.google.protobuf.WireFormat.FieldType.UINT32,
|
||||
0);
|
||||
}
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Integer, java.lang.Integer> skillGroupCdMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Integer>
|
||||
internalGetSkillGroupCdMap() {
|
||||
if (skillGroupCdMap_ == null) {
|
||||
return com.google.protobuf.MapField.emptyMapField(
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
return skillGroupCdMap_;
|
||||
}
|
||||
|
||||
public int getSkillGroupCdMapCount() {
|
||||
return internalGetSkillGroupCdMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
public boolean containsSkillGroupCdMap(
|
||||
int key) {
|
||||
|
||||
return internalGetSkillGroupCdMap().getMap().containsKey(key);
|
||||
}
|
||||
/**
|
||||
* Use {@link #getSkillGroupCdMapMap()} instead.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMap() {
|
||||
return getSkillGroupCdMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMapMap() {
|
||||
return internalGetSkillGroupCdMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrDefault(
|
||||
int key,
|
||||
int defaultValue) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrThrow(
|
||||
int key) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
if (!map.containsKey(key)) {
|
||||
throw new java.lang.IllegalArgumentException();
|
||||
}
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int SKILL_CD_MAP_FIELD_NUMBER = 11;
|
||||
public static final int SKILL_CD_MAP_FIELD_NUMBER = 15;
|
||||
private static final class SkillCdMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, java.lang.Integer> defaultEntry =
|
||||
@@ -316,7 +235,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return internalGetSkillCdMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -334,7 +253,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return getSkillCdMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -342,7 +261,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return internalGetSkillCdMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -355,7 +274,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -370,6 +289,87 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int SKILL_GROUP_CD_MAP_FIELD_NUMBER = 2;
|
||||
private static final class SkillGroupCdMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, java.lang.Integer> defaultEntry =
|
||||
com.google.protobuf.MapEntry
|
||||
.<java.lang.Integer, java.lang.Integer>newDefaultInstance(
|
||||
emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor,
|
||||
com.google.protobuf.WireFormat.FieldType.UINT32,
|
||||
0,
|
||||
com.google.protobuf.WireFormat.FieldType.UINT32,
|
||||
0);
|
||||
}
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Integer, java.lang.Integer> skillGroupCdMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Integer>
|
||||
internalGetSkillGroupCdMap() {
|
||||
if (skillGroupCdMap_ == null) {
|
||||
return com.google.protobuf.MapField.emptyMapField(
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
return skillGroupCdMap_;
|
||||
}
|
||||
|
||||
public int getSkillGroupCdMapCount() {
|
||||
return internalGetSkillGroupCdMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
public boolean containsSkillGroupCdMap(
|
||||
int key) {
|
||||
|
||||
return internalGetSkillGroupCdMap().getMap().containsKey(key);
|
||||
}
|
||||
/**
|
||||
* Use {@link #getSkillGroupCdMapMap()} instead.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMap() {
|
||||
return getSkillGroupCdMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMapMap() {
|
||||
return internalGetSkillGroupCdMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrDefault(
|
||||
int key,
|
||||
int defaultValue) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrThrow(
|
||||
int key) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
if (!map.containsKey(key)) {
|
||||
throw new java.lang.IllegalArgumentException();
|
||||
}
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -389,13 +389,13 @@ public final class AiSkillCdInfoOuterClass {
|
||||
output,
|
||||
internalGetSkillGroupCdMap(),
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry,
|
||||
1);
|
||||
2);
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeIntegerMapTo(
|
||||
output,
|
||||
internalGetSkillCdMap(),
|
||||
SkillCdMapDefaultEntryHolder.defaultEntry,
|
||||
11);
|
||||
15);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -413,7 +413,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, skillGroupCdMap__);
|
||||
.computeMessageSize(2, skillGroupCdMap__);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Integer, java.lang.Integer> entry
|
||||
: internalGetSkillCdMap().getMap().entrySet()) {
|
||||
@@ -423,7 +423,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(11, skillCdMap__);
|
||||
.computeMessageSize(15, skillCdMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -440,10 +440,10 @@ public final class AiSkillCdInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo other = (emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo) obj;
|
||||
|
||||
if (!internalGetSkillGroupCdMap().equals(
|
||||
other.internalGetSkillGroupCdMap())) return false;
|
||||
if (!internalGetSkillCdMap().equals(
|
||||
other.internalGetSkillCdMap())) return false;
|
||||
if (!internalGetSkillGroupCdMap().equals(
|
||||
other.internalGetSkillGroupCdMap())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -455,14 +455,14 @@ public final class AiSkillCdInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (!internalGetSkillGroupCdMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + SKILL_GROUP_CD_MAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetSkillGroupCdMap().hashCode();
|
||||
}
|
||||
if (!internalGetSkillCdMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + SKILL_CD_MAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetSkillCdMap().hashCode();
|
||||
}
|
||||
if (!internalGetSkillGroupCdMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + SKILL_GROUP_CD_MAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetSkillGroupCdMap().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -560,7 +560,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DFMOCHLPHCF
|
||||
* Name: HFEKCMGDEAI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AiSkillCdInfo}
|
||||
@@ -578,10 +578,10 @@ public final class AiSkillCdInfoOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 1:
|
||||
return internalGetSkillGroupCdMap();
|
||||
case 11:
|
||||
case 15:
|
||||
return internalGetSkillCdMap();
|
||||
case 2:
|
||||
return internalGetSkillGroupCdMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
"Invalid map field number: " + number);
|
||||
@@ -591,10 +591,10 @@ public final class AiSkillCdInfoOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 1:
|
||||
return internalGetMutableSkillGroupCdMap();
|
||||
case 11:
|
||||
case 15:
|
||||
return internalGetMutableSkillCdMap();
|
||||
case 2:
|
||||
return internalGetMutableSkillGroupCdMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
"Invalid map field number: " + number);
|
||||
@@ -626,8 +626,8 @@ public final class AiSkillCdInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
internalGetMutableSkillGroupCdMap().clear();
|
||||
internalGetMutableSkillCdMap().clear();
|
||||
internalGetMutableSkillGroupCdMap().clear();
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -655,10 +655,10 @@ public final class AiSkillCdInfoOuterClass {
|
||||
public emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo result = new emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.skillGroupCdMap_ = internalGetSkillGroupCdMap();
|
||||
result.skillGroupCdMap_.makeImmutable();
|
||||
result.skillCdMap_ = internalGetSkillCdMap();
|
||||
result.skillCdMap_.makeImmutable();
|
||||
result.skillGroupCdMap_ = internalGetSkillGroupCdMap();
|
||||
result.skillGroupCdMap_.makeImmutable();
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -707,10 +707,10 @@ public final class AiSkillCdInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AiSkillCdInfoOuterClass.AiSkillCdInfo.getDefaultInstance()) return this;
|
||||
internalGetMutableSkillGroupCdMap().mergeFrom(
|
||||
other.internalGetSkillGroupCdMap());
|
||||
internalGetMutableSkillCdMap().mergeFrom(
|
||||
other.internalGetSkillCdMap());
|
||||
internalGetMutableSkillGroupCdMap().mergeFrom(
|
||||
other.internalGetSkillGroupCdMap());
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -741,134 +741,6 @@ public final class AiSkillCdInfoOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Integer, java.lang.Integer> skillGroupCdMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Integer>
|
||||
internalGetSkillGroupCdMap() {
|
||||
if (skillGroupCdMap_ == null) {
|
||||
return com.google.protobuf.MapField.emptyMapField(
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
return skillGroupCdMap_;
|
||||
}
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Integer>
|
||||
internalGetMutableSkillGroupCdMap() {
|
||||
onChanged();;
|
||||
if (skillGroupCdMap_ == null) {
|
||||
skillGroupCdMap_ = com.google.protobuf.MapField.newMapField(
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
if (!skillGroupCdMap_.isMutable()) {
|
||||
skillGroupCdMap_ = skillGroupCdMap_.copy();
|
||||
}
|
||||
return skillGroupCdMap_;
|
||||
}
|
||||
|
||||
public int getSkillGroupCdMapCount() {
|
||||
return internalGetSkillGroupCdMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
public boolean containsSkillGroupCdMap(
|
||||
int key) {
|
||||
|
||||
return internalGetSkillGroupCdMap().getMap().containsKey(key);
|
||||
}
|
||||
/**
|
||||
* Use {@link #getSkillGroupCdMapMap()} instead.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMap() {
|
||||
return getSkillGroupCdMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMapMap() {
|
||||
return internalGetSkillGroupCdMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrDefault(
|
||||
int key,
|
||||
int defaultValue) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrThrow(
|
||||
int key) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
if (!map.containsKey(key)) {
|
||||
throw new java.lang.IllegalArgumentException();
|
||||
}
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public Builder clearSkillGroupCdMap() {
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.clear();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
|
||||
public Builder removeSkillGroupCdMap(
|
||||
int key) {
|
||||
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.remove(key);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* Use alternate mutation accessors instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getMutableSkillGroupCdMap() {
|
||||
return internalGetMutableSkillGroupCdMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
public Builder putSkillGroupCdMap(
|
||||
int key,
|
||||
int value) {
|
||||
|
||||
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.put(key, value);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 1;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllSkillGroupCdMap(
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> values) {
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Integer, java.lang.Integer> skillCdMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Integer>
|
||||
@@ -896,7 +768,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return internalGetSkillCdMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -914,7 +786,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return getSkillCdMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -922,7 +794,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return internalGetSkillCdMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -935,7 +807,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -956,7 +828,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
|
||||
public Builder removeSkillCdMap(
|
||||
@@ -975,7 +847,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return internalGetMutableSkillCdMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
public Builder putSkillCdMap(
|
||||
int key,
|
||||
@@ -987,7 +859,7 @@ public final class AiSkillCdInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_cd_map = 11;</code>
|
||||
* <code>map<uint32, uint32> skill_cd_map = 15;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllSkillCdMap(
|
||||
@@ -996,6 +868,134 @@ public final class AiSkillCdInfoOuterClass {
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Integer, java.lang.Integer> skillGroupCdMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Integer>
|
||||
internalGetSkillGroupCdMap() {
|
||||
if (skillGroupCdMap_ == null) {
|
||||
return com.google.protobuf.MapField.emptyMapField(
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
return skillGroupCdMap_;
|
||||
}
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Integer>
|
||||
internalGetMutableSkillGroupCdMap() {
|
||||
onChanged();;
|
||||
if (skillGroupCdMap_ == null) {
|
||||
skillGroupCdMap_ = com.google.protobuf.MapField.newMapField(
|
||||
SkillGroupCdMapDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
if (!skillGroupCdMap_.isMutable()) {
|
||||
skillGroupCdMap_ = skillGroupCdMap_.copy();
|
||||
}
|
||||
return skillGroupCdMap_;
|
||||
}
|
||||
|
||||
public int getSkillGroupCdMapCount() {
|
||||
return internalGetSkillGroupCdMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
public boolean containsSkillGroupCdMap(
|
||||
int key) {
|
||||
|
||||
return internalGetSkillGroupCdMap().getMap().containsKey(key);
|
||||
}
|
||||
/**
|
||||
* Use {@link #getSkillGroupCdMapMap()} instead.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMap() {
|
||||
return getSkillGroupCdMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer> getSkillGroupCdMapMap() {
|
||||
return internalGetSkillGroupCdMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrDefault(
|
||||
int key,
|
||||
int defaultValue) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public int getSkillGroupCdMapOrThrow(
|
||||
int key) {
|
||||
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> map =
|
||||
internalGetSkillGroupCdMap().getMap();
|
||||
if (!map.containsKey(key)) {
|
||||
throw new java.lang.IllegalArgumentException();
|
||||
}
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public Builder clearSkillGroupCdMap() {
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.clear();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
|
||||
public Builder removeSkillGroupCdMap(
|
||||
int key) {
|
||||
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.remove(key);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* Use alternate mutation accessors instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getMutableSkillGroupCdMap() {
|
||||
return internalGetMutableSkillGroupCdMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
public Builder putSkillGroupCdMap(
|
||||
int key,
|
||||
int value) {
|
||||
|
||||
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.put(key, value);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> skill_group_cd_map = 2;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllSkillGroupCdMap(
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer> values) {
|
||||
internalGetMutableSkillGroupCdMap().getMutableMap()
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -1054,16 +1054,16 @@ public final class AiSkillCdInfoOuterClass {
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AiSkillCdInfo_fieldAccessorTable;
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_fieldAccessorTable;
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AiSkillCdInfo_SkillCdMapEntry_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AiSkillCdInfo_SkillCdMapEntry_fieldAccessorTable;
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
@@ -1074,11 +1074,11 @@ public final class AiSkillCdInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\023AiSkillCdInfo.proto\"\361\001\n\rAiSkillCdInfo\022" +
|
||||
"?\n\022skill_group_cd_map\030\001 \003(\0132#.AiSkillCdI" +
|
||||
"nfo.SkillGroupCdMapEntry\0224\n\014skill_cd_map" +
|
||||
"\030\013 \003(\0132\036.AiSkillCdInfo.SkillCdMapEntry\0326" +
|
||||
"\n\024SkillGroupCdMapEntry\022\013\n\003key\030\001 \001(\r\022\r\n\005v" +
|
||||
"alue\030\002 \001(\r:\0028\001\0321\n\017SkillCdMapEntry\022\013\n\003key" +
|
||||
"4\n\014skill_cd_map\030\017 \003(\0132\036.AiSkillCdInfo.Sk" +
|
||||
"illCdMapEntry\022?\n\022skill_group_cd_map\030\002 \003(" +
|
||||
"\0132#.AiSkillCdInfo.SkillGroupCdMapEntry\0321" +
|
||||
"\n\017SkillCdMapEntry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030" +
|
||||
"\002 \001(\r:\0028\001\0326\n\024SkillGroupCdMapEntry\022\013\n\003key" +
|
||||
"\030\001 \001(\r\022\r\n\005value\030\002 \001(\r:\0028\001B\033\n\031emu.grasscu" +
|
||||
"tter.net.protob\006proto3"
|
||||
};
|
||||
@@ -1091,19 +1091,19 @@ public final class AiSkillCdInfoOuterClass {
|
||||
internal_static_AiSkillCdInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AiSkillCdInfo_descriptor,
|
||||
new java.lang.String[] { "SkillGroupCdMap", "SkillCdMap", });
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor =
|
||||
internal_static_AiSkillCdInfo_descriptor.getNestedTypes().get(0);
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor,
|
||||
new java.lang.String[] { "Key", "Value", });
|
||||
new java.lang.String[] { "SkillCdMap", "SkillGroupCdMap", });
|
||||
internal_static_AiSkillCdInfo_SkillCdMapEntry_descriptor =
|
||||
internal_static_AiSkillCdInfo_descriptor.getNestedTypes().get(1);
|
||||
internal_static_AiSkillCdInfo_descriptor.getNestedTypes().get(0);
|
||||
internal_static_AiSkillCdInfo_SkillCdMapEntry_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AiSkillCdInfo_SkillCdMapEntry_descriptor,
|
||||
new java.lang.String[] { "Key", "Value", });
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor =
|
||||
internal_static_AiSkillCdInfo_descriptor.getNestedTypes().get(1);
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AiSkillCdInfo_SkillGroupCdMapEntry_descriptor,
|
||||
new java.lang.String[] { "Key", "Value", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
@@ -19,26 +19,26 @@ public final class AiSyncInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 entity_id = 10;</code>
|
||||
* <code>bool has_path_to_target = 12;</code>
|
||||
* @return The hasPathToTarget.
|
||||
*/
|
||||
boolean getHasPathToTarget();
|
||||
|
||||
/**
|
||||
* <code>uint32 entity_id = 4;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
int getEntityId();
|
||||
|
||||
/**
|
||||
* <code>bool is_self_killing = 6;</code>
|
||||
* <code>bool is_self_killing = 8;</code>
|
||||
* @return The isSelfKilling.
|
||||
*/
|
||||
boolean getIsSelfKilling();
|
||||
|
||||
/**
|
||||
* <code>bool has_path_to_target = 8;</code>
|
||||
* @return The hasPathToTarget.
|
||||
*/
|
||||
boolean getHasPathToTarget();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FCJLAGHOIFC
|
||||
* Name: AMLFADMPJED
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AiSyncInfo}
|
||||
@@ -85,19 +85,19 @@ public final class AiSyncInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 48: {
|
||||
case 32: {
|
||||
|
||||
isSelfKilling_ = input.readBool();
|
||||
entityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
|
||||
hasPathToTarget_ = input.readBool();
|
||||
isSelfKilling_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 96: {
|
||||
|
||||
entityId_ = input.readUInt32();
|
||||
hasPathToTarget_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -132,10 +132,21 @@ public final class AiSyncInfoOuterClass {
|
||||
emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo.class, emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ENTITY_ID_FIELD_NUMBER = 10;
|
||||
public static final int HAS_PATH_TO_TARGET_FIELD_NUMBER = 12;
|
||||
private boolean hasPathToTarget_;
|
||||
/**
|
||||
* <code>bool has_path_to_target = 12;</code>
|
||||
* @return The hasPathToTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getHasPathToTarget() {
|
||||
return hasPathToTarget_;
|
||||
}
|
||||
|
||||
public static final int ENTITY_ID_FIELD_NUMBER = 4;
|
||||
private int entityId_;
|
||||
/**
|
||||
* <code>uint32 entity_id = 10;</code>
|
||||
* <code>uint32 entity_id = 4;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -143,10 +154,10 @@ public final class AiSyncInfoOuterClass {
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
public static final int IS_SELF_KILLING_FIELD_NUMBER = 6;
|
||||
public static final int IS_SELF_KILLING_FIELD_NUMBER = 8;
|
||||
private boolean isSelfKilling_;
|
||||
/**
|
||||
* <code>bool is_self_killing = 6;</code>
|
||||
* <code>bool is_self_killing = 8;</code>
|
||||
* @return The isSelfKilling.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -154,17 +165,6 @@ public final class AiSyncInfoOuterClass {
|
||||
return isSelfKilling_;
|
||||
}
|
||||
|
||||
public static final int HAS_PATH_TO_TARGET_FIELD_NUMBER = 8;
|
||||
private boolean hasPathToTarget_;
|
||||
/**
|
||||
* <code>bool has_path_to_target = 8;</code>
|
||||
* @return The hasPathToTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getHasPathToTarget() {
|
||||
return hasPathToTarget_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -179,14 +179,14 @@ public final class AiSyncInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (entityId_ != 0) {
|
||||
output.writeUInt32(4, entityId_);
|
||||
}
|
||||
if (isSelfKilling_ != false) {
|
||||
output.writeBool(6, isSelfKilling_);
|
||||
output.writeBool(8, isSelfKilling_);
|
||||
}
|
||||
if (hasPathToTarget_ != false) {
|
||||
output.writeBool(8, hasPathToTarget_);
|
||||
}
|
||||
if (entityId_ != 0) {
|
||||
output.writeUInt32(10, entityId_);
|
||||
output.writeBool(12, hasPathToTarget_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -197,17 +197,17 @@ public final class AiSyncInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (entityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(4, entityId_);
|
||||
}
|
||||
if (isSelfKilling_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(6, isSelfKilling_);
|
||||
.computeBoolSize(8, isSelfKilling_);
|
||||
}
|
||||
if (hasPathToTarget_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(8, hasPathToTarget_);
|
||||
}
|
||||
if (entityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, entityId_);
|
||||
.computeBoolSize(12, hasPathToTarget_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -224,12 +224,12 @@ public final class AiSyncInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo other = (emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo) obj;
|
||||
|
||||
if (getHasPathToTarget()
|
||||
!= other.getHasPathToTarget()) return false;
|
||||
if (getEntityId()
|
||||
!= other.getEntityId()) return false;
|
||||
if (getIsSelfKilling()
|
||||
!= other.getIsSelfKilling()) return false;
|
||||
if (getHasPathToTarget()
|
||||
!= other.getHasPathToTarget()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -241,14 +241,14 @@ public final class AiSyncInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + HAS_PATH_TO_TARGET_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getHasPathToTarget());
|
||||
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEntityId();
|
||||
hash = (37 * hash) + IS_SELF_KILLING_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsSelfKilling());
|
||||
hash = (37 * hash) + HAS_PATH_TO_TARGET_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getHasPathToTarget());
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -346,7 +346,7 @@ public final class AiSyncInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FCJLAGHOIFC
|
||||
* Name: AMLFADMPJED
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AiSyncInfo}
|
||||
@@ -386,12 +386,12 @@ public final class AiSyncInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
hasPathToTarget_ = false;
|
||||
|
||||
entityId_ = 0;
|
||||
|
||||
isSelfKilling_ = false;
|
||||
|
||||
hasPathToTarget_ = false;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -418,9 +418,9 @@ public final class AiSyncInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo result = new emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo(this);
|
||||
result.hasPathToTarget_ = hasPathToTarget_;
|
||||
result.entityId_ = entityId_;
|
||||
result.isSelfKilling_ = isSelfKilling_;
|
||||
result.hasPathToTarget_ = hasPathToTarget_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -469,15 +469,15 @@ public final class AiSyncInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo.getDefaultInstance()) return this;
|
||||
if (other.getHasPathToTarget() != false) {
|
||||
setHasPathToTarget(other.getHasPathToTarget());
|
||||
}
|
||||
if (other.getEntityId() != 0) {
|
||||
setEntityId(other.getEntityId());
|
||||
}
|
||||
if (other.getIsSelfKilling() != false) {
|
||||
setIsSelfKilling(other.getIsSelfKilling());
|
||||
}
|
||||
if (other.getHasPathToTarget() != false) {
|
||||
setHasPathToTarget(other.getHasPathToTarget());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -507,9 +507,40 @@ public final class AiSyncInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean hasPathToTarget_ ;
|
||||
/**
|
||||
* <code>bool has_path_to_target = 12;</code>
|
||||
* @return The hasPathToTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getHasPathToTarget() {
|
||||
return hasPathToTarget_;
|
||||
}
|
||||
/**
|
||||
* <code>bool has_path_to_target = 12;</code>
|
||||
* @param value The hasPathToTarget to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setHasPathToTarget(boolean value) {
|
||||
|
||||
hasPathToTarget_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool has_path_to_target = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearHasPathToTarget() {
|
||||
|
||||
hasPathToTarget_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int entityId_ ;
|
||||
/**
|
||||
* <code>uint32 entity_id = 10;</code>
|
||||
* <code>uint32 entity_id = 4;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -517,7 +548,7 @@ public final class AiSyncInfoOuterClass {
|
||||
return entityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 10;</code>
|
||||
* <code>uint32 entity_id = 4;</code>
|
||||
* @param value The entityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -528,7 +559,7 @@ public final class AiSyncInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 10;</code>
|
||||
* <code>uint32 entity_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEntityId() {
|
||||
@@ -540,7 +571,7 @@ public final class AiSyncInfoOuterClass {
|
||||
|
||||
private boolean isSelfKilling_ ;
|
||||
/**
|
||||
* <code>bool is_self_killing = 6;</code>
|
||||
* <code>bool is_self_killing = 8;</code>
|
||||
* @return The isSelfKilling.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -548,7 +579,7 @@ public final class AiSyncInfoOuterClass {
|
||||
return isSelfKilling_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_self_killing = 6;</code>
|
||||
* <code>bool is_self_killing = 8;</code>
|
||||
* @param value The isSelfKilling to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -559,7 +590,7 @@ public final class AiSyncInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_self_killing = 6;</code>
|
||||
* <code>bool is_self_killing = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsSelfKilling() {
|
||||
@@ -568,37 +599,6 @@ public final class AiSyncInfoOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean hasPathToTarget_ ;
|
||||
/**
|
||||
* <code>bool has_path_to_target = 8;</code>
|
||||
* @return The hasPathToTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getHasPathToTarget() {
|
||||
return hasPathToTarget_;
|
||||
}
|
||||
/**
|
||||
* <code>bool has_path_to_target = 8;</code>
|
||||
* @param value The hasPathToTarget to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setHasPathToTarget(boolean value) {
|
||||
|
||||
hasPathToTarget_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool has_path_to_target = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearHasPathToTarget() {
|
||||
|
||||
hasPathToTarget_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -666,9 +666,9 @@ public final class AiSyncInfoOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\020AiSyncInfo.proto\"T\n\nAiSyncInfo\022\021\n\tenti" +
|
||||
"ty_id\030\n \001(\r\022\027\n\017is_self_killing\030\006 \001(\010\022\032\n\022" +
|
||||
"has_path_to_target\030\010 \001(\010B\033\n\031emu.grasscut" +
|
||||
"\n\020AiSyncInfo.proto\"T\n\nAiSyncInfo\022\032\n\022has_" +
|
||||
"path_to_target\030\014 \001(\010\022\021\n\tentity_id\030\004 \001(\r\022" +
|
||||
"\027\n\017is_self_killing\030\010 \001(\010B\033\n\031emu.grasscut" +
|
||||
"ter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -680,7 +680,7 @@ public final class AiSyncInfoOuterClass {
|
||||
internal_static_AiSyncInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AiSyncInfo_descriptor,
|
||||
new java.lang.String[] { "EntityId", "IsSelfKilling", "HasPathToTarget", });
|
||||
new java.lang.String[] { "HasPathToTarget", "EntityId", "IsSelfKilling", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
@@ -19,11 +19,11 @@ public final class AiThreatInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
int getAiThreatMapCount();
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
boolean containsAiThreatMap(
|
||||
int key);
|
||||
@@ -34,19 +34,19 @@ public final class AiThreatInfoOuterClass {
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getAiThreatMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, java.lang.Integer>
|
||||
getAiThreatMapMap();
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
|
||||
int getAiThreatMapOrDefault(
|
||||
int key,
|
||||
int defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
|
||||
int getAiThreatMapOrThrow(
|
||||
@@ -54,7 +54,7 @@ public final class AiThreatInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GIMHFKKKBMN
|
||||
* Name: BABEOKMLGED
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AiThreatInfo}
|
||||
@@ -102,7 +102,7 @@ public final class AiThreatInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 50: {
|
||||
case 26: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
aiThreatMap_ = com.google.protobuf.MapField.newMapField(
|
||||
AiThreatMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -144,7 +144,7 @@ public final class AiThreatInfoOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 6:
|
||||
case 3:
|
||||
return internalGetAiThreatMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -159,7 +159,7 @@ public final class AiThreatInfoOuterClass {
|
||||
emu.grasscutter.net.proto.AiThreatInfoOuterClass.AiThreatInfo.class, emu.grasscutter.net.proto.AiThreatInfoOuterClass.AiThreatInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AI_THREAT_MAP_FIELD_NUMBER = 6;
|
||||
public static final int AI_THREAT_MAP_FIELD_NUMBER = 3;
|
||||
private static final class AiThreatMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, java.lang.Integer> defaultEntry =
|
||||
@@ -186,7 +186,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return internalGetAiThreatMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -204,7 +204,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return getAiThreatMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -212,7 +212,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return internalGetAiThreatMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -225,7 +225,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -259,7 +259,7 @@ public final class AiThreatInfoOuterClass {
|
||||
output,
|
||||
internalGetAiThreatMap(),
|
||||
AiThreatMapDefaultEntryHolder.defaultEntry,
|
||||
6);
|
||||
3);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -277,7 +277,7 @@ public final class AiThreatInfoOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(6, aiThreatMap__);
|
||||
.computeMessageSize(3, aiThreatMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -408,7 +408,7 @@ public final class AiThreatInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GIMHFKKKBMN
|
||||
* Name: BABEOKMLGED
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AiThreatInfo}
|
||||
@@ -426,7 +426,7 @@ public final class AiThreatInfoOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 6:
|
||||
case 3:
|
||||
return internalGetAiThreatMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -437,7 +437,7 @@ public final class AiThreatInfoOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 6:
|
||||
case 3:
|
||||
return internalGetMutableAiThreatMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -607,7 +607,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return internalGetAiThreatMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -625,7 +625,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return getAiThreatMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -633,7 +633,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return internalGetAiThreatMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -646,7 +646,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -667,7 +667,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
|
||||
public Builder removeAiThreatMap(
|
||||
@@ -686,7 +686,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return internalGetMutableAiThreatMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
public Builder putAiThreatMap(
|
||||
int key,
|
||||
@@ -698,7 +698,7 @@ public final class AiThreatInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, uint32> ai_threat_map = 6;</code>
|
||||
* <code>map<uint32, uint32> ai_threat_map = 3;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllAiThreatMap(
|
||||
@@ -780,7 +780,7 @@ public final class AiThreatInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\022AiThreatInfo.proto\"y\n\014AiThreatInfo\0225\n\r" +
|
||||
"ai_threat_map\030\006 \003(\0132\036.AiThreatInfo.AiThr" +
|
||||
"ai_threat_map\030\003 \003(\0132\036.AiThreatInfo.AiThr" +
|
||||
"eatMapEntry\0322\n\020AiThreatMapEntry\022\013\n\003key\030\001" +
|
||||
" \001(\r\022\r\n\005value\030\002 \001(\r:\0028\001B\033\n\031emu.grasscutt" +
|
||||
"er.net.protob\006proto3"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1874
-1668
File diff suppressed because it is too large
Load Diff
+298
-298
@@ -19,46 +19,46 @@ public final class AnchorPointDataOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* @return Whether the pos field is set.
|
||||
* <code>.Vector rot = 1;</code>
|
||||
* @return Whether the rot field is set.
|
||||
*/
|
||||
boolean hasPos();
|
||||
boolean hasRot();
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* @return The pos.
|
||||
* <code>.Vector rot = 1;</code>
|
||||
* @return The rot.
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getPos();
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getRot();
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder();
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRotOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 end_time = 9;</code>
|
||||
* <code>uint32 anchor_point_id = 9;</code>
|
||||
* @return The anchorPointId.
|
||||
*/
|
||||
int getAnchorPointId();
|
||||
|
||||
/**
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
int getEndTime();
|
||||
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* @return Whether the rot field is set.
|
||||
* <code>.Vector pos = 2;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
boolean hasRot();
|
||||
boolean hasPos();
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* @return The rot.
|
||||
* <code>.Vector pos = 2;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getRot();
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getPos();
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRotOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 anchor_point_id = 5;</code>
|
||||
* @return The anchorPointId.
|
||||
*/
|
||||
int getAnchorPointId();
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 scene_id = 15;</code>
|
||||
@@ -68,7 +68,7 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GBGELAPCNII
|
||||
* Name: DOHNFLCDCJP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AnchorPointData}
|
||||
@@ -116,24 +116,6 @@ public final class AnchorPointDataOuterClass {
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (pos_ != null) {
|
||||
subBuilder = pos_.toBuilder();
|
||||
}
|
||||
pos_ = input.readMessage(emu.grasscutter.net.proto.VectorOuterClass.Vector.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(pos_);
|
||||
pos_ = subBuilder.buildPartial();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
|
||||
anchorPointId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (rot_ != null) {
|
||||
subBuilder = rot_.toBuilder();
|
||||
@@ -146,8 +128,26 @@ public final class AnchorPointDataOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (pos_ != null) {
|
||||
subBuilder = pos_.toBuilder();
|
||||
}
|
||||
pos_ = input.readMessage(emu.grasscutter.net.proto.VectorOuterClass.Vector.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(pos_);
|
||||
pos_ = subBuilder.buildPartial();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
anchorPointId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
endTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -188,47 +188,10 @@ public final class AnchorPointDataOuterClass {
|
||||
emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData.class, emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData.Builder.class);
|
||||
}
|
||||
|
||||
public static final int POS_FIELD_NUMBER = 1;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasPos() {
|
||||
return pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPos() {
|
||||
return pos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
return getPos();
|
||||
}
|
||||
|
||||
public static final int END_TIME_FIELD_NUMBER = 9;
|
||||
private int endTime_;
|
||||
/**
|
||||
* <code>uint32 end_time = 9;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEndTime() {
|
||||
return endTime_;
|
||||
}
|
||||
|
||||
public static final int ROT_FIELD_NUMBER = 6;
|
||||
public static final int ROT_FIELD_NUMBER = 1;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector rot_;
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
* @return Whether the rot field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -236,7 +199,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return rot_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
* @return The rot.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -244,17 +207,17 @@ public final class AnchorPointDataOuterClass {
|
||||
return rot_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : rot_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRotOrBuilder() {
|
||||
return getRot();
|
||||
}
|
||||
|
||||
public static final int ANCHOR_POINT_ID_FIELD_NUMBER = 5;
|
||||
public static final int ANCHOR_POINT_ID_FIELD_NUMBER = 9;
|
||||
private int anchorPointId_;
|
||||
/**
|
||||
* <code>uint32 anchor_point_id = 5;</code>
|
||||
* <code>uint32 anchor_point_id = 9;</code>
|
||||
* @return The anchorPointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -262,6 +225,43 @@ public final class AnchorPointDataOuterClass {
|
||||
return anchorPointId_;
|
||||
}
|
||||
|
||||
public static final int END_TIME_FIELD_NUMBER = 10;
|
||||
private int endTime_;
|
||||
/**
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEndTime() {
|
||||
return endTime_;
|
||||
}
|
||||
|
||||
public static final int POS_FIELD_NUMBER = 2;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasPos() {
|
||||
return pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPos() {
|
||||
return pos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
return getPos();
|
||||
}
|
||||
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 15;
|
||||
private int sceneId_;
|
||||
/**
|
||||
@@ -287,17 +287,17 @@ public final class AnchorPointDataOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (rot_ != null) {
|
||||
output.writeMessage(1, getRot());
|
||||
}
|
||||
if (pos_ != null) {
|
||||
output.writeMessage(1, getPos());
|
||||
output.writeMessage(2, getPos());
|
||||
}
|
||||
if (anchorPointId_ != 0) {
|
||||
output.writeUInt32(5, anchorPointId_);
|
||||
}
|
||||
if (rot_ != null) {
|
||||
output.writeMessage(6, getRot());
|
||||
output.writeUInt32(9, anchorPointId_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
output.writeUInt32(9, endTime_);
|
||||
output.writeUInt32(10, endTime_);
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
output.writeUInt32(15, sceneId_);
|
||||
@@ -311,21 +311,21 @@ public final class AnchorPointDataOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (rot_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getRot());
|
||||
}
|
||||
if (pos_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getPos());
|
||||
.computeMessageSize(2, getPos());
|
||||
}
|
||||
if (anchorPointId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, anchorPointId_);
|
||||
}
|
||||
if (rot_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(6, getRot());
|
||||
.computeUInt32Size(9, anchorPointId_);
|
||||
}
|
||||
if (endTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, endTime_);
|
||||
.computeUInt32Size(10, endTime_);
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
@@ -346,13 +346,6 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData other = (emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData) obj;
|
||||
|
||||
if (hasPos() != other.hasPos()) return false;
|
||||
if (hasPos()) {
|
||||
if (!getPos()
|
||||
.equals(other.getPos())) return false;
|
||||
}
|
||||
if (getEndTime()
|
||||
!= other.getEndTime()) return false;
|
||||
if (hasRot() != other.hasRot()) return false;
|
||||
if (hasRot()) {
|
||||
if (!getRot()
|
||||
@@ -360,6 +353,13 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
if (getAnchorPointId()
|
||||
!= other.getAnchorPointId()) return false;
|
||||
if (getEndTime()
|
||||
!= other.getEndTime()) return false;
|
||||
if (hasPos() != other.hasPos()) return false;
|
||||
if (hasPos()) {
|
||||
if (!getPos()
|
||||
.equals(other.getPos())) return false;
|
||||
}
|
||||
if (getSceneId()
|
||||
!= other.getSceneId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
@@ -373,18 +373,18 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasPos()) {
|
||||
hash = (37 * hash) + POS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPos().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + END_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEndTime();
|
||||
if (hasRot()) {
|
||||
hash = (37 * hash) + ROT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRot().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + ANCHOR_POINT_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAnchorPointId();
|
||||
hash = (37 * hash) + END_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEndTime();
|
||||
if (hasPos()) {
|
||||
hash = (37 * hash) + POS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPos().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSceneId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -484,7 +484,7 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GBGELAPCNII
|
||||
* Name: DOHNFLCDCJP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AnchorPointData}
|
||||
@@ -524,14 +524,6 @@ public final class AnchorPointDataOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = null;
|
||||
} else {
|
||||
pos_ = null;
|
||||
posBuilder_ = null;
|
||||
}
|
||||
endTime_ = 0;
|
||||
|
||||
if (rotBuilder_ == null) {
|
||||
rot_ = null;
|
||||
} else {
|
||||
@@ -540,6 +532,14 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
anchorPointId_ = 0;
|
||||
|
||||
endTime_ = 0;
|
||||
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = null;
|
||||
} else {
|
||||
pos_ = null;
|
||||
posBuilder_ = null;
|
||||
}
|
||||
sceneId_ = 0;
|
||||
|
||||
return this;
|
||||
@@ -568,18 +568,18 @@ public final class AnchorPointDataOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData buildPartial() {
|
||||
emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData result = new emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData(this);
|
||||
if (posBuilder_ == null) {
|
||||
result.pos_ = pos_;
|
||||
} else {
|
||||
result.pos_ = posBuilder_.build();
|
||||
}
|
||||
result.endTime_ = endTime_;
|
||||
if (rotBuilder_ == null) {
|
||||
result.rot_ = rot_;
|
||||
} else {
|
||||
result.rot_ = rotBuilder_.build();
|
||||
}
|
||||
result.anchorPointId_ = anchorPointId_;
|
||||
result.endTime_ = endTime_;
|
||||
if (posBuilder_ == null) {
|
||||
result.pos_ = pos_;
|
||||
} else {
|
||||
result.pos_ = posBuilder_.build();
|
||||
}
|
||||
result.sceneId_ = sceneId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
@@ -629,18 +629,18 @@ public final class AnchorPointDataOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData other) {
|
||||
if (other == emu.grasscutter.net.proto.AnchorPointDataOuterClass.AnchorPointData.getDefaultInstance()) return this;
|
||||
if (other.hasPos()) {
|
||||
mergePos(other.getPos());
|
||||
}
|
||||
if (other.getEndTime() != 0) {
|
||||
setEndTime(other.getEndTime());
|
||||
}
|
||||
if (other.hasRot()) {
|
||||
mergeRot(other.getRot());
|
||||
}
|
||||
if (other.getAnchorPointId() != 0) {
|
||||
setAnchorPointId(other.getAnchorPointId());
|
||||
}
|
||||
if (other.getEndTime() != 0) {
|
||||
setEndTime(other.getEndTime());
|
||||
}
|
||||
if (other.hasPos()) {
|
||||
mergePos(other.getPos());
|
||||
}
|
||||
if (other.getSceneId() != 0) {
|
||||
setSceneId(other.getSceneId());
|
||||
}
|
||||
@@ -673,168 +673,18 @@ public final class AnchorPointDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> posBuilder_;
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
public boolean hasPos() {
|
||||
return posBuilder_ != null || pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPos() {
|
||||
if (posBuilder_ == null) {
|
||||
return pos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
} else {
|
||||
return posBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
public Builder setPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
pos_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.setMessage(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
public Builder setPos(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
public Builder mergePos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
if (pos_ != null) {
|
||||
pos_ =
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.newBuilder(pos_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
pos_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.mergeFrom(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
public Builder clearPos() {
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
pos_ = null;
|
||||
posBuilder_ = null;
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPosBuilder() {
|
||||
|
||||
onChanged();
|
||||
return getPosFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
if (posBuilder_ != null) {
|
||||
return posBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return pos_ == null ?
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
|
||||
getPosFieldBuilder() {
|
||||
if (posBuilder_ == null) {
|
||||
posBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>(
|
||||
getPos(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
pos_ = null;
|
||||
}
|
||||
return posBuilder_;
|
||||
}
|
||||
|
||||
private int endTime_ ;
|
||||
/**
|
||||
* <code>uint32 end_time = 9;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEndTime() {
|
||||
return endTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 9;</code>
|
||||
* @param value The endTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEndTime(int value) {
|
||||
|
||||
endTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEndTime() {
|
||||
|
||||
endTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector rot_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> rotBuilder_;
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
* @return Whether the rot field is set.
|
||||
*/
|
||||
public boolean hasRot() {
|
||||
return rotBuilder_ != null || rot_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
* @return The rot.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getRot() {
|
||||
@@ -845,7 +695,7 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
public Builder setRot(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (rotBuilder_ == null) {
|
||||
@@ -861,7 +711,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
public Builder setRot(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
@@ -875,7 +725,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
public Builder mergeRot(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (rotBuilder_ == null) {
|
||||
@@ -893,7 +743,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
public Builder clearRot() {
|
||||
if (rotBuilder_ == null) {
|
||||
@@ -907,7 +757,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getRotBuilder() {
|
||||
|
||||
@@ -915,7 +765,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return getRotFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRotOrBuilder() {
|
||||
if (rotBuilder_ != null) {
|
||||
@@ -926,7 +776,7 @@ public final class AnchorPointDataOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector rot = 6;</code>
|
||||
* <code>.Vector rot = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
|
||||
@@ -944,7 +794,7 @@ public final class AnchorPointDataOuterClass {
|
||||
|
||||
private int anchorPointId_ ;
|
||||
/**
|
||||
* <code>uint32 anchor_point_id = 5;</code>
|
||||
* <code>uint32 anchor_point_id = 9;</code>
|
||||
* @return The anchorPointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -952,7 +802,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return anchorPointId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 anchor_point_id = 5;</code>
|
||||
* <code>uint32 anchor_point_id = 9;</code>
|
||||
* @param value The anchorPointId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -963,7 +813,7 @@ public final class AnchorPointDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 anchor_point_id = 5;</code>
|
||||
* <code>uint32 anchor_point_id = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAnchorPointId() {
|
||||
@@ -973,6 +823,156 @@ public final class AnchorPointDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int endTime_ ;
|
||||
/**
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return The endTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEndTime() {
|
||||
return endTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @param value The endTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEndTime(int value) {
|
||||
|
||||
endTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 end_time = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEndTime() {
|
||||
|
||||
endTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> posBuilder_;
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
public boolean hasPos() {
|
||||
return posBuilder_ != null || pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPos() {
|
||||
if (posBuilder_ == null) {
|
||||
return pos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
} else {
|
||||
return posBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
public Builder setPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
pos_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.setMessage(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
public Builder setPos(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
public Builder mergePos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
if (pos_ != null) {
|
||||
pos_ =
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.newBuilder(pos_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
pos_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.mergeFrom(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
public Builder clearPos() {
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
pos_ = null;
|
||||
posBuilder_ = null;
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPosBuilder() {
|
||||
|
||||
onChanged();
|
||||
return getPosFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
if (posBuilder_ != null) {
|
||||
return posBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return pos_ == null ?
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 2;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
|
||||
getPosFieldBuilder() {
|
||||
if (posBuilder_ == null) {
|
||||
posBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>(
|
||||
getPos(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
pos_ = null;
|
||||
}
|
||||
return posBuilder_;
|
||||
}
|
||||
|
||||
private int sceneId_ ;
|
||||
/**
|
||||
* <code>uint32 scene_id = 15;</code>
|
||||
@@ -1071,9 +1071,9 @@ public final class AnchorPointDataOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\025AnchorPointData.proto\032\014Vector.proto\"z\n" +
|
||||
"\017AnchorPointData\022\024\n\003pos\030\001 \001(\0132\007.Vector\022\020" +
|
||||
"\n\010end_time\030\t \001(\r\022\024\n\003rot\030\006 \001(\0132\007.Vector\022\027" +
|
||||
"\n\017anchor_point_id\030\005 \001(\r\022\020\n\010scene_id\030\017 \001(" +
|
||||
"\017AnchorPointData\022\024\n\003rot\030\001 \001(\0132\007.Vector\022\027" +
|
||||
"\n\017anchor_point_id\030\t \001(\r\022\020\n\010end_time\030\n \001(" +
|
||||
"\r\022\024\n\003pos\030\002 \001(\0132\007.Vector\022\020\n\010scene_id\030\017 \001(" +
|
||||
"\rB\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -1086,7 +1086,7 @@ public final class AnchorPointDataOuterClass {
|
||||
internal_static_AnchorPointData_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AnchorPointData_descriptor,
|
||||
new java.lang.String[] { "Pos", "EndTime", "Rot", "AnchorPointId", "SceneId", });
|
||||
new java.lang.String[] { "Rot", "AnchorPointId", "EndTime", "Pos", "SceneId", });
|
||||
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -61,7 +61,7 @@ public final class AnimatorParameterValueInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NNHECDNAAAO
|
||||
* Name: GGDPCAPPPNF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AnimatorParameterValueInfo}
|
||||
@@ -497,7 +497,7 @@ public final class AnimatorParameterValueInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NNHECDNAAAO
|
||||
* Name: GGDPCAPPPNF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AnimatorParameterValueInfo}
|
||||
|
||||
+2
-2
@@ -41,7 +41,7 @@ public final class AnimatorParameterValueInfoPairOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FEGCMMBGONJ
|
||||
* Name: GHMDEHIIAJD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AnimatorParameterValueInfoPair}
|
||||
@@ -348,7 +348,7 @@ public final class AnimatorParameterValueInfoPairOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FEGCMMBGONJ
|
||||
* Name: GHMDEHIIAJD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AnimatorParameterValueInfoPair}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,847 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AntiAddictNotify.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AntiAddictNotifyOuterClass {
|
||||
private AntiAddictNotifyOuterClass() {}
|
||||
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 AntiAddictNotifyOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AntiAddictNotify)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
java.lang.String getLevel();
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @return The bytes for level.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLevelBytes();
|
||||
|
||||
/**
|
||||
* <code>int32 msg_type = 5;</code>
|
||||
* @return The msgType.
|
||||
*/
|
||||
int getMsgType();
|
||||
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @return The msg.
|
||||
*/
|
||||
java.lang.String getMsg();
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @return The bytes for msg.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMsgBytes();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 193
|
||||
* Name: PLLBADBHJJB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AntiAddictNotify}
|
||||
*/
|
||||
public static final class AntiAddictNotify extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AntiAddictNotify)
|
||||
AntiAddictNotifyOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AntiAddictNotify.newBuilder() to construct.
|
||||
private AntiAddictNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AntiAddictNotify() {
|
||||
level_ = "";
|
||||
msg_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AntiAddictNotify();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AntiAddictNotify(
|
||||
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;
|
||||
case 10: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
level_ = s;
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
|
||||
msgType_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
msg_ = s;
|
||||
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.AntiAddictNotifyOuterClass.internal_static_AntiAddictNotify_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.internal_static_AntiAddictNotify_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify.class, emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int LEVEL_FIELD_NUMBER = 1;
|
||||
private volatile java.lang.Object level_;
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getLevel() {
|
||||
java.lang.Object ref = level_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
level_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @return The bytes for level.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getLevelBytes() {
|
||||
java.lang.Object ref = level_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
level_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int MSG_TYPE_FIELD_NUMBER = 5;
|
||||
private int msgType_;
|
||||
/**
|
||||
* <code>int32 msg_type = 5;</code>
|
||||
* @return The msgType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getMsgType() {
|
||||
return msgType_;
|
||||
}
|
||||
|
||||
public static final int MSG_FIELD_NUMBER = 12;
|
||||
private volatile java.lang.Object msg_;
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @return The msg.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getMsg() {
|
||||
java.lang.Object ref = msg_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
msg_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @return The bytes for msg.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getMsgBytes() {
|
||||
java.lang.Object ref = msg_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
msg_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(level_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, level_);
|
||||
}
|
||||
if (msgType_ != 0) {
|
||||
output.writeInt32(5, msgType_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(msg_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, msg_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(level_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, level_);
|
||||
}
|
||||
if (msgType_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(5, msgType_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(msg_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, msg_);
|
||||
}
|
||||
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.AntiAddictNotifyOuterClass.AntiAddictNotify)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify other = (emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify) obj;
|
||||
|
||||
if (!getLevel()
|
||||
.equals(other.getLevel())) return false;
|
||||
if (getMsgType()
|
||||
!= other.getMsgType()) return false;
|
||||
if (!getMsg()
|
||||
.equals(other.getMsg())) return false;
|
||||
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();
|
||||
hash = (37 * hash) + LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLevel().hashCode();
|
||||
hash = (37 * hash) + MSG_TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMsgType();
|
||||
hash = (37 * hash) + MSG_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMsg().hashCode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify 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.AntiAddictNotifyOuterClass.AntiAddictNotify parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify 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.AntiAddictNotifyOuterClass.AntiAddictNotify parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify 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.AntiAddictNotifyOuterClass.AntiAddictNotify parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify 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.AntiAddictNotifyOuterClass.AntiAddictNotify parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify 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.AntiAddictNotifyOuterClass.AntiAddictNotify 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 193
|
||||
* Name: PLLBADBHJJB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AntiAddictNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AntiAddictNotify)
|
||||
emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotifyOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.internal_static_AntiAddictNotify_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.internal_static_AntiAddictNotify_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify.class, emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify.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();
|
||||
level_ = "";
|
||||
|
||||
msgType_ = 0;
|
||||
|
||||
msg_ = "";
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.internal_static_AntiAddictNotify_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify build() {
|
||||
emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify result = new emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify(this);
|
||||
result.level_ = level_;
|
||||
result.msgType_ = msgType_;
|
||||
result.msg_ = msg_;
|
||||
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.AntiAddictNotifyOuterClass.AntiAddictNotify) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify.getDefaultInstance()) return this;
|
||||
if (!other.getLevel().isEmpty()) {
|
||||
level_ = other.level_;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getMsgType() != 0) {
|
||||
setMsgType(other.getMsgType());
|
||||
}
|
||||
if (!other.getMsg().isEmpty()) {
|
||||
msg_ = other.msg_;
|
||||
onChanged();
|
||||
}
|
||||
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.AntiAddictNotifyOuterClass.AntiAddictNotify parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object level_ = "";
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
public java.lang.String getLevel() {
|
||||
java.lang.Object ref = level_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
level_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @return The bytes for level.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLevelBytes() {
|
||||
java.lang.Object ref = level_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
level_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @param value The level to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLevel(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
|
||||
level_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLevel() {
|
||||
|
||||
level_ = getDefaultInstance().getLevel();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string level = 1;</code>
|
||||
* @param value The bytes for level to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLevelBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
|
||||
level_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int msgType_ ;
|
||||
/**
|
||||
* <code>int32 msg_type = 5;</code>
|
||||
* @return The msgType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getMsgType() {
|
||||
return msgType_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 msg_type = 5;</code>
|
||||
* @param value The msgType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMsgType(int value) {
|
||||
|
||||
msgType_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 msg_type = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMsgType() {
|
||||
|
||||
msgType_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object msg_ = "";
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @return The msg.
|
||||
*/
|
||||
public java.lang.String getMsg() {
|
||||
java.lang.Object ref = msg_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
msg_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @return The bytes for msg.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMsgBytes() {
|
||||
java.lang.Object ref = msg_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
msg_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @param value The msg to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMsg(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
|
||||
msg_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMsg() {
|
||||
|
||||
msg_ = getDefaultInstance().getMsg();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string msg = 12;</code>
|
||||
* @param value The bytes for msg to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMsgBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
|
||||
msg_ = value;
|
||||
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:AntiAddictNotify)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AntiAddictNotify)
|
||||
private static final emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AntiAddictNotify>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AntiAddictNotify>() {
|
||||
@java.lang.Override
|
||||
public AntiAddictNotify parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AntiAddictNotify(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AntiAddictNotify> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AntiAddictNotify> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AntiAddictNotifyOuterClass.AntiAddictNotify getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AntiAddictNotify_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AntiAddictNotify_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\026AntiAddictNotify.proto\"@\n\020AntiAddictNo" +
|
||||
"tify\022\r\n\005level\030\001 \001(\t\022\020\n\010msg_type\030\005 \001(\005\022\013\n" +
|
||||
"\003msg\030\014 \001(\tB\033\n\031emu.grasscutter.net.protob" +
|
||||
"\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_AntiAddictNotify_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AntiAddictNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AntiAddictNotify_descriptor,
|
||||
new java.lang.String[] { "Level", "MsgType", "Msg", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+1327
File diff suppressed because it is too large
Load Diff
+615
@@ -0,0 +1,615 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: ArenaChallengeMonsterLevel.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class ArenaChallengeMonsterLevelOuterClass {
|
||||
private ArenaChallengeMonsterLevelOuterClass() {}
|
||||
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 ArenaChallengeMonsterLevelOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:ArenaChallengeMonsterLevel)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 FCLFLMPGIKN = 4;</code>
|
||||
* @return The fCLFLMPGIKN.
|
||||
*/
|
||||
int getFCLFLMPGIKN();
|
||||
|
||||
/**
|
||||
* <code>uint32 GELFIDPMHLJ = 9;</code>
|
||||
* @return The gELFIDPMHLJ.
|
||||
*/
|
||||
int getGELFIDPMHLJ();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OKLFPJCHPDD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ArenaChallengeMonsterLevel}
|
||||
*/
|
||||
public static final class ArenaChallengeMonsterLevel extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:ArenaChallengeMonsterLevel)
|
||||
ArenaChallengeMonsterLevelOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use ArenaChallengeMonsterLevel.newBuilder() to construct.
|
||||
private ArenaChallengeMonsterLevel(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private ArenaChallengeMonsterLevel() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new ArenaChallengeMonsterLevel();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private ArenaChallengeMonsterLevel(
|
||||
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;
|
||||
case 32: {
|
||||
|
||||
fCLFLMPGIKN_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
gELFIDPMHLJ_ = input.readUInt32();
|
||||
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.ArenaChallengeMonsterLevelOuterClass.internal_static_ArenaChallengeMonsterLevel_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.internal_static_ArenaChallengeMonsterLevel_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel.class, emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel.Builder.class);
|
||||
}
|
||||
|
||||
public static final int FCLFLMPGIKN_FIELD_NUMBER = 4;
|
||||
private int fCLFLMPGIKN_;
|
||||
/**
|
||||
* <code>uint32 FCLFLMPGIKN = 4;</code>
|
||||
* @return The fCLFLMPGIKN.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getFCLFLMPGIKN() {
|
||||
return fCLFLMPGIKN_;
|
||||
}
|
||||
|
||||
public static final int GELFIDPMHLJ_FIELD_NUMBER = 9;
|
||||
private int gELFIDPMHLJ_;
|
||||
/**
|
||||
* <code>uint32 GELFIDPMHLJ = 9;</code>
|
||||
* @return The gELFIDPMHLJ.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGELFIDPMHLJ() {
|
||||
return gELFIDPMHLJ_;
|
||||
}
|
||||
|
||||
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 (fCLFLMPGIKN_ != 0) {
|
||||
output.writeUInt32(4, fCLFLMPGIKN_);
|
||||
}
|
||||
if (gELFIDPMHLJ_ != 0) {
|
||||
output.writeUInt32(9, gELFIDPMHLJ_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (fCLFLMPGIKN_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(4, fCLFLMPGIKN_);
|
||||
}
|
||||
if (gELFIDPMHLJ_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, gELFIDPMHLJ_);
|
||||
}
|
||||
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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel other = (emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel) obj;
|
||||
|
||||
if (getFCLFLMPGIKN()
|
||||
!= other.getFCLFLMPGIKN()) return false;
|
||||
if (getGELFIDPMHLJ()
|
||||
!= other.getGELFIDPMHLJ()) return false;
|
||||
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();
|
||||
hash = (37 * hash) + FCLFLMPGIKN_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFCLFLMPGIKN();
|
||||
hash = (37 * hash) + GELFIDPMHLJ_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGELFIDPMHLJ();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel 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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel 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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel 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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel 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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel 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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OKLFPJCHPDD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ArenaChallengeMonsterLevel}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:ArenaChallengeMonsterLevel)
|
||||
emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevelOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.internal_static_ArenaChallengeMonsterLevel_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.internal_static_ArenaChallengeMonsterLevel_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel.class, emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel.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();
|
||||
fCLFLMPGIKN_ = 0;
|
||||
|
||||
gELFIDPMHLJ_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.internal_static_ArenaChallengeMonsterLevel_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel build() {
|
||||
emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel buildPartial() {
|
||||
emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel result = new emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel(this);
|
||||
result.fCLFLMPGIKN_ = fCLFLMPGIKN_;
|
||||
result.gELFIDPMHLJ_ = gELFIDPMHLJ_;
|
||||
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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel other) {
|
||||
if (other == emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel.getDefaultInstance()) return this;
|
||||
if (other.getFCLFLMPGIKN() != 0) {
|
||||
setFCLFLMPGIKN(other.getFCLFLMPGIKN());
|
||||
}
|
||||
if (other.getGELFIDPMHLJ() != 0) {
|
||||
setGELFIDPMHLJ(other.getGELFIDPMHLJ());
|
||||
}
|
||||
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.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private int fCLFLMPGIKN_ ;
|
||||
/**
|
||||
* <code>uint32 FCLFLMPGIKN = 4;</code>
|
||||
* @return The fCLFLMPGIKN.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getFCLFLMPGIKN() {
|
||||
return fCLFLMPGIKN_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 FCLFLMPGIKN = 4;</code>
|
||||
* @param value The fCLFLMPGIKN to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFCLFLMPGIKN(int value) {
|
||||
|
||||
fCLFLMPGIKN_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 FCLFLMPGIKN = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFCLFLMPGIKN() {
|
||||
|
||||
fCLFLMPGIKN_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gELFIDPMHLJ_ ;
|
||||
/**
|
||||
* <code>uint32 GELFIDPMHLJ = 9;</code>
|
||||
* @return The gELFIDPMHLJ.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGELFIDPMHLJ() {
|
||||
return gELFIDPMHLJ_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 GELFIDPMHLJ = 9;</code>
|
||||
* @param value The gELFIDPMHLJ to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGELFIDPMHLJ(int value) {
|
||||
|
||||
gELFIDPMHLJ_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 GELFIDPMHLJ = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGELFIDPMHLJ() {
|
||||
|
||||
gELFIDPMHLJ_ = 0;
|
||||
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:ArenaChallengeMonsterLevel)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:ArenaChallengeMonsterLevel)
|
||||
private static final emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<ArenaChallengeMonsterLevel>
|
||||
PARSER = new com.google.protobuf.AbstractParser<ArenaChallengeMonsterLevel>() {
|
||||
@java.lang.Override
|
||||
public ArenaChallengeMonsterLevel parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new ArenaChallengeMonsterLevel(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<ArenaChallengeMonsterLevel> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<ArenaChallengeMonsterLevel> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ArenaChallengeMonsterLevelOuterClass.ArenaChallengeMonsterLevel getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_ArenaChallengeMonsterLevel_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_ArenaChallengeMonsterLevel_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n ArenaChallengeMonsterLevel.proto\"F\n\032Ar" +
|
||||
"enaChallengeMonsterLevel\022\023\n\013FCLFLMPGIKN\030" +
|
||||
"\004 \001(\r\022\023\n\013GELFIDPMHLJ\030\t \001(\rB\033\n\031emu.grassc" +
|
||||
"utter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_ArenaChallengeMonsterLevel_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_ArenaChallengeMonsterLevel_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ArenaChallengeMonsterLevel_descriptor,
|
||||
new java.lang.String[] { "FCLFLMPGIKN", "GELFIDPMHLJ", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+42
-42
@@ -19,30 +19,30 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 target_uid = 9;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
int getTargetUid();
|
||||
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
* @return Whether the targetFriendBrief field is set.
|
||||
*/
|
||||
boolean hasTargetFriendBrief();
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
* @return The targetFriendBrief.
|
||||
*/
|
||||
emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief getTargetFriendBrief();
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBriefOrBuilder getTargetFriendBriefOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PCOJKOCFPIN
|
||||
* CmdId: 4044
|
||||
* CmdId: 4086
|
||||
* Name: CDMDKCDGNPE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AskAddFriendNotify}
|
||||
@@ -89,7 +89,12 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 26: {
|
||||
case 56: {
|
||||
|
||||
targetUid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief.Builder subBuilder = null;
|
||||
if (targetFriendBrief_ != null) {
|
||||
subBuilder = targetFriendBrief_.toBuilder();
|
||||
@@ -102,11 +107,6 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
targetUid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -139,10 +139,10 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AskAddFriendNotifyOuterClass.AskAddFriendNotify.class, emu.grasscutter.net.proto.AskAddFriendNotifyOuterClass.AskAddFriendNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TARGET_UID_FIELD_NUMBER = 9;
|
||||
public static final int TARGET_UID_FIELD_NUMBER = 7;
|
||||
private int targetUid_;
|
||||
/**
|
||||
* <code>uint32 target_uid = 9;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -150,10 +150,10 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return targetUid_;
|
||||
}
|
||||
|
||||
public static final int TARGET_FRIEND_BRIEF_FIELD_NUMBER = 3;
|
||||
public static final int TARGET_FRIEND_BRIEF_FIELD_NUMBER = 13;
|
||||
private emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief targetFriendBrief_;
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
* @return Whether the targetFriendBrief field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -161,7 +161,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return targetFriendBrief_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
* @return The targetFriendBrief.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -169,7 +169,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return targetFriendBrief_ == null ? emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief.getDefaultInstance() : targetFriendBrief_;
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBriefOrBuilder getTargetFriendBriefOrBuilder() {
|
||||
@@ -190,11 +190,11 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (targetFriendBrief_ != null) {
|
||||
output.writeMessage(3, getTargetFriendBrief());
|
||||
}
|
||||
if (targetUid_ != 0) {
|
||||
output.writeUInt32(9, targetUid_);
|
||||
output.writeUInt32(7, targetUid_);
|
||||
}
|
||||
if (targetFriendBrief_ != null) {
|
||||
output.writeMessage(13, getTargetFriendBrief());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -205,13 +205,13 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (targetFriendBrief_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(3, getTargetFriendBrief());
|
||||
}
|
||||
if (targetUid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, targetUid_);
|
||||
.computeUInt32Size(7, targetUid_);
|
||||
}
|
||||
if (targetFriendBrief_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(13, getTargetFriendBrief());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -349,8 +349,8 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PCOJKOCFPIN
|
||||
* CmdId: 4044
|
||||
* CmdId: 4086
|
||||
* Name: CDMDKCDGNPE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AskAddFriendNotify}
|
||||
@@ -515,7 +515,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
|
||||
private int targetUid_ ;
|
||||
/**
|
||||
* <code>uint32 target_uid = 9;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -523,7 +523,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return targetUid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_uid = 9;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @param value The targetUid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -534,7 +534,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_uid = 9;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTargetUid() {
|
||||
@@ -548,14 +548,14 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief, emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief.Builder, emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBriefOrBuilder> targetFriendBriefBuilder_;
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
* @return Whether the targetFriendBrief field is set.
|
||||
*/
|
||||
public boolean hasTargetFriendBrief() {
|
||||
return targetFriendBriefBuilder_ != null || targetFriendBrief_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
* @return The targetFriendBrief.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief getTargetFriendBrief() {
|
||||
@@ -566,7 +566,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
public Builder setTargetFriendBrief(emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief value) {
|
||||
if (targetFriendBriefBuilder_ == null) {
|
||||
@@ -582,7 +582,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
public Builder setTargetFriendBrief(
|
||||
emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief.Builder builderForValue) {
|
||||
@@ -596,7 +596,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
public Builder mergeTargetFriendBrief(emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief value) {
|
||||
if (targetFriendBriefBuilder_ == null) {
|
||||
@@ -614,7 +614,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
public Builder clearTargetFriendBrief() {
|
||||
if (targetFriendBriefBuilder_ == null) {
|
||||
@@ -628,7 +628,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief.Builder getTargetFriendBriefBuilder() {
|
||||
|
||||
@@ -636,7 +636,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
return getTargetFriendBriefFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBriefOrBuilder getTargetFriendBriefOrBuilder() {
|
||||
if (targetFriendBriefBuilder_ != null) {
|
||||
@@ -647,7 +647,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.FriendBrief target_friend_brief = 3;</code>
|
||||
* <code>.FriendBrief target_friend_brief = 13;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief, emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBrief.Builder, emu.grasscutter.net.proto.FriendBriefOuterClass.FriendBriefOrBuilder>
|
||||
@@ -731,7 +731,7 @@ public final class AskAddFriendNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\030AskAddFriendNotify.proto\032\021FriendBrief." +
|
||||
"proto\"S\n\022AskAddFriendNotify\022\022\n\ntarget_ui" +
|
||||
"d\030\t \001(\r\022)\n\023target_friend_brief\030\003 \001(\0132\014.F" +
|
||||
"d\030\007 \001(\r\022)\n\023target_friend_brief\030\r \001(\0132\014.F" +
|
||||
"riendBriefB\033\n\031emu.grasscutter.net.protob" +
|
||||
"\006proto3"
|
||||
};
|
||||
|
||||
@@ -19,15 +19,15 @@ public final class AskAddFriendReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 target_uid = 12;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
int getTargetUid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GENFFKJKIDB
|
||||
* CmdId: 4014
|
||||
* CmdId: 4016
|
||||
* Name: GJMBMJPBHPH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AskAddFriendReq}
|
||||
@@ -74,7 +74,7 @@ public final class AskAddFriendReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 96: {
|
||||
case 56: {
|
||||
|
||||
targetUid_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class AskAddFriendReqOuterClass {
|
||||
emu.grasscutter.net.proto.AskAddFriendReqOuterClass.AskAddFriendReq.class, emu.grasscutter.net.proto.AskAddFriendReqOuterClass.AskAddFriendReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TARGET_UID_FIELD_NUMBER = 12;
|
||||
public static final int TARGET_UID_FIELD_NUMBER = 7;
|
||||
private int targetUid_;
|
||||
/**
|
||||
* <code>uint32 target_uid = 12;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class AskAddFriendReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (targetUid_ != 0) {
|
||||
output.writeUInt32(12, targetUid_);
|
||||
output.writeUInt32(7, targetUid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class AskAddFriendReqOuterClass {
|
||||
size = 0;
|
||||
if (targetUid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, targetUid_);
|
||||
.computeUInt32Size(7, targetUid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class AskAddFriendReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GENFFKJKIDB
|
||||
* CmdId: 4014
|
||||
* CmdId: 4016
|
||||
* Name: GJMBMJPBHPH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AskAddFriendReq}
|
||||
@@ -431,7 +431,7 @@ public final class AskAddFriendReqOuterClass {
|
||||
|
||||
private int targetUid_ ;
|
||||
/**
|
||||
* <code>uint32 target_uid = 12;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class AskAddFriendReqOuterClass {
|
||||
return targetUid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_uid = 12;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @param value The targetUid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class AskAddFriendReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_uid = 12;</code>
|
||||
* <code>uint32 target_uid = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTargetUid() {
|
||||
@@ -527,7 +527,7 @@ public final class AskAddFriendReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\025AskAddFriendReq.proto\"%\n\017AskAddFriendR" +
|
||||
"eq\022\022\n\ntarget_uid\030\014 \001(\rB\033\n\031emu.grasscutte" +
|
||||
"eq\022\022\n\ntarget_uid\030\007 \001(\rB\033\n\031emu.grasscutte" +
|
||||
"r.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+124
-124
@@ -19,27 +19,27 @@ public final class AskAddFriendRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* <code>uint32 target_uid = 3;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
int getTargetUid();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 param = 1;</code>
|
||||
* <code>uint32 param = 15;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
int getParam();
|
||||
|
||||
/**
|
||||
* <code>uint32 target_uid = 3;</code>
|
||||
* @return The targetUid.
|
||||
*/
|
||||
int getTargetUid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PJFHJCNBAFB
|
||||
* CmdId: 4034
|
||||
* CmdId: 4056
|
||||
* Name: HIKJADDBLEJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AskAddFriendRsp}
|
||||
@@ -86,21 +86,21 @@ public final class AskAddFriendRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
param_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
|
||||
targetUid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 104: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
param_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -133,28 +133,6 @@ public final class AskAddFriendRspOuterClass {
|
||||
emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp.class, emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 15;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int PARAM_FIELD_NUMBER = 1;
|
||||
private int param_;
|
||||
/**
|
||||
* <code>uint32 param = 1;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParam() {
|
||||
return param_;
|
||||
}
|
||||
|
||||
public static final int TARGET_UID_FIELD_NUMBER = 3;
|
||||
private int targetUid_;
|
||||
/**
|
||||
@@ -166,6 +144,28 @@ public final class AskAddFriendRspOuterClass {
|
||||
return targetUid_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 13;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int PARAM_FIELD_NUMBER = 15;
|
||||
private int param_;
|
||||
/**
|
||||
* <code>uint32 param = 15;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParam() {
|
||||
return param_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -180,14 +180,14 @@ public final class AskAddFriendRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (param_ != 0) {
|
||||
output.writeUInt32(1, param_);
|
||||
}
|
||||
if (targetUid_ != 0) {
|
||||
output.writeUInt32(3, targetUid_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(15, retcode_);
|
||||
output.writeInt32(13, retcode_);
|
||||
}
|
||||
if (param_ != 0) {
|
||||
output.writeUInt32(15, param_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -198,17 +198,17 @@ public final class AskAddFriendRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (param_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, param_);
|
||||
}
|
||||
if (targetUid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, targetUid_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(15, retcode_);
|
||||
.computeInt32Size(13, retcode_);
|
||||
}
|
||||
if (param_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, param_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -225,12 +225,12 @@ public final class AskAddFriendRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp other = (emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp) obj;
|
||||
|
||||
if (getTargetUid()
|
||||
!= other.getTargetUid()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getParam()
|
||||
!= other.getParam()) return false;
|
||||
if (getTargetUid()
|
||||
!= other.getTargetUid()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -242,12 +242,12 @@ public final class AskAddFriendRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + TARGET_UID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTargetUid();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (37 * hash) + PARAM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getParam();
|
||||
hash = (37 * hash) + TARGET_UID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTargetUid();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -345,8 +345,8 @@ public final class AskAddFriendRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PJFHJCNBAFB
|
||||
* CmdId: 4034
|
||||
* CmdId: 4056
|
||||
* Name: HIKJADDBLEJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AskAddFriendRsp}
|
||||
@@ -386,12 +386,12 @@ public final class AskAddFriendRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
targetUid_ = 0;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
param_ = 0;
|
||||
|
||||
targetUid_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -418,9 +418,9 @@ public final class AskAddFriendRspOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp result = new emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp(this);
|
||||
result.targetUid_ = targetUid_;
|
||||
result.retcode_ = retcode_;
|
||||
result.param_ = param_;
|
||||
result.targetUid_ = targetUid_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -469,15 +469,15 @@ public final class AskAddFriendRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.AskAddFriendRspOuterClass.AskAddFriendRsp.getDefaultInstance()) return this;
|
||||
if (other.getTargetUid() != 0) {
|
||||
setTargetUid(other.getTargetUid());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.getParam() != 0) {
|
||||
setParam(other.getParam());
|
||||
}
|
||||
if (other.getTargetUid() != 0) {
|
||||
setTargetUid(other.getTargetUid());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -507,68 +507,6 @@ public final class AskAddFriendRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int param_ ;
|
||||
/**
|
||||
* <code>uint32 param = 1;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParam() {
|
||||
return param_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 param = 1;</code>
|
||||
* @param value The param to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParam(int value) {
|
||||
|
||||
param_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 param = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParam() {
|
||||
|
||||
param_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int targetUid_ ;
|
||||
/**
|
||||
* <code>uint32 target_uid = 3;</code>
|
||||
@@ -599,6 +537,68 @@ public final class AskAddFriendRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int param_ ;
|
||||
/**
|
||||
* <code>uint32 param = 15;</code>
|
||||
* @return The param.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParam() {
|
||||
return param_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 param = 15;</code>
|
||||
* @param value The param to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParam(int value) {
|
||||
|
||||
param_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 param = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParam() {
|
||||
|
||||
param_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -667,8 +667,8 @@ public final class AskAddFriendRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\025AskAddFriendRsp.proto\"E\n\017AskAddFriendR" +
|
||||
"sp\022\017\n\007retcode\030\017 \001(\005\022\r\n\005param\030\001 \001(\r\022\022\n\nta" +
|
||||
"rget_uid\030\003 \001(\rB\033\n\031emu.grasscutter.net.pr" +
|
||||
"sp\022\022\n\ntarget_uid\030\003 \001(\r\022\017\n\007retcode\030\r \001(\005\022" +
|
||||
"\r\n\005param\030\017 \001(\rB\033\n\031emu.grasscutter.net.pr" +
|
||||
"otob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -680,7 +680,7 @@ public final class AskAddFriendRspOuterClass {
|
||||
internal_static_AskAddFriendRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AskAddFriendRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "Param", "TargetUid", });
|
||||
new java.lang.String[] { "TargetUid", "Retcode", "Param", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+1656
File diff suppressed because it is too large
Load Diff
+616
@@ -0,0 +1,616 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AsterLargeDetailInfo.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AsterLargeDetailInfoOuterClass {
|
||||
private AsterLargeDetailInfoOuterClass() {}
|
||||
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 AsterLargeDetailInfoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AsterLargeDetailInfo)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
boolean getIsOpen();
|
||||
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
int getBeginTime();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DGIFDKNNFLL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterLargeDetailInfo}
|
||||
*/
|
||||
public static final class AsterLargeDetailInfo extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AsterLargeDetailInfo)
|
||||
AsterLargeDetailInfoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AsterLargeDetailInfo.newBuilder() to construct.
|
||||
private AsterLargeDetailInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AsterLargeDetailInfo() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AsterLargeDetailInfo();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AsterLargeDetailInfo(
|
||||
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;
|
||||
case 48: {
|
||||
|
||||
isOpen_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
beginTime_ = input.readUInt32();
|
||||
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.AsterLargeDetailInfoOuterClass.internal_static_AsterLargeDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.internal_static_AsterLargeDetailInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo.class, emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_OPEN_FIELD_NUMBER = 6;
|
||||
private boolean isOpen_;
|
||||
/**
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsOpen() {
|
||||
return isOpen_;
|
||||
}
|
||||
|
||||
public static final int BEGIN_TIME_FIELD_NUMBER = 12;
|
||||
private int beginTime_;
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
|
||||
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 (isOpen_ != false) {
|
||||
output.writeBool(6, isOpen_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
output.writeUInt32(12, beginTime_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (isOpen_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(6, isOpen_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, beginTime_);
|
||||
}
|
||||
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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo other = (emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo) obj;
|
||||
|
||||
if (getIsOpen()
|
||||
!= other.getIsOpen()) return false;
|
||||
if (getBeginTime()
|
||||
!= other.getBeginTime()) return false;
|
||||
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();
|
||||
hash = (37 * hash) + IS_OPEN_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsOpen());
|
||||
hash = (37 * hash) + BEGIN_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBeginTime();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo 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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo 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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo 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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo 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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo 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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DGIFDKNNFLL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterLargeDetailInfo}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AsterLargeDetailInfo)
|
||||
emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.internal_static_AsterLargeDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.internal_static_AsterLargeDetailInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo.class, emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo.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();
|
||||
isOpen_ = false;
|
||||
|
||||
beginTime_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.internal_static_AsterLargeDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo build() {
|
||||
emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo result = new emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo(this);
|
||||
result.isOpen_ = isOpen_;
|
||||
result.beginTime_ = beginTime_;
|
||||
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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo.getDefaultInstance()) return this;
|
||||
if (other.getIsOpen() != false) {
|
||||
setIsOpen(other.getIsOpen());
|
||||
}
|
||||
if (other.getBeginTime() != 0) {
|
||||
setBeginTime(other.getBeginTime());
|
||||
}
|
||||
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.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isOpen_ ;
|
||||
/**
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsOpen() {
|
||||
return isOpen_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @param value The isOpen to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsOpen(boolean value) {
|
||||
|
||||
isOpen_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_open = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsOpen() {
|
||||
|
||||
isOpen_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int beginTime_ ;
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @param value The beginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBeginTime(int value) {
|
||||
|
||||
beginTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBeginTime() {
|
||||
|
||||
beginTime_ = 0;
|
||||
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:AsterLargeDetailInfo)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AsterLargeDetailInfo)
|
||||
private static final emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AsterLargeDetailInfo>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AsterLargeDetailInfo>() {
|
||||
@java.lang.Override
|
||||
public AsterLargeDetailInfo parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AsterLargeDetailInfo(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AsterLargeDetailInfo> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AsterLargeDetailInfo> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLargeDetailInfoOuterClass.AsterLargeDetailInfo getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AsterLargeDetailInfo_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AsterLargeDetailInfo_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\032AsterLargeDetailInfo.proto\";\n\024AsterLar" +
|
||||
"geDetailInfo\022\017\n\007is_open\030\006 \001(\010\022\022\n\nbegin_t" +
|
||||
"ime\030\014 \001(\rB\033\n\031emu.grasscutter.net.protob\006" +
|
||||
"proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_AsterLargeDetailInfo_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AsterLargeDetailInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AsterLargeDetailInfo_descriptor,
|
||||
new java.lang.String[] { "IsOpen", "BeginTime", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+868
@@ -0,0 +1,868 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AsterLittleDetailInfo.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AsterLittleDetailInfoOuterClass {
|
||||
private AsterLittleDetailInfoOuterClass() {}
|
||||
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 AsterLittleDetailInfoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AsterLittleDetailInfo)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_open = 2;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
boolean getIsOpen();
|
||||
|
||||
/**
|
||||
* <code>uint32 stage_id = 13;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
int getStageId();
|
||||
|
||||
/**
|
||||
* <code>uint32 stage_begin_time = 6;</code>
|
||||
* @return The stageBeginTime.
|
||||
*/
|
||||
int getStageBeginTime();
|
||||
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @return The enum numeric value on the wire for stageState.
|
||||
*/
|
||||
int getStageStateValue();
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @return The stageState.
|
||||
*/
|
||||
emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState getStageState();
|
||||
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
int getBeginTime();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FDFGOMALABC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterLittleDetailInfo}
|
||||
*/
|
||||
public static final class AsterLittleDetailInfo extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AsterLittleDetailInfo)
|
||||
AsterLittleDetailInfoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AsterLittleDetailInfo.newBuilder() to construct.
|
||||
private AsterLittleDetailInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AsterLittleDetailInfo() {
|
||||
stageState_ = 0;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AsterLittleDetailInfo();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AsterLittleDetailInfo(
|
||||
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;
|
||||
case 16: {
|
||||
|
||||
isOpen_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
stageBeginTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
int rawValue = input.readEnum();
|
||||
|
||||
stageState_ = rawValue;
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
beginTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
stageId_ = input.readUInt32();
|
||||
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.AsterLittleDetailInfoOuterClass.internal_static_AsterLittleDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.internal_static_AsterLittleDetailInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo.class, emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_OPEN_FIELD_NUMBER = 2;
|
||||
private boolean isOpen_;
|
||||
/**
|
||||
* <code>bool is_open = 2;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsOpen() {
|
||||
return isOpen_;
|
||||
}
|
||||
|
||||
public static final int STAGE_ID_FIELD_NUMBER = 13;
|
||||
private int stageId_;
|
||||
/**
|
||||
* <code>uint32 stage_id = 13;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getStageId() {
|
||||
return stageId_;
|
||||
}
|
||||
|
||||
public static final int STAGE_BEGIN_TIME_FIELD_NUMBER = 6;
|
||||
private int stageBeginTime_;
|
||||
/**
|
||||
* <code>uint32 stage_begin_time = 6;</code>
|
||||
* @return The stageBeginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getStageBeginTime() {
|
||||
return stageBeginTime_;
|
||||
}
|
||||
|
||||
public static final int STAGE_STATE_FIELD_NUMBER = 10;
|
||||
private int stageState_;
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @return The enum numeric value on the wire for stageState.
|
||||
*/
|
||||
@java.lang.Override public int getStageStateValue() {
|
||||
return stageState_;
|
||||
}
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @return The stageState.
|
||||
*/
|
||||
@java.lang.Override public emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState getStageState() {
|
||||
@SuppressWarnings("deprecation")
|
||||
emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState result = emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState.valueOf(stageState_);
|
||||
return result == null ? emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState.UNRECOGNIZED : result;
|
||||
}
|
||||
|
||||
public static final int BEGIN_TIME_FIELD_NUMBER = 12;
|
||||
private int beginTime_;
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
|
||||
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 (isOpen_ != false) {
|
||||
output.writeBool(2, isOpen_);
|
||||
}
|
||||
if (stageBeginTime_ != 0) {
|
||||
output.writeUInt32(6, stageBeginTime_);
|
||||
}
|
||||
if (stageState_ != emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState.ASTER_LITTLE_STAGE_NONE.getNumber()) {
|
||||
output.writeEnum(10, stageState_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
output.writeUInt32(12, beginTime_);
|
||||
}
|
||||
if (stageId_ != 0) {
|
||||
output.writeUInt32(13, stageId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (isOpen_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(2, isOpen_);
|
||||
}
|
||||
if (stageBeginTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, stageBeginTime_);
|
||||
}
|
||||
if (stageState_ != emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState.ASTER_LITTLE_STAGE_NONE.getNumber()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(10, stageState_);
|
||||
}
|
||||
if (beginTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, beginTime_);
|
||||
}
|
||||
if (stageId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, stageId_);
|
||||
}
|
||||
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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo other = (emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo) obj;
|
||||
|
||||
if (getIsOpen()
|
||||
!= other.getIsOpen()) return false;
|
||||
if (getStageId()
|
||||
!= other.getStageId()) return false;
|
||||
if (getStageBeginTime()
|
||||
!= other.getStageBeginTime()) return false;
|
||||
if (stageState_ != other.stageState_) return false;
|
||||
if (getBeginTime()
|
||||
!= other.getBeginTime()) return false;
|
||||
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();
|
||||
hash = (37 * hash) + IS_OPEN_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsOpen());
|
||||
hash = (37 * hash) + STAGE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStageId();
|
||||
hash = (37 * hash) + STAGE_BEGIN_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStageBeginTime();
|
||||
hash = (37 * hash) + STAGE_STATE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + stageState_;
|
||||
hash = (37 * hash) + BEGIN_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBeginTime();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo 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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo 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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo 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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo 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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo 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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FDFGOMALABC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterLittleDetailInfo}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AsterLittleDetailInfo)
|
||||
emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.internal_static_AsterLittleDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.internal_static_AsterLittleDetailInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo.class, emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo.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();
|
||||
isOpen_ = false;
|
||||
|
||||
stageId_ = 0;
|
||||
|
||||
stageBeginTime_ = 0;
|
||||
|
||||
stageState_ = 0;
|
||||
|
||||
beginTime_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.internal_static_AsterLittleDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo build() {
|
||||
emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo result = new emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo(this);
|
||||
result.isOpen_ = isOpen_;
|
||||
result.stageId_ = stageId_;
|
||||
result.stageBeginTime_ = stageBeginTime_;
|
||||
result.stageState_ = stageState_;
|
||||
result.beginTime_ = beginTime_;
|
||||
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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo.getDefaultInstance()) return this;
|
||||
if (other.getIsOpen() != false) {
|
||||
setIsOpen(other.getIsOpen());
|
||||
}
|
||||
if (other.getStageId() != 0) {
|
||||
setStageId(other.getStageId());
|
||||
}
|
||||
if (other.getStageBeginTime() != 0) {
|
||||
setStageBeginTime(other.getStageBeginTime());
|
||||
}
|
||||
if (other.stageState_ != 0) {
|
||||
setStageStateValue(other.getStageStateValue());
|
||||
}
|
||||
if (other.getBeginTime() != 0) {
|
||||
setBeginTime(other.getBeginTime());
|
||||
}
|
||||
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.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isOpen_ ;
|
||||
/**
|
||||
* <code>bool is_open = 2;</code>
|
||||
* @return The isOpen.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsOpen() {
|
||||
return isOpen_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_open = 2;</code>
|
||||
* @param value The isOpen to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsOpen(boolean value) {
|
||||
|
||||
isOpen_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_open = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsOpen() {
|
||||
|
||||
isOpen_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int stageId_ ;
|
||||
/**
|
||||
* <code>uint32 stage_id = 13;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getStageId() {
|
||||
return stageId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_id = 13;</code>
|
||||
* @param value The stageId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setStageId(int value) {
|
||||
|
||||
stageId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_id = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStageId() {
|
||||
|
||||
stageId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int stageBeginTime_ ;
|
||||
/**
|
||||
* <code>uint32 stage_begin_time = 6;</code>
|
||||
* @return The stageBeginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getStageBeginTime() {
|
||||
return stageBeginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_begin_time = 6;</code>
|
||||
* @param value The stageBeginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setStageBeginTime(int value) {
|
||||
|
||||
stageBeginTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_begin_time = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStageBeginTime() {
|
||||
|
||||
stageBeginTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int stageState_ = 0;
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @return The enum numeric value on the wire for stageState.
|
||||
*/
|
||||
@java.lang.Override public int getStageStateValue() {
|
||||
return stageState_;
|
||||
}
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @param value The enum numeric value on the wire for stageState to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setStageStateValue(int value) {
|
||||
|
||||
stageState_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @return The stageState.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState getStageState() {
|
||||
@SuppressWarnings("deprecation")
|
||||
emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState result = emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState.valueOf(stageState_);
|
||||
return result == null ? emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState.UNRECOGNIZED : result;
|
||||
}
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @param value The stageState to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setStageState(emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.AsterLittleStageState value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
|
||||
stageState_ = value.getNumber();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AsterLittleStageState stage_state = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStageState() {
|
||||
|
||||
stageState_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int beginTime_ ;
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return The beginTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBeginTime() {
|
||||
return beginTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @param value The beginTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBeginTime(int value) {
|
||||
|
||||
beginTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 begin_time = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBeginTime() {
|
||||
|
||||
beginTime_ = 0;
|
||||
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:AsterLittleDetailInfo)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AsterLittleDetailInfo)
|
||||
private static final emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AsterLittleDetailInfo>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AsterLittleDetailInfo>() {
|
||||
@java.lang.Override
|
||||
public AsterLittleDetailInfo parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AsterLittleDetailInfo(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AsterLittleDetailInfo> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AsterLittleDetailInfo> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterLittleDetailInfoOuterClass.AsterLittleDetailInfo getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AsterLittleDetailInfo_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AsterLittleDetailInfo_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AsterLittleDetailInfo.proto\032\033AsterLitt" +
|
||||
"leStageState.proto\"\225\001\n\025AsterLittleDetail" +
|
||||
"Info\022\017\n\007is_open\030\002 \001(\010\022\020\n\010stage_id\030\r \001(\r\022" +
|
||||
"\030\n\020stage_begin_time\030\006 \001(\r\022+\n\013stage_state" +
|
||||
"\030\n \001(\0162\026.AsterLittleStageState\022\022\n\nbegin_" +
|
||||
"time\030\014 \001(\rB\033\n\031emu.grasscutter.net.protob" +
|
||||
"\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.getDescriptor(),
|
||||
});
|
||||
internal_static_AsterLittleDetailInfo_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AsterLittleDetailInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AsterLittleDetailInfo_descriptor,
|
||||
new java.lang.String[] { "IsOpen", "StageId", "StageBeginTime", "StageState", "BeginTime", });
|
||||
emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+170
@@ -0,0 +1,170 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AsterLittleStageState.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AsterLittleStageStateOuterClass {
|
||||
private AsterLittleStageStateOuterClass() {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JFEDOFPBNLC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf enum {@code AsterLittleStageState}
|
||||
*/
|
||||
public enum AsterLittleStageState
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_NONE = 0;</code>
|
||||
*/
|
||||
ASTER_LITTLE_STAGE_NONE(0),
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_UNSTARTED = 1;</code>
|
||||
*/
|
||||
ASTER_LITTLE_STAGE_UNSTARTED(1),
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_STARTED = 2;</code>
|
||||
*/
|
||||
ASTER_LITTLE_STAGE_STARTED(2),
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_FINISHED = 3;</code>
|
||||
*/
|
||||
ASTER_LITTLE_STAGE_FINISHED(3),
|
||||
UNRECOGNIZED(-1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_NONE = 0;</code>
|
||||
*/
|
||||
public static final int ASTER_LITTLE_STAGE_NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_UNSTARTED = 1;</code>
|
||||
*/
|
||||
public static final int ASTER_LITTLE_STAGE_UNSTARTED_VALUE = 1;
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_STARTED = 2;</code>
|
||||
*/
|
||||
public static final int ASTER_LITTLE_STAGE_STARTED_VALUE = 2;
|
||||
/**
|
||||
* <code>ASTER_LITTLE_STAGE_FINISHED = 3;</code>
|
||||
*/
|
||||
public static final int ASTER_LITTLE_STAGE_FINISHED_VALUE = 3;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static AsterLittleStageState valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static AsterLittleStageState forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return ASTER_LITTLE_STAGE_NONE;
|
||||
case 1: return ASTER_LITTLE_STAGE_UNSTARTED;
|
||||
case 2: return ASTER_LITTLE_STAGE_STARTED;
|
||||
case 3: return ASTER_LITTLE_STAGE_FINISHED;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<AsterLittleStageState>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
AsterLittleStageState> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<AsterLittleStageState>() {
|
||||
public AsterLittleStageState findValueByNumber(int number) {
|
||||
return AsterLittleStageState.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(ordinal());
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AsterLittleStageStateOuterClass.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final AsterLittleStageState[] VALUES = values();
|
||||
|
||||
public static AsterLittleStageState valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int value;
|
||||
|
||||
private AsterLittleStageState(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AsterLittleStageState)
|
||||
}
|
||||
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AsterLittleStageState.proto*\227\001\n\025AsterL" +
|
||||
"ittleStageState\022\033\n\027ASTER_LITTLE_STAGE_NO" +
|
||||
"NE\020\000\022 \n\034ASTER_LITTLE_STAGE_UNSTARTED\020\001\022\036" +
|
||||
"\n\032ASTER_LITTLE_STAGE_STARTED\020\002\022\037\n\033ASTER_" +
|
||||
"LITTLE_STAGE_FINISHED\020\003B\033\n\031emu.grasscutt" +
|
||||
"er.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
@@ -0,0 +1,750 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AsterMidCampInfo.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AsterMidCampInfoOuterClass {
|
||||
private AsterMidCampInfoOuterClass() {}
|
||||
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 AsterMidCampInfoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AsterMidCampInfo)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 camp_id = 15;</code>
|
||||
* @return The campId.
|
||||
*/
|
||||
int getCampId();
|
||||
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
boolean hasPos();
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getPos();
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: MAJILCJBJDA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterMidCampInfo}
|
||||
*/
|
||||
public static final class AsterMidCampInfo extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AsterMidCampInfo)
|
||||
AsterMidCampInfoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AsterMidCampInfo.newBuilder() to construct.
|
||||
private AsterMidCampInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AsterMidCampInfo() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AsterMidCampInfo();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AsterMidCampInfo(
|
||||
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;
|
||||
case 58: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (pos_ != null) {
|
||||
subBuilder = pos_.toBuilder();
|
||||
}
|
||||
pos_ = input.readMessage(emu.grasscutter.net.proto.VectorOuterClass.Vector.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(pos_);
|
||||
pos_ = subBuilder.buildPartial();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
campId_ = input.readUInt32();
|
||||
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.AsterMidCampInfoOuterClass.internal_static_AsterMidCampInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.internal_static_AsterMidCampInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo.class, emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int CAMP_ID_FIELD_NUMBER = 15;
|
||||
private int campId_;
|
||||
/**
|
||||
* <code>uint32 camp_id = 15;</code>
|
||||
* @return The campId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCampId() {
|
||||
return campId_;
|
||||
}
|
||||
|
||||
public static final int POS_FIELD_NUMBER = 7;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasPos() {
|
||||
return pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPos() {
|
||||
return pos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
return getPos();
|
||||
}
|
||||
|
||||
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 (pos_ != null) {
|
||||
output.writeMessage(7, getPos());
|
||||
}
|
||||
if (campId_ != 0) {
|
||||
output.writeUInt32(15, campId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (pos_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(7, getPos());
|
||||
}
|
||||
if (campId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, campId_);
|
||||
}
|
||||
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.AsterMidCampInfoOuterClass.AsterMidCampInfo)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo other = (emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo) obj;
|
||||
|
||||
if (getCampId()
|
||||
!= other.getCampId()) return false;
|
||||
if (hasPos() != other.hasPos()) return false;
|
||||
if (hasPos()) {
|
||||
if (!getPos()
|
||||
.equals(other.getPos())) return false;
|
||||
}
|
||||
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();
|
||||
hash = (37 * hash) + CAMP_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCampId();
|
||||
if (hasPos()) {
|
||||
hash = (37 * hash) + POS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPos().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo 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.AsterMidCampInfoOuterClass.AsterMidCampInfo parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo 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.AsterMidCampInfoOuterClass.AsterMidCampInfo parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo 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.AsterMidCampInfoOuterClass.AsterMidCampInfo parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo 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.AsterMidCampInfoOuterClass.AsterMidCampInfo parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo 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.AsterMidCampInfoOuterClass.AsterMidCampInfo 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: MAJILCJBJDA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterMidCampInfo}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AsterMidCampInfo)
|
||||
emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.internal_static_AsterMidCampInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.internal_static_AsterMidCampInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo.class, emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo.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();
|
||||
campId_ = 0;
|
||||
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = null;
|
||||
} else {
|
||||
pos_ = null;
|
||||
posBuilder_ = null;
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.internal_static_AsterMidCampInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo build() {
|
||||
emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo result = new emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo(this);
|
||||
result.campId_ = campId_;
|
||||
if (posBuilder_ == null) {
|
||||
result.pos_ = pos_;
|
||||
} else {
|
||||
result.pos_ = posBuilder_.build();
|
||||
}
|
||||
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.AsterMidCampInfoOuterClass.AsterMidCampInfo) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo.getDefaultInstance()) return this;
|
||||
if (other.getCampId() != 0) {
|
||||
setCampId(other.getCampId());
|
||||
}
|
||||
if (other.hasPos()) {
|
||||
mergePos(other.getPos());
|
||||
}
|
||||
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.AsterMidCampInfoOuterClass.AsterMidCampInfo parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private int campId_ ;
|
||||
/**
|
||||
* <code>uint32 camp_id = 15;</code>
|
||||
* @return The campId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCampId() {
|
||||
return campId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 camp_id = 15;</code>
|
||||
* @param value The campId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCampId(int value) {
|
||||
|
||||
campId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 camp_id = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCampId() {
|
||||
|
||||
campId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> posBuilder_;
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
* @return Whether the pos field is set.
|
||||
*/
|
||||
public boolean hasPos() {
|
||||
return posBuilder_ != null || pos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
* @return The pos.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPos() {
|
||||
if (posBuilder_ == null) {
|
||||
return pos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
} else {
|
||||
return posBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
public Builder setPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
pos_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.setMessage(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
public Builder setPos(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
public Builder mergePos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (posBuilder_ == null) {
|
||||
if (pos_ != null) {
|
||||
pos_ =
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.newBuilder(pos_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
pos_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
posBuilder_.mergeFrom(value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
public Builder clearPos() {
|
||||
if (posBuilder_ == null) {
|
||||
pos_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
pos_ = null;
|
||||
posBuilder_ = null;
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPosBuilder() {
|
||||
|
||||
onChanged();
|
||||
return getPosFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
||||
if (posBuilder_ != null) {
|
||||
return posBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return pos_ == null ?
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : pos_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector pos = 7;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
|
||||
getPosFieldBuilder() {
|
||||
if (posBuilder_ == null) {
|
||||
posBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>(
|
||||
getPos(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
pos_ = null;
|
||||
}
|
||||
return posBuilder_;
|
||||
}
|
||||
@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:AsterMidCampInfo)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AsterMidCampInfo)
|
||||
private static final emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AsterMidCampInfo>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AsterMidCampInfo>() {
|
||||
@java.lang.Override
|
||||
public AsterMidCampInfo parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AsterMidCampInfo(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AsterMidCampInfo> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AsterMidCampInfo> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterMidCampInfoOuterClass.AsterMidCampInfo getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AsterMidCampInfo_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AsterMidCampInfo_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\026AsterMidCampInfo.proto\032\014Vector.proto\"9" +
|
||||
"\n\020AsterMidCampInfo\022\017\n\007camp_id\030\017 \001(\r\022\024\n\003p" +
|
||||
"os\030\007 \001(\0132\007.VectorB\033\n\031emu.grasscutter.net" +
|
||||
".protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor(),
|
||||
});
|
||||
internal_static_AsterMidCampInfo_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AsterMidCampInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AsterMidCampInfo_descriptor,
|
||||
new java.lang.String[] { "CampId", "Pos", });
|
||||
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
+615
@@ -0,0 +1,615 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AsterProgressDetailInfo.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AsterProgressDetailInfoOuterClass {
|
||||
private AsterProgressDetailInfoOuterClass() {}
|
||||
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 AsterProgressDetailInfoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AsterProgressDetailInfo)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 9;</code>
|
||||
* @return The lastAutoAddTime.
|
||||
*/
|
||||
int getLastAutoAddTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 count = 6;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
int getCount();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FFNJNOEBCFC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterProgressDetailInfo}
|
||||
*/
|
||||
public static final class AsterProgressDetailInfo extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AsterProgressDetailInfo)
|
||||
AsterProgressDetailInfoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AsterProgressDetailInfo.newBuilder() to construct.
|
||||
private AsterProgressDetailInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AsterProgressDetailInfo() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AsterProgressDetailInfo();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AsterProgressDetailInfo(
|
||||
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;
|
||||
case 48: {
|
||||
|
||||
count_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
lastAutoAddTime_ = input.readUInt32();
|
||||
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.AsterProgressDetailInfoOuterClass.internal_static_AsterProgressDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.internal_static_AsterProgressDetailInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.class, emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int LAST_AUTO_ADD_TIME_FIELD_NUMBER = 9;
|
||||
private int lastAutoAddTime_;
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 9;</code>
|
||||
* @return The lastAutoAddTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLastAutoAddTime() {
|
||||
return lastAutoAddTime_;
|
||||
}
|
||||
|
||||
public static final int COUNT_FIELD_NUMBER = 6;
|
||||
private int count_;
|
||||
/**
|
||||
* <code>uint32 count = 6;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCount() {
|
||||
return count_;
|
||||
}
|
||||
|
||||
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 (count_ != 0) {
|
||||
output.writeUInt32(6, count_);
|
||||
}
|
||||
if (lastAutoAddTime_ != 0) {
|
||||
output.writeUInt32(9, lastAutoAddTime_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (count_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, count_);
|
||||
}
|
||||
if (lastAutoAddTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, lastAutoAddTime_);
|
||||
}
|
||||
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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo other = (emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo) obj;
|
||||
|
||||
if (getLastAutoAddTime()
|
||||
!= other.getLastAutoAddTime()) return false;
|
||||
if (getCount()
|
||||
!= other.getCount()) return false;
|
||||
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();
|
||||
hash = (37 * hash) + LAST_AUTO_ADD_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLastAutoAddTime();
|
||||
hash = (37 * hash) + COUNT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCount();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo 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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo 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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo 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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo 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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo 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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FFNJNOEBCFC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AsterProgressDetailInfo}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AsterProgressDetailInfo)
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.internal_static_AsterProgressDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.internal_static_AsterProgressDetailInfo_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.class, emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.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();
|
||||
lastAutoAddTime_ = 0;
|
||||
|
||||
count_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.internal_static_AsterProgressDetailInfo_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo build() {
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo result = new emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo(this);
|
||||
result.lastAutoAddTime_ = lastAutoAddTime_;
|
||||
result.count_ = count_;
|
||||
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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.getDefaultInstance()) return this;
|
||||
if (other.getLastAutoAddTime() != 0) {
|
||||
setLastAutoAddTime(other.getLastAutoAddTime());
|
||||
}
|
||||
if (other.getCount() != 0) {
|
||||
setCount(other.getCount());
|
||||
}
|
||||
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.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
private int lastAutoAddTime_ ;
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 9;</code>
|
||||
* @return The lastAutoAddTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLastAutoAddTime() {
|
||||
return lastAutoAddTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 9;</code>
|
||||
* @param value The lastAutoAddTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLastAutoAddTime(int value) {
|
||||
|
||||
lastAutoAddTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLastAutoAddTime() {
|
||||
|
||||
lastAutoAddTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int count_ ;
|
||||
/**
|
||||
* <code>uint32 count = 6;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCount() {
|
||||
return count_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 6;</code>
|
||||
* @param value The count to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCount(int value) {
|
||||
|
||||
count_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCount() {
|
||||
|
||||
count_ = 0;
|
||||
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:AsterProgressDetailInfo)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AsterProgressDetailInfo)
|
||||
private static final emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AsterProgressDetailInfo>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AsterProgressDetailInfo>() {
|
||||
@java.lang.Override
|
||||
public AsterProgressDetailInfo parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AsterProgressDetailInfo(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AsterProgressDetailInfo> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AsterProgressDetailInfo> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AsterProgressDetailInfo_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AsterProgressDetailInfo_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\035AsterProgressDetailInfo.proto\"D\n\027Aster" +
|
||||
"ProgressDetailInfo\022\032\n\022last_auto_add_time" +
|
||||
"\030\t \001(\r\022\r\n\005count\030\006 \001(\rB\033\n\031emu.grasscutter" +
|
||||
".net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_AsterProgressDetailInfo_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AsterProgressDetailInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AsterProgressDetailInfo_descriptor,
|
||||
new java.lang.String[] { "LastAutoAddTime", "Count", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+219
-260
@@ -19,52 +19,44 @@ public final class AttackHitEffectResultOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* NCIHLNFLAAF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_KLNGDAMMFIF = 10;</code>
|
||||
* @return The unk3300KLNGDAMMFIF.
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @return The fAAKOHDGPFM.
|
||||
*/
|
||||
int getUnk3300KLNGDAMMFIF();
|
||||
int getFAAKOHDGPFM();
|
||||
|
||||
/**
|
||||
* <code>float airStrength = 6;</code>
|
||||
* @return The airStrength.
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @return The fMEGOOPBEJB.
|
||||
*/
|
||||
float getAirStrength();
|
||||
int getFMEGOOPBEJB();
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* LDDDDFHEMBA
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_LCKECJCKKJK = 3;</code>
|
||||
* @return The unk3300LCKECJCKKJK.
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @return The oIJINAAFNAC.
|
||||
*/
|
||||
int getUnk3300LCKECJCKKJK();
|
||||
float getOIJINAAFNAC();
|
||||
|
||||
/**
|
||||
* <code>float hitHaltTime = 15;</code>
|
||||
* @return The hitHaltTime.
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @return The jHNFFJDKJJJ.
|
||||
*/
|
||||
float getHitHaltTime();
|
||||
float getJHNFFJDKJJJ();
|
||||
|
||||
/**
|
||||
* <code>float retreatStrength = 4;</code>
|
||||
* @return The retreatStrength.
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @return The gMFMEIEIEPB.
|
||||
*/
|
||||
float getRetreatStrength();
|
||||
float getGMFMEIEIEPB();
|
||||
|
||||
/**
|
||||
* <code>float hitHaltTimeScale = 7;</code>
|
||||
* @return The hitHaltTimeScale.
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @return The jOOLHFLPAOE.
|
||||
*/
|
||||
float getHitHaltTimeScale();
|
||||
float getJOOLHFLPAOE();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KPDGACKMNJA
|
||||
* Name: ABOLAALABPG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AttackHitEffectResult}
|
||||
@@ -111,34 +103,34 @@ public final class AttackHitEffectResultOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 24: {
|
||||
case 21: {
|
||||
|
||||
unk3300LCKECJCKKJK_ = input.readUInt32();
|
||||
jHNFFJDKJJJ_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 37: {
|
||||
case 29: {
|
||||
|
||||
retreatStrength_ = input.readFloat();
|
||||
gMFMEIEIEPB_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 53: {
|
||||
case 77: {
|
||||
|
||||
airStrength_ = input.readFloat();
|
||||
oIJINAAFNAC_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 61: {
|
||||
case 85: {
|
||||
|
||||
hitHaltTimeScale_ = input.readFloat();
|
||||
jOOLHFLPAOE_ = input.readFloat();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 88: {
|
||||
|
||||
unk3300KLNGDAMMFIF_ = input.readUInt32();
|
||||
fMEGOOPBEJB_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 125: {
|
||||
case 104: {
|
||||
|
||||
hitHaltTime_ = input.readFloat();
|
||||
fAAKOHDGPFM_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -173,78 +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 UNK3300_KLNGDAMMFIF_FIELD_NUMBER = 10;
|
||||
private int unk3300KLNGDAMMFIF_;
|
||||
public static final int FAAKOHDGPFM_FIELD_NUMBER = 13;
|
||||
private int fAAKOHDGPFM_;
|
||||
/**
|
||||
* <pre>
|
||||
* NCIHLNFLAAF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_KLNGDAMMFIF = 10;</code>
|
||||
* @return The unk3300KLNGDAMMFIF.
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @return The fAAKOHDGPFM.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300KLNGDAMMFIF() {
|
||||
return unk3300KLNGDAMMFIF_;
|
||||
public int getFAAKOHDGPFM() {
|
||||
return fAAKOHDGPFM_;
|
||||
}
|
||||
|
||||
public static final int AIRSTRENGTH_FIELD_NUMBER = 6;
|
||||
private float airStrength_;
|
||||
public static final int FMEGOOPBEJB_FIELD_NUMBER = 11;
|
||||
private int fMEGOOPBEJB_;
|
||||
/**
|
||||
* <code>float airStrength = 6;</code>
|
||||
* @return The airStrength.
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @return The fMEGOOPBEJB.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getAirStrength() {
|
||||
return airStrength_;
|
||||
public int getFMEGOOPBEJB() {
|
||||
return fMEGOOPBEJB_;
|
||||
}
|
||||
|
||||
public static final int UNK3300_LCKECJCKKJK_FIELD_NUMBER = 3;
|
||||
private int unk3300LCKECJCKKJK_;
|
||||
public static final int OIJINAAFNAC_FIELD_NUMBER = 9;
|
||||
private float oIJINAAFNAC_;
|
||||
/**
|
||||
* <pre>
|
||||
* LDDDDFHEMBA
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_LCKECJCKKJK = 3;</code>
|
||||
* @return The unk3300LCKECJCKKJK.
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @return The oIJINAAFNAC.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300LCKECJCKKJK() {
|
||||
return unk3300LCKECJCKKJK_;
|
||||
public float getOIJINAAFNAC() {
|
||||
return oIJINAAFNAC_;
|
||||
}
|
||||
|
||||
public static final int HITHALTTIME_FIELD_NUMBER = 15;
|
||||
private float hitHaltTime_;
|
||||
public static final int JHNFFJDKJJJ_FIELD_NUMBER = 2;
|
||||
private float jHNFFJDKJJJ_;
|
||||
/**
|
||||
* <code>float hitHaltTime = 15;</code>
|
||||
* @return The hitHaltTime.
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @return The jHNFFJDKJJJ.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getHitHaltTime() {
|
||||
return hitHaltTime_;
|
||||
public float getJHNFFJDKJJJ() {
|
||||
return jHNFFJDKJJJ_;
|
||||
}
|
||||
|
||||
public static final int RETREATSTRENGTH_FIELD_NUMBER = 4;
|
||||
private float retreatStrength_;
|
||||
public static final int GMFMEIEIEPB_FIELD_NUMBER = 3;
|
||||
private float gMFMEIEIEPB_;
|
||||
/**
|
||||
* <code>float retreatStrength = 4;</code>
|
||||
* @return The retreatStrength.
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @return The gMFMEIEIEPB.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getRetreatStrength() {
|
||||
return retreatStrength_;
|
||||
public float getGMFMEIEIEPB() {
|
||||
return gMFMEIEIEPB_;
|
||||
}
|
||||
|
||||
public static final int HITHALTTIMESCALE_FIELD_NUMBER = 7;
|
||||
private float hitHaltTimeScale_;
|
||||
public static final int JOOLHFLPAOE_FIELD_NUMBER = 10;
|
||||
private float jOOLHFLPAOE_;
|
||||
/**
|
||||
* <code>float hitHaltTimeScale = 7;</code>
|
||||
* @return The hitHaltTimeScale.
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @return The jOOLHFLPAOE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getHitHaltTimeScale() {
|
||||
return hitHaltTimeScale_;
|
||||
public float getJOOLHFLPAOE() {
|
||||
return jOOLHFLPAOE_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -261,23 +245,23 @@ public final class AttackHitEffectResultOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (unk3300LCKECJCKKJK_ != 0) {
|
||||
output.writeUInt32(3, unk3300LCKECJCKKJK_);
|
||||
if (jHNFFJDKJJJ_ != 0F) {
|
||||
output.writeFloat(2, jHNFFJDKJJJ_);
|
||||
}
|
||||
if (retreatStrength_ != 0F) {
|
||||
output.writeFloat(4, retreatStrength_);
|
||||
if (gMFMEIEIEPB_ != 0F) {
|
||||
output.writeFloat(3, gMFMEIEIEPB_);
|
||||
}
|
||||
if (airStrength_ != 0F) {
|
||||
output.writeFloat(6, airStrength_);
|
||||
if (oIJINAAFNAC_ != 0F) {
|
||||
output.writeFloat(9, oIJINAAFNAC_);
|
||||
}
|
||||
if (hitHaltTimeScale_ != 0F) {
|
||||
output.writeFloat(7, hitHaltTimeScale_);
|
||||
if (jOOLHFLPAOE_ != 0F) {
|
||||
output.writeFloat(10, jOOLHFLPAOE_);
|
||||
}
|
||||
if (unk3300KLNGDAMMFIF_ != 0) {
|
||||
output.writeUInt32(10, unk3300KLNGDAMMFIF_);
|
||||
if (fMEGOOPBEJB_ != 0) {
|
||||
output.writeUInt32(11, fMEGOOPBEJB_);
|
||||
}
|
||||
if (hitHaltTime_ != 0F) {
|
||||
output.writeFloat(15, hitHaltTime_);
|
||||
if (fAAKOHDGPFM_ != 0) {
|
||||
output.writeUInt32(13, fAAKOHDGPFM_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -288,29 +272,29 @@ public final class AttackHitEffectResultOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (unk3300LCKECJCKKJK_ != 0) {
|
||||
if (jHNFFJDKJJJ_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, unk3300LCKECJCKKJK_);
|
||||
.computeFloatSize(2, jHNFFJDKJJJ_);
|
||||
}
|
||||
if (retreatStrength_ != 0F) {
|
||||
if (gMFMEIEIEPB_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(4, retreatStrength_);
|
||||
.computeFloatSize(3, gMFMEIEIEPB_);
|
||||
}
|
||||
if (airStrength_ != 0F) {
|
||||
if (oIJINAAFNAC_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(6, airStrength_);
|
||||
.computeFloatSize(9, oIJINAAFNAC_);
|
||||
}
|
||||
if (hitHaltTimeScale_ != 0F) {
|
||||
if (jOOLHFLPAOE_ != 0F) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(7, hitHaltTimeScale_);
|
||||
.computeFloatSize(10, jOOLHFLPAOE_);
|
||||
}
|
||||
if (unk3300KLNGDAMMFIF_ != 0) {
|
||||
if (fMEGOOPBEJB_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, unk3300KLNGDAMMFIF_);
|
||||
.computeUInt32Size(11, fMEGOOPBEJB_);
|
||||
}
|
||||
if (hitHaltTime_ != 0F) {
|
||||
if (fAAKOHDGPFM_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeFloatSize(15, hitHaltTime_);
|
||||
.computeUInt32Size(13, fAAKOHDGPFM_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -327,22 +311,22 @@ public final class AttackHitEffectResultOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult other = (emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult) obj;
|
||||
|
||||
if (getUnk3300KLNGDAMMFIF()
|
||||
!= other.getUnk3300KLNGDAMMFIF()) return false;
|
||||
if (java.lang.Float.floatToIntBits(getAirStrength())
|
||||
if (getFAAKOHDGPFM()
|
||||
!= other.getFAAKOHDGPFM()) return false;
|
||||
if (getFMEGOOPBEJB()
|
||||
!= other.getFMEGOOPBEJB()) return false;
|
||||
if (java.lang.Float.floatToIntBits(getOIJINAAFNAC())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getAirStrength())) return false;
|
||||
if (getUnk3300LCKECJCKKJK()
|
||||
!= other.getUnk3300LCKECJCKKJK()) return false;
|
||||
if (java.lang.Float.floatToIntBits(getHitHaltTime())
|
||||
other.getOIJINAAFNAC())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getJHNFFJDKJJJ())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getHitHaltTime())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getRetreatStrength())
|
||||
other.getJHNFFJDKJJJ())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getGMFMEIEIEPB())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getRetreatStrength())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getHitHaltTimeScale())
|
||||
other.getGMFMEIEIEPB())) return false;
|
||||
if (java.lang.Float.floatToIntBits(getJOOLHFLPAOE())
|
||||
!= java.lang.Float.floatToIntBits(
|
||||
other.getHitHaltTimeScale())) return false;
|
||||
other.getJOOLHFLPAOE())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -354,22 +338,22 @@ public final class AttackHitEffectResultOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + UNK3300_KLNGDAMMFIF_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300KLNGDAMMFIF();
|
||||
hash = (37 * hash) + AIRSTRENGTH_FIELD_NUMBER;
|
||||
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 = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getAirStrength());
|
||||
hash = (37 * hash) + UNK3300_LCKECJCKKJK_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300LCKECJCKKJK();
|
||||
hash = (37 * hash) + HITHALTTIME_FIELD_NUMBER;
|
||||
getOIJINAAFNAC());
|
||||
hash = (37 * hash) + JHNFFJDKJJJ_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getHitHaltTime());
|
||||
hash = (37 * hash) + RETREATSTRENGTH_FIELD_NUMBER;
|
||||
getJHNFFJDKJJJ());
|
||||
hash = (37 * hash) + GMFMEIEIEPB_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getRetreatStrength());
|
||||
hash = (37 * hash) + HITHALTTIMESCALE_FIELD_NUMBER;
|
||||
getGMFMEIEIEPB());
|
||||
hash = (37 * hash) + JOOLHFLPAOE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
||||
getHitHaltTimeScale());
|
||||
getJOOLHFLPAOE());
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -467,7 +451,7 @@ public final class AttackHitEffectResultOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KPDGACKMNJA
|
||||
* Name: ABOLAALABPG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AttackHitEffectResult}
|
||||
@@ -507,17 +491,17 @@ public final class AttackHitEffectResultOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
unk3300KLNGDAMMFIF_ = 0;
|
||||
fAAKOHDGPFM_ = 0;
|
||||
|
||||
airStrength_ = 0F;
|
||||
fMEGOOPBEJB_ = 0;
|
||||
|
||||
unk3300LCKECJCKKJK_ = 0;
|
||||
oIJINAAFNAC_ = 0F;
|
||||
|
||||
hitHaltTime_ = 0F;
|
||||
jHNFFJDKJJJ_ = 0F;
|
||||
|
||||
retreatStrength_ = 0F;
|
||||
gMFMEIEIEPB_ = 0F;
|
||||
|
||||
hitHaltTimeScale_ = 0F;
|
||||
jOOLHFLPAOE_ = 0F;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -545,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.unk3300KLNGDAMMFIF_ = unk3300KLNGDAMMFIF_;
|
||||
result.airStrength_ = airStrength_;
|
||||
result.unk3300LCKECJCKKJK_ = unk3300LCKECJCKKJK_;
|
||||
result.hitHaltTime_ = hitHaltTime_;
|
||||
result.retreatStrength_ = retreatStrength_;
|
||||
result.hitHaltTimeScale_ = hitHaltTimeScale_;
|
||||
result.fAAKOHDGPFM_ = fAAKOHDGPFM_;
|
||||
result.fMEGOOPBEJB_ = fMEGOOPBEJB_;
|
||||
result.oIJINAAFNAC_ = oIJINAAFNAC_;
|
||||
result.jHNFFJDKJJJ_ = jHNFFJDKJJJ_;
|
||||
result.gMFMEIEIEPB_ = gMFMEIEIEPB_;
|
||||
result.jOOLHFLPAOE_ = jOOLHFLPAOE_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -599,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.getUnk3300KLNGDAMMFIF() != 0) {
|
||||
setUnk3300KLNGDAMMFIF(other.getUnk3300KLNGDAMMFIF());
|
||||
if (other.getFAAKOHDGPFM() != 0) {
|
||||
setFAAKOHDGPFM(other.getFAAKOHDGPFM());
|
||||
}
|
||||
if (other.getAirStrength() != 0F) {
|
||||
setAirStrength(other.getAirStrength());
|
||||
if (other.getFMEGOOPBEJB() != 0) {
|
||||
setFMEGOOPBEJB(other.getFMEGOOPBEJB());
|
||||
}
|
||||
if (other.getUnk3300LCKECJCKKJK() != 0) {
|
||||
setUnk3300LCKECJCKKJK(other.getUnk3300LCKECJCKKJK());
|
||||
if (other.getOIJINAAFNAC() != 0F) {
|
||||
setOIJINAAFNAC(other.getOIJINAAFNAC());
|
||||
}
|
||||
if (other.getHitHaltTime() != 0F) {
|
||||
setHitHaltTime(other.getHitHaltTime());
|
||||
if (other.getJHNFFJDKJJJ() != 0F) {
|
||||
setJHNFFJDKJJJ(other.getJHNFFJDKJJJ());
|
||||
}
|
||||
if (other.getRetreatStrength() != 0F) {
|
||||
setRetreatStrength(other.getRetreatStrength());
|
||||
if (other.getGMFMEIEIEPB() != 0F) {
|
||||
setGMFMEIEIEPB(other.getGMFMEIEIEPB());
|
||||
}
|
||||
if (other.getHitHaltTimeScale() != 0F) {
|
||||
setHitHaltTimeScale(other.getHitHaltTimeScale());
|
||||
if (other.getJOOLHFLPAOE() != 0F) {
|
||||
setJOOLHFLPAOE(other.getJOOLHFLPAOE());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -646,212 +630,188 @@ public final class AttackHitEffectResultOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int unk3300KLNGDAMMFIF_ ;
|
||||
private int fAAKOHDGPFM_ ;
|
||||
/**
|
||||
* <pre>
|
||||
* NCIHLNFLAAF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_KLNGDAMMFIF = 10;</code>
|
||||
* @return The unk3300KLNGDAMMFIF.
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @return The fAAKOHDGPFM.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300KLNGDAMMFIF() {
|
||||
return unk3300KLNGDAMMFIF_;
|
||||
public int getFAAKOHDGPFM() {
|
||||
return fAAKOHDGPFM_;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* NCIHLNFLAAF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_KLNGDAMMFIF = 10;</code>
|
||||
* @param value The unk3300KLNGDAMMFIF to set.
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @param value The fAAKOHDGPFM to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUnk3300KLNGDAMMFIF(int value) {
|
||||
public Builder setFAAKOHDGPFM(int value) {
|
||||
|
||||
unk3300KLNGDAMMFIF_ = value;
|
||||
fAAKOHDGPFM_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* NCIHLNFLAAF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_KLNGDAMMFIF = 10;</code>
|
||||
* <code>uint32 FAAKOHDGPFM = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300KLNGDAMMFIF() {
|
||||
public Builder clearFAAKOHDGPFM() {
|
||||
|
||||
unk3300KLNGDAMMFIF_ = 0;
|
||||
fAAKOHDGPFM_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float airStrength_ ;
|
||||
private int fMEGOOPBEJB_ ;
|
||||
/**
|
||||
* <code>float airStrength = 6;</code>
|
||||
* @return The airStrength.
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @return The fMEGOOPBEJB.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getAirStrength() {
|
||||
return airStrength_;
|
||||
public int getFMEGOOPBEJB() {
|
||||
return fMEGOOPBEJB_;
|
||||
}
|
||||
/**
|
||||
* <code>float airStrength = 6;</code>
|
||||
* @param value The airStrength to set.
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @param value The fMEGOOPBEJB to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAirStrength(float value) {
|
||||
public Builder setFMEGOOPBEJB(int value) {
|
||||
|
||||
airStrength_ = value;
|
||||
fMEGOOPBEJB_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float airStrength = 6;</code>
|
||||
* <code>uint32 FMEGOOPBEJB = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAirStrength() {
|
||||
public Builder clearFMEGOOPBEJB() {
|
||||
|
||||
airStrength_ = 0F;
|
||||
fMEGOOPBEJB_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int unk3300LCKECJCKKJK_ ;
|
||||
private float oIJINAAFNAC_ ;
|
||||
/**
|
||||
* <pre>
|
||||
* LDDDDFHEMBA
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_LCKECJCKKJK = 3;</code>
|
||||
* @return The unk3300LCKECJCKKJK.
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @return The oIJINAAFNAC.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300LCKECJCKKJK() {
|
||||
return unk3300LCKECJCKKJK_;
|
||||
public float getOIJINAAFNAC() {
|
||||
return oIJINAAFNAC_;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* LDDDDFHEMBA
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_LCKECJCKKJK = 3;</code>
|
||||
* @param value The unk3300LCKECJCKKJK to set.
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @param value The oIJINAAFNAC to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUnk3300LCKECJCKKJK(int value) {
|
||||
public Builder setOIJINAAFNAC(float value) {
|
||||
|
||||
unk3300LCKECJCKKJK_ = value;
|
||||
oIJINAAFNAC_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* LDDDDFHEMBA
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 Unk3300_LCKECJCKKJK = 3;</code>
|
||||
* <code>float OIJINAAFNAC = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300LCKECJCKKJK() {
|
||||
public Builder clearOIJINAAFNAC() {
|
||||
|
||||
unk3300LCKECJCKKJK_ = 0;
|
||||
oIJINAAFNAC_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float hitHaltTime_ ;
|
||||
private float jHNFFJDKJJJ_ ;
|
||||
/**
|
||||
* <code>float hitHaltTime = 15;</code>
|
||||
* @return The hitHaltTime.
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @return The jHNFFJDKJJJ.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getHitHaltTime() {
|
||||
return hitHaltTime_;
|
||||
public float getJHNFFJDKJJJ() {
|
||||
return jHNFFJDKJJJ_;
|
||||
}
|
||||
/**
|
||||
* <code>float hitHaltTime = 15;</code>
|
||||
* @param value The hitHaltTime to set.
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @param value The jHNFFJDKJJJ to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setHitHaltTime(float value) {
|
||||
public Builder setJHNFFJDKJJJ(float value) {
|
||||
|
||||
hitHaltTime_ = value;
|
||||
jHNFFJDKJJJ_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float hitHaltTime = 15;</code>
|
||||
* <code>float JHNFFJDKJJJ = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearHitHaltTime() {
|
||||
public Builder clearJHNFFJDKJJJ() {
|
||||
|
||||
hitHaltTime_ = 0F;
|
||||
jHNFFJDKJJJ_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float retreatStrength_ ;
|
||||
private float gMFMEIEIEPB_ ;
|
||||
/**
|
||||
* <code>float retreatStrength = 4;</code>
|
||||
* @return The retreatStrength.
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @return The gMFMEIEIEPB.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getRetreatStrength() {
|
||||
return retreatStrength_;
|
||||
public float getGMFMEIEIEPB() {
|
||||
return gMFMEIEIEPB_;
|
||||
}
|
||||
/**
|
||||
* <code>float retreatStrength = 4;</code>
|
||||
* @param value The retreatStrength to set.
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @param value The gMFMEIEIEPB to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetreatStrength(float value) {
|
||||
public Builder setGMFMEIEIEPB(float value) {
|
||||
|
||||
retreatStrength_ = value;
|
||||
gMFMEIEIEPB_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float retreatStrength = 4;</code>
|
||||
* <code>float GMFMEIEIEPB = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetreatStrength() {
|
||||
public Builder clearGMFMEIEIEPB() {
|
||||
|
||||
retreatStrength_ = 0F;
|
||||
gMFMEIEIEPB_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float hitHaltTimeScale_ ;
|
||||
private float jOOLHFLPAOE_ ;
|
||||
/**
|
||||
* <code>float hitHaltTimeScale = 7;</code>
|
||||
* @return The hitHaltTimeScale.
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @return The jOOLHFLPAOE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getHitHaltTimeScale() {
|
||||
return hitHaltTimeScale_;
|
||||
public float getJOOLHFLPAOE() {
|
||||
return jOOLHFLPAOE_;
|
||||
}
|
||||
/**
|
||||
* <code>float hitHaltTimeScale = 7;</code>
|
||||
* @param value The hitHaltTimeScale to set.
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @param value The jOOLHFLPAOE to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setHitHaltTimeScale(float value) {
|
||||
public Builder setJOOLHFLPAOE(float value) {
|
||||
|
||||
hitHaltTimeScale_ = value;
|
||||
jOOLHFLPAOE_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float hitHaltTimeScale = 7;</code>
|
||||
* <code>float JOOLHFLPAOE = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearHitHaltTimeScale() {
|
||||
public Builder clearJOOLHFLPAOE() {
|
||||
|
||||
hitHaltTimeScale_ = 0F;
|
||||
jOOLHFLPAOE_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -922,13 +882,12 @@ public final class AttackHitEffectResultOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AttackHitEffectResult.proto\"\256\001\n\025Attack" +
|
||||
"HitEffectResult\022\033\n\023Unk3300_KLNGDAMMFIF\030\n" +
|
||||
" \001(\r\022\023\n\013airStrength\030\006 \001(\002\022\033\n\023Unk3300_LCK" +
|
||||
"ECJCKKJK\030\003 \001(\r\022\023\n\013hitHaltTime\030\017 \001(\002\022\027\n\017r" +
|
||||
"etreatStrength\030\004 \001(\002\022\030\n\020hitHaltTimeScale" +
|
||||
"\030\007 \001(\002B\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"to3"
|
||||
"\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"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -939,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[] { "Unk3300KLNGDAMMFIF", "AirStrength", "Unk3300LCKECJCKKJK", "HitHaltTime", "RetreatStrength", "HitHaltTimeScale", });
|
||||
new java.lang.String[] { "FAAKOHDGPFM", "FMEGOOPBEJB", "OIJINAAFNAC", "JHNFFJDKJJJ", "GMFMEIEIEPB", "JOOLHFLPAOE", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -19,30 +19,30 @@ public final class AvatarAddNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_in_team = 1;</code>
|
||||
* <code>bool is_in_team = 14;</code>
|
||||
* @return The isInTeam.
|
||||
*/
|
||||
boolean getIsInTeam();
|
||||
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
* @return Whether the avatar field is set.
|
||||
*/
|
||||
boolean hasAvatar();
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
* @return The avatar.
|
||||
*/
|
||||
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatar();
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JKFHGKAMAHH
|
||||
* CmdId: 1756
|
||||
* CmdId: 1688
|
||||
* Name: JEPIBBDBODC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarAddNotify}
|
||||
@@ -89,12 +89,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
isInTeam_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
case 42: {
|
||||
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder subBuilder = null;
|
||||
if (avatar_ != null) {
|
||||
subBuilder = avatar_.toBuilder();
|
||||
@@ -107,6 +102,11 @@ public final class AvatarAddNotifyOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
|
||||
isInTeam_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -139,10 +139,10 @@ public final class AvatarAddNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarAddNotifyOuterClass.AvatarAddNotify.class, emu.grasscutter.net.proto.AvatarAddNotifyOuterClass.AvatarAddNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_IN_TEAM_FIELD_NUMBER = 1;
|
||||
public static final int IS_IN_TEAM_FIELD_NUMBER = 14;
|
||||
private boolean isInTeam_;
|
||||
/**
|
||||
* <code>bool is_in_team = 1;</code>
|
||||
* <code>bool is_in_team = 14;</code>
|
||||
* @return The isInTeam.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -150,10 +150,10 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return isInTeam_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_FIELD_NUMBER = 6;
|
||||
public static final int AVATAR_FIELD_NUMBER = 5;
|
||||
private emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo avatar_;
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
* @return Whether the avatar field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -161,7 +161,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return avatar_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
* @return The avatar.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -169,7 +169,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return avatar_ == null ? emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.getDefaultInstance() : avatar_;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarOrBuilder() {
|
||||
@@ -190,11 +190,11 @@ public final class AvatarAddNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (isInTeam_ != false) {
|
||||
output.writeBool(1, isInTeam_);
|
||||
}
|
||||
if (avatar_ != null) {
|
||||
output.writeMessage(6, getAvatar());
|
||||
output.writeMessage(5, getAvatar());
|
||||
}
|
||||
if (isInTeam_ != false) {
|
||||
output.writeBool(14, isInTeam_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -205,13 +205,13 @@ public final class AvatarAddNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (isInTeam_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(1, isInTeam_);
|
||||
}
|
||||
if (avatar_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(6, getAvatar());
|
||||
.computeMessageSize(5, getAvatar());
|
||||
}
|
||||
if (isInTeam_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(14, isInTeam_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -350,8 +350,8 @@ public final class AvatarAddNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JKFHGKAMAHH
|
||||
* CmdId: 1756
|
||||
* CmdId: 1688
|
||||
* Name: JEPIBBDBODC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarAddNotify}
|
||||
@@ -516,7 +516,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
|
||||
private boolean isInTeam_ ;
|
||||
/**
|
||||
* <code>bool is_in_team = 1;</code>
|
||||
* <code>bool is_in_team = 14;</code>
|
||||
* @return The isInTeam.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -524,7 +524,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return isInTeam_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_in_team = 1;</code>
|
||||
* <code>bool is_in_team = 14;</code>
|
||||
* @param value The isInTeam to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -535,7 +535,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_in_team = 1;</code>
|
||||
* <code>bool is_in_team = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsInTeam() {
|
||||
@@ -549,14 +549,14 @@ public final class AvatarAddNotifyOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder> avatarBuilder_;
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
* @return Whether the avatar field is set.
|
||||
*/
|
||||
public boolean hasAvatar() {
|
||||
return avatarBuilder_ != null || avatar_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
* @return The avatar.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatar() {
|
||||
@@ -567,7 +567,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
public Builder setAvatar(emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo value) {
|
||||
if (avatarBuilder_ == null) {
|
||||
@@ -583,7 +583,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
public Builder setAvatar(
|
||||
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder builderForValue) {
|
||||
@@ -597,7 +597,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
public Builder mergeAvatar(emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo value) {
|
||||
if (avatarBuilder_ == null) {
|
||||
@@ -615,7 +615,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
public Builder clearAvatar() {
|
||||
if (avatarBuilder_ == null) {
|
||||
@@ -629,7 +629,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder getAvatarBuilder() {
|
||||
|
||||
@@ -637,7 +637,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
return getAvatarFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarOrBuilder() {
|
||||
if (avatarBuilder_ != null) {
|
||||
@@ -648,7 +648,7 @@ public final class AvatarAddNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarInfo avatar = 6;</code>
|
||||
* <code>.AvatarInfo avatar = 5;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder>
|
||||
@@ -731,8 +731,8 @@ public final class AvatarAddNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\025AvatarAddNotify.proto\032\020AvatarInfo.prot" +
|
||||
"o\"B\n\017AvatarAddNotify\022\022\n\nis_in_team\030\001 \001(\010" +
|
||||
"\022\033\n\006avatar\030\006 \001(\0132\013.AvatarInfoB\033\n\031emu.gra" +
|
||||
"o\"B\n\017AvatarAddNotify\022\022\n\nis_in_team\030\016 \001(\010" +
|
||||
"\022\033\n\006avatar\030\005 \001(\0132\013.AvatarInfoB\033\n\031emu.gra" +
|
||||
"sscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+24
-24
@@ -19,24 +19,24 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
* @return Whether the entityInfo field is set.
|
||||
*/
|
||||
boolean hasEntityInfo();
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
* @return The entityInfo.
|
||||
*/
|
||||
emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo getEntityInfo();
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfoOrBuilder getEntityInfoOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DDPDLNJBKAP
|
||||
* CmdId: 1759
|
||||
* CmdId: 1703
|
||||
* Name: BBALEACLEJE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeCostumeNotify}
|
||||
@@ -83,7 +83,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 26: {
|
||||
case 106: {
|
||||
emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo.Builder subBuilder = null;
|
||||
if (entityInfo_ != null) {
|
||||
subBuilder = entityInfo_.toBuilder();
|
||||
@@ -128,10 +128,10 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarChangeCostumeNotifyOuterClass.AvatarChangeCostumeNotify.class, emu.grasscutter.net.proto.AvatarChangeCostumeNotifyOuterClass.AvatarChangeCostumeNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ENTITY_INFO_FIELD_NUMBER = 3;
|
||||
public static final int ENTITY_INFO_FIELD_NUMBER = 13;
|
||||
private emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo entityInfo_;
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
* @return Whether the entityInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -139,7 +139,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
return entityInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
* @return The entityInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -147,7 +147,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
return entityInfo_ == null ? emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo.getDefaultInstance() : entityInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfoOrBuilder getEntityInfoOrBuilder() {
|
||||
@@ -169,7 +169,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (entityInfo_ != null) {
|
||||
output.writeMessage(3, getEntityInfo());
|
||||
output.writeMessage(13, getEntityInfo());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -182,7 +182,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
size = 0;
|
||||
if (entityInfo_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(3, getEntityInfo());
|
||||
.computeMessageSize(13, getEntityInfo());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -316,8 +316,8 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DDPDLNJBKAP
|
||||
* CmdId: 1759
|
||||
* CmdId: 1703
|
||||
* Name: BBALEACLEJE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeCostumeNotify}
|
||||
@@ -478,14 +478,14 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo, emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo.Builder, emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfoOrBuilder> entityInfoBuilder_;
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
* @return Whether the entityInfo field is set.
|
||||
*/
|
||||
public boolean hasEntityInfo() {
|
||||
return entityInfoBuilder_ != null || entityInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
* @return The entityInfo.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo getEntityInfo() {
|
||||
@@ -496,7 +496,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
public Builder setEntityInfo(emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo value) {
|
||||
if (entityInfoBuilder_ == null) {
|
||||
@@ -512,7 +512,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
public Builder setEntityInfo(
|
||||
emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo.Builder builderForValue) {
|
||||
@@ -526,7 +526,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
public Builder mergeEntityInfo(emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo value) {
|
||||
if (entityInfoBuilder_ == null) {
|
||||
@@ -544,7 +544,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
public Builder clearEntityInfo() {
|
||||
if (entityInfoBuilder_ == null) {
|
||||
@@ -558,7 +558,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo.Builder getEntityInfoBuilder() {
|
||||
|
||||
@@ -566,7 +566,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
return getEntityInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfoOrBuilder getEntityInfoOrBuilder() {
|
||||
if (entityInfoBuilder_ != null) {
|
||||
@@ -577,7 +577,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.SceneEntityInfo entity_info = 3;</code>
|
||||
* <code>.SceneEntityInfo entity_info = 13;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo, emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo.Builder, emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfoOrBuilder>
|
||||
@@ -661,7 +661,7 @@ public final class AvatarChangeCostumeNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\037AvatarChangeCostumeNotify.proto\032\025Scene" +
|
||||
"EntityInfo.proto\"B\n\031AvatarChangeCostumeN" +
|
||||
"otify\022%\n\013entity_info\030\003 \001(\0132\020.SceneEntity" +
|
||||
"otify\022%\n\013entity_info\030\r \001(\0132\020.SceneEntity" +
|
||||
"InfoB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
|
||||
+33
-33
@@ -19,21 +19,21 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 costume_id = 7;</code>
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* @return The costumeId.
|
||||
*/
|
||||
int getCostumeId();
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* <code>uint64 avatar_guid = 10;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: BKAPIOCCGGM
|
||||
* CmdId: 1611
|
||||
* CmdId: 1663
|
||||
* Name: FNGICMEGFEL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeCostumeReq}
|
||||
@@ -80,16 +80,16 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 56: {
|
||||
|
||||
costumeId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 80: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
costumeId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -122,10 +122,10 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarChangeCostumeReqOuterClass.AvatarChangeCostumeReq.class, emu.grasscutter.net.proto.AvatarChangeCostumeReqOuterClass.AvatarChangeCostumeReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int COSTUME_ID_FIELD_NUMBER = 7;
|
||||
public static final int COSTUME_ID_FIELD_NUMBER = 12;
|
||||
private int costumeId_;
|
||||
/**
|
||||
* <code>uint32 costume_id = 7;</code>
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* @return The costumeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -133,10 +133,10 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
return costumeId_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 9;
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 10;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* <code>uint64 avatar_guid = 10;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -158,11 +158,11 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (costumeId_ != 0) {
|
||||
output.writeUInt32(7, costumeId_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(9, avatarGuid_);
|
||||
output.writeUInt64(10, avatarGuid_);
|
||||
}
|
||||
if (costumeId_ != 0) {
|
||||
output.writeUInt32(12, costumeId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -173,13 +173,13 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (costumeId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, costumeId_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(9, avatarGuid_);
|
||||
.computeUInt64Size(10, avatarGuid_);
|
||||
}
|
||||
if (costumeId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, costumeId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -313,8 +313,8 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: BKAPIOCCGGM
|
||||
* CmdId: 1611
|
||||
* CmdId: 1663
|
||||
* Name: FNGICMEGFEL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeCostumeReq}
|
||||
@@ -471,7 +471,7 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
|
||||
private int costumeId_ ;
|
||||
/**
|
||||
* <code>uint32 costume_id = 7;</code>
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* @return The costumeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -479,7 +479,7 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
return costumeId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 costume_id = 7;</code>
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* @param value The costumeId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -490,7 +490,7 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 costume_id = 7;</code>
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCostumeId() {
|
||||
@@ -502,7 +502,7 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* <code>uint64 avatar_guid = 10;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -510,7 +510,7 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* <code>uint64 avatar_guid = 10;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -521,7 +521,7 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* <code>uint64 avatar_guid = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
@@ -598,8 +598,8 @@ public final class AvatarChangeCostumeReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\034AvatarChangeCostumeReq.proto\"A\n\026Avatar" +
|
||||
"ChangeCostumeReq\022\022\n\ncostume_id\030\007 \001(\r\022\023\n\013" +
|
||||
"avatar_guid\030\t \001(\004B\033\n\031emu.grasscutter.net" +
|
||||
"ChangeCostumeReq\022\022\n\ncostume_id\030\014 \001(\r\022\023\n\013" +
|
||||
"avatar_guid\030\n \001(\004B\033\n\031emu.grasscutter.net" +
|
||||
".protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+42
-42
@@ -19,27 +19,27 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* <code>uint32 costume_id = 13;</code>
|
||||
* @return The costumeId.
|
||||
*/
|
||||
int getCostumeId();
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatar_guid = 11;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: COGFNDJFHDJ
|
||||
* CmdId: 1760
|
||||
* CmdId: 1601
|
||||
* Name: BBKJCNMLLCD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeCostumeRsp}
|
||||
@@ -86,17 +86,17 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 24: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 64: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 88: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
costumeId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -133,10 +133,10 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRsp.class, emu.grasscutter.net.proto.AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 7;
|
||||
public static final int RETCODE_FIELD_NUMBER = 8;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,10 +144,10 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int COSTUME_ID_FIELD_NUMBER = 12;
|
||||
public static final int COSTUME_ID_FIELD_NUMBER = 13;
|
||||
private int costumeId_;
|
||||
/**
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* <code>uint32 costume_id = 13;</code>
|
||||
* @return The costumeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -155,10 +155,10 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return costumeId_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 3;
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 11;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatar_guid = 11;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -180,14 +180,14 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(3, avatarGuid_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(7, retcode_);
|
||||
output.writeInt32(8, retcode_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(11, avatarGuid_);
|
||||
}
|
||||
if (costumeId_ != 0) {
|
||||
output.writeUInt32(12, costumeId_);
|
||||
output.writeUInt32(13, costumeId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -198,17 +198,17 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(3, avatarGuid_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(7, retcode_);
|
||||
.computeInt32Size(8, retcode_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(11, avatarGuid_);
|
||||
}
|
||||
if (costumeId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, costumeId_);
|
||||
.computeUInt32Size(13, costumeId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -346,8 +346,8 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: COGFNDJFHDJ
|
||||
* CmdId: 1760
|
||||
* CmdId: 1601
|
||||
* Name: BBKJCNMLLCD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeCostumeRsp}
|
||||
@@ -510,7 +510,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -518,7 +518,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -529,7 +529,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -541,7 +541,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
|
||||
private int costumeId_ ;
|
||||
/**
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* <code>uint32 costume_id = 13;</code>
|
||||
* @return The costumeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -549,7 +549,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return costumeId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* <code>uint32 costume_id = 13;</code>
|
||||
* @param value The costumeId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -560,7 +560,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 costume_id = 12;</code>
|
||||
* <code>uint32 costume_id = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCostumeId() {
|
||||
@@ -572,7 +572,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatar_guid = 11;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -580,7 +580,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatar_guid = 11;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -591,7 +591,7 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatar_guid = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
@@ -668,8 +668,8 @@ public final class AvatarChangeCostumeRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\034AvatarChangeCostumeRsp.proto\"R\n\026Avatar" +
|
||||
"ChangeCostumeRsp\022\017\n\007retcode\030\007 \001(\005\022\022\n\ncos" +
|
||||
"tume_id\030\014 \001(\r\022\023\n\013avatar_guid\030\003 \001(\004B\033\n\031em" +
|
||||
"ChangeCostumeRsp\022\017\n\007retcode\030\010 \001(\005\022\022\n\ncos" +
|
||||
"tume_id\030\r \001(\r\022\023\n\013avatar_guid\030\013 \001(\004B\033\n\031em" +
|
||||
"u.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+86
-86
@@ -19,21 +19,21 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 area_id = 4;</code>
|
||||
* @return The areaId.
|
||||
*/
|
||||
int getAreaId();
|
||||
|
||||
/**
|
||||
* <code>uint32 scene_id = 2;</code>
|
||||
* <code>uint32 scene_id = 13;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
int getSceneId();
|
||||
|
||||
/**
|
||||
* <code>uint32 area_id = 6;</code>
|
||||
* @return The areaId.
|
||||
*/
|
||||
int getAreaId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FKDDKBKAMBO
|
||||
* CmdId: 1790
|
||||
* CmdId: 1717
|
||||
* Name: KMCIHDKBABI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeElementTypeReq}
|
||||
@@ -80,16 +80,16 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
|
||||
sceneId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
case 48: {
|
||||
|
||||
areaId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
sceneId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -122,21 +122,10 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq.class, emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AREA_ID_FIELD_NUMBER = 4;
|
||||
private int areaId_;
|
||||
/**
|
||||
* <code>uint32 area_id = 4;</code>
|
||||
* @return The areaId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAreaId() {
|
||||
return areaId_;
|
||||
}
|
||||
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 2;
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 13;
|
||||
private int sceneId_;
|
||||
/**
|
||||
* <code>uint32 scene_id = 2;</code>
|
||||
* <code>uint32 scene_id = 13;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,6 +133,17 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
return sceneId_;
|
||||
}
|
||||
|
||||
public static final int AREA_ID_FIELD_NUMBER = 6;
|
||||
private int areaId_;
|
||||
/**
|
||||
* <code>uint32 area_id = 6;</code>
|
||||
* @return The areaId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAreaId() {
|
||||
return areaId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -158,11 +158,11 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (sceneId_ != 0) {
|
||||
output.writeUInt32(2, sceneId_);
|
||||
}
|
||||
if (areaId_ != 0) {
|
||||
output.writeUInt32(4, areaId_);
|
||||
output.writeUInt32(6, areaId_);
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
output.writeUInt32(13, sceneId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -173,13 +173,13 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (sceneId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, sceneId_);
|
||||
}
|
||||
if (areaId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(4, areaId_);
|
||||
.computeUInt32Size(6, areaId_);
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, sceneId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -196,10 +196,10 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq other = (emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq) obj;
|
||||
|
||||
if (getAreaId()
|
||||
!= other.getAreaId()) return false;
|
||||
if (getSceneId()
|
||||
!= other.getSceneId()) return false;
|
||||
if (getAreaId()
|
||||
!= other.getAreaId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -211,10 +211,10 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + AREA_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAreaId();
|
||||
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSceneId();
|
||||
hash = (37 * hash) + AREA_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAreaId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -312,8 +312,8 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FKDDKBKAMBO
|
||||
* CmdId: 1790
|
||||
* CmdId: 1717
|
||||
* Name: KMCIHDKBABI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeElementTypeReq}
|
||||
@@ -353,10 +353,10 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
areaId_ = 0;
|
||||
|
||||
sceneId_ = 0;
|
||||
|
||||
areaId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -383,8 +383,8 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq result = new emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq(this);
|
||||
result.areaId_ = areaId_;
|
||||
result.sceneId_ = sceneId_;
|
||||
result.areaId_ = areaId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -433,12 +433,12 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarChangeElementTypeReqOuterClass.AvatarChangeElementTypeReq.getDefaultInstance()) return this;
|
||||
if (other.getAreaId() != 0) {
|
||||
setAreaId(other.getAreaId());
|
||||
}
|
||||
if (other.getSceneId() != 0) {
|
||||
setSceneId(other.getSceneId());
|
||||
}
|
||||
if (other.getAreaId() != 0) {
|
||||
setAreaId(other.getAreaId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -468,40 +468,9 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int areaId_ ;
|
||||
/**
|
||||
* <code>uint32 area_id = 4;</code>
|
||||
* @return The areaId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAreaId() {
|
||||
return areaId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 area_id = 4;</code>
|
||||
* @param value The areaId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAreaId(int value) {
|
||||
|
||||
areaId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 area_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAreaId() {
|
||||
|
||||
areaId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int sceneId_ ;
|
||||
/**
|
||||
* <code>uint32 scene_id = 2;</code>
|
||||
* <code>uint32 scene_id = 13;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -509,7 +478,7 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
return sceneId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 2;</code>
|
||||
* <code>uint32 scene_id = 13;</code>
|
||||
* @param value The sceneId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -520,7 +489,7 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 2;</code>
|
||||
* <code>uint32 scene_id = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSceneId() {
|
||||
@@ -529,6 +498,37 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int areaId_ ;
|
||||
/**
|
||||
* <code>uint32 area_id = 6;</code>
|
||||
* @return The areaId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getAreaId() {
|
||||
return areaId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 area_id = 6;</code>
|
||||
* @param value The areaId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAreaId(int value) {
|
||||
|
||||
areaId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 area_id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAreaId() {
|
||||
|
||||
areaId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -597,8 +597,8 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AvatarChangeElementTypeReq.proto\"?\n\032Av" +
|
||||
"atarChangeElementTypeReq\022\017\n\007area_id\030\004 \001(" +
|
||||
"\r\022\020\n\010scene_id\030\002 \001(\rB\033\n\031emu.grasscutter.n" +
|
||||
"atarChangeElementTypeReq\022\020\n\010scene_id\030\r \001" +
|
||||
"(\r\022\017\n\007area_id\030\006 \001(\rB\033\n\031emu.grasscutter.n" +
|
||||
"et.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -610,7 +610,7 @@ public final class AvatarChangeElementTypeReqOuterClass {
|
||||
internal_static_AvatarChangeElementTypeReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarChangeElementTypeReq_descriptor,
|
||||
new java.lang.String[] { "AreaId", "SceneId", });
|
||||
new java.lang.String[] { "SceneId", "AreaId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+14
-14
@@ -19,15 +19,15 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FNDGELJGDBB
|
||||
* CmdId: 1781
|
||||
* CmdId: 1634
|
||||
* Name: BBLHLAFMPOK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeElementTypeRsp}
|
||||
@@ -74,7 +74,7 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 120: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarChangeElementTypeRspOuterClass.AvatarChangeElementTypeRsp.class, emu.grasscutter.net.proto.AvatarChangeElementTypeRspOuterClass.AvatarChangeElementTypeRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 2;
|
||||
public static final int RETCODE_FIELD_NUMBER = 15;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(2, retcode_);
|
||||
output.writeInt32(15, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(2, retcode_);
|
||||
.computeInt32Size(15, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FNDGELJGDBB
|
||||
* CmdId: 1781
|
||||
* CmdId: 1634
|
||||
* Name: BBLHLAFMPOK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarChangeElementTypeRsp}
|
||||
@@ -431,7 +431,7 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 2;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -527,7 +527,7 @@ public final class AvatarChangeElementTypeRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AvatarChangeElementTypeRsp.proto\"-\n\032Av" +
|
||||
"atarChangeElementTypeRsp\022\017\n\007retcode\030\002 \001(" +
|
||||
"atarChangeElementTypeRsp\022\017\n\007retcode\030\017 \001(" +
|
||||
"\005B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+1168
-1168
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,673 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AvatarDelNotify.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AvatarDelNotifyOuterClass {
|
||||
private AvatarDelNotifyOuterClass() {}
|
||||
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 AvatarDelNotifyOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AvatarDelNotify)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @return A list containing the avatarGuidList.
|
||||
*/
|
||||
java.util.List<java.lang.Long> getAvatarGuidListList();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @return The count of avatarGuidList.
|
||||
*/
|
||||
int getAvatarGuidListCount();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuidList at the given index.
|
||||
*/
|
||||
long getAvatarGuidList(int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 1642
|
||||
* Name: MBEFPBGHKGB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarDelNotify}
|
||||
*/
|
||||
public static final class AvatarDelNotify extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AvatarDelNotify)
|
||||
AvatarDelNotifyOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AvatarDelNotify.newBuilder() to construct.
|
||||
private AvatarDelNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AvatarDelNotify() {
|
||||
avatarGuidList_ = emptyLongList();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AvatarDelNotify();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AvatarDelNotify(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
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;
|
||||
case 112: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
avatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
avatarGuidList_.addLong(input.readUInt64());
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
avatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
avatarGuidList_.addLong(input.readUInt64());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
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 {
|
||||
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
avatarGuidList_.makeImmutable(); // C
|
||||
}
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.internal_static_AvatarDelNotify_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.internal_static_AvatarDelNotify_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify.class, emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_LIST_FIELD_NUMBER = 14;
|
||||
private com.google.protobuf.Internal.LongList avatarGuidList_;
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @return A list containing the avatarGuidList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<java.lang.Long>
|
||||
getAvatarGuidListList() {
|
||||
return avatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @return The count of avatarGuidList.
|
||||
*/
|
||||
public int getAvatarGuidListCount() {
|
||||
return avatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuidList at the given index.
|
||||
*/
|
||||
public long getAvatarGuidList(int index) {
|
||||
return avatarGuidList_.getLong(index);
|
||||
}
|
||||
private int avatarGuidListMemoizedSerializedSize = -1;
|
||||
|
||||
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 {
|
||||
getSerializedSize();
|
||||
if (getAvatarGuidListList().size() > 0) {
|
||||
output.writeUInt32NoTag(114);
|
||||
output.writeUInt32NoTag(avatarGuidListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < avatarGuidList_.size(); i++) {
|
||||
output.writeUInt64NoTag(avatarGuidList_.getLong(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < avatarGuidList_.size(); i++) {
|
||||
dataSize += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64SizeNoTag(avatarGuidList_.getLong(i));
|
||||
}
|
||||
size += dataSize;
|
||||
if (!getAvatarGuidListList().isEmpty()) {
|
||||
size += 1;
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32SizeNoTag(dataSize);
|
||||
}
|
||||
avatarGuidListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
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.AvatarDelNotifyOuterClass.AvatarDelNotify)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify other = (emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify) obj;
|
||||
|
||||
if (!getAvatarGuidListList()
|
||||
.equals(other.getAvatarGuidListList())) return false;
|
||||
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();
|
||||
if (getAvatarGuidListCount() > 0) {
|
||||
hash = (37 * hash) + AVATAR_GUID_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAvatarGuidListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify 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.AvatarDelNotifyOuterClass.AvatarDelNotify parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify 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.AvatarDelNotifyOuterClass.AvatarDelNotify parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify 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.AvatarDelNotifyOuterClass.AvatarDelNotify parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify 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.AvatarDelNotifyOuterClass.AvatarDelNotify parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify 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.AvatarDelNotifyOuterClass.AvatarDelNotify 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;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 1642
|
||||
* Name: MBEFPBGHKGB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarDelNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AvatarDelNotify)
|
||||
emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotifyOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.internal_static_AvatarDelNotify_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.internal_static_AvatarDelNotify_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify.class, emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify.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();
|
||||
avatarGuidList_ = emptyLongList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.internal_static_AvatarDelNotify_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify build() {
|
||||
emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify result = new emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
avatarGuidList_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.avatarGuidList_ = avatarGuidList_;
|
||||
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.AvatarDelNotifyOuterClass.AvatarDelNotify) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify.getDefaultInstance()) return this;
|
||||
if (!other.avatarGuidList_.isEmpty()) {
|
||||
if (avatarGuidList_.isEmpty()) {
|
||||
avatarGuidList_ = other.avatarGuidList_;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
ensureAvatarGuidListIsMutable();
|
||||
avatarGuidList_.addAll(other.avatarGuidList_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
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.AvatarDelNotifyOuterClass.AvatarDelNotify parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private com.google.protobuf.Internal.LongList avatarGuidList_ = emptyLongList();
|
||||
private void ensureAvatarGuidListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
avatarGuidList_ = mutableCopy(avatarGuidList_);
|
||||
bitField0_ |= 0x00000001;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @return A list containing the avatarGuidList.
|
||||
*/
|
||||
public java.util.List<java.lang.Long>
|
||||
getAvatarGuidListList() {
|
||||
return ((bitField0_ & 0x00000001) != 0) ?
|
||||
java.util.Collections.unmodifiableList(avatarGuidList_) : avatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @return The count of avatarGuidList.
|
||||
*/
|
||||
public int getAvatarGuidListCount() {
|
||||
return avatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuidList at the given index.
|
||||
*/
|
||||
public long getAvatarGuidList(int index) {
|
||||
return avatarGuidList_.getLong(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The avatarGuidList to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarGuidList(
|
||||
int index, long value) {
|
||||
ensureAvatarGuidListIsMutable();
|
||||
avatarGuidList_.setLong(index, value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @param value The avatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAvatarGuidList(long value) {
|
||||
ensureAvatarGuidListIsMutable();
|
||||
avatarGuidList_.addLong(value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @param values The avatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllAvatarGuidList(
|
||||
java.lang.Iterable<? extends java.lang.Long> values) {
|
||||
ensureAvatarGuidListIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, avatarGuidList_);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuidList() {
|
||||
avatarGuidList_ = emptyLongList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
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:AvatarDelNotify)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AvatarDelNotify)
|
||||
private static final emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AvatarDelNotify>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AvatarDelNotify>() {
|
||||
@java.lang.Override
|
||||
public AvatarDelNotify parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AvatarDelNotify(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AvatarDelNotify> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AvatarDelNotify> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarDelNotifyOuterClass.AvatarDelNotify getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AvatarDelNotify_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AvatarDelNotify_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\025AvatarDelNotify.proto\"+\n\017AvatarDelNoti" +
|
||||
"fy\022\030\n\020avatar_guid_list\030\016 \003(\004B\033\n\031emu.gras" +
|
||||
"scutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_AvatarDelNotify_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AvatarDelNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarDelNotify_descriptor,
|
||||
new java.lang.String[] { "AvatarGuidList", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+52
-52
@@ -19,36 +19,36 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 skill_id = 13;</code>
|
||||
* <code>uint32 skill_id = 15;</code>
|
||||
* @return The skillId.
|
||||
*/
|
||||
int getSkillId();
|
||||
|
||||
/**
|
||||
* <code>uint64 die_guid = 15;</code>
|
||||
* <code>uint64 die_guid = 3;</code>
|
||||
* @return The dieGuid.
|
||||
*/
|
||||
long getDieGuid();
|
||||
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
* @return Whether the rebornPos field is set.
|
||||
*/
|
||||
boolean hasRebornPos();
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
* @return The rebornPos.
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector getRebornPos();
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRebornPosOrBuilder();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NJJDCGNJHKF
|
||||
* CmdId: 1665
|
||||
* CmdId: 1666
|
||||
* Name: BHCBIKNNPFO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarDieAnimationEndReq}
|
||||
@@ -95,7 +95,12 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 18: {
|
||||
case 24: {
|
||||
|
||||
dieGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
|
||||
if (rebornPos_ != null) {
|
||||
subBuilder = rebornPos_.toBuilder();
|
||||
@@ -108,14 +113,9 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
skillId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
dieGuid_ = input.readUInt64();
|
||||
skillId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -150,10 +150,10 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarDieAnimationEndReqOuterClass.AvatarDieAnimationEndReq.class, emu.grasscutter.net.proto.AvatarDieAnimationEndReqOuterClass.AvatarDieAnimationEndReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SKILL_ID_FIELD_NUMBER = 13;
|
||||
public static final int SKILL_ID_FIELD_NUMBER = 15;
|
||||
private int skillId_;
|
||||
/**
|
||||
* <code>uint32 skill_id = 13;</code>
|
||||
* <code>uint32 skill_id = 15;</code>
|
||||
* @return The skillId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -161,10 +161,10 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return skillId_;
|
||||
}
|
||||
|
||||
public static final int DIE_GUID_FIELD_NUMBER = 15;
|
||||
public static final int DIE_GUID_FIELD_NUMBER = 3;
|
||||
private long dieGuid_;
|
||||
/**
|
||||
* <code>uint64 die_guid = 15;</code>
|
||||
* <code>uint64 die_guid = 3;</code>
|
||||
* @return The dieGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -172,10 +172,10 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return dieGuid_;
|
||||
}
|
||||
|
||||
public static final int REBORN_POS_FIELD_NUMBER = 2;
|
||||
public static final int REBORN_POS_FIELD_NUMBER = 11;
|
||||
private emu.grasscutter.net.proto.VectorOuterClass.Vector rebornPos_;
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
* @return Whether the rebornPos field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -183,7 +183,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return rebornPos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
* @return The rebornPos.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -191,7 +191,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return rebornPos_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : rebornPos_;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRebornPosOrBuilder() {
|
||||
@@ -212,14 +212,14 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (dieGuid_ != 0L) {
|
||||
output.writeUInt64(3, dieGuid_);
|
||||
}
|
||||
if (rebornPos_ != null) {
|
||||
output.writeMessage(2, getRebornPos());
|
||||
output.writeMessage(11, getRebornPos());
|
||||
}
|
||||
if (skillId_ != 0) {
|
||||
output.writeUInt32(13, skillId_);
|
||||
}
|
||||
if (dieGuid_ != 0L) {
|
||||
output.writeUInt64(15, dieGuid_);
|
||||
output.writeUInt32(15, skillId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -230,17 +230,17 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (dieGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(3, dieGuid_);
|
||||
}
|
||||
if (rebornPos_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(2, getRebornPos());
|
||||
.computeMessageSize(11, getRebornPos());
|
||||
}
|
||||
if (skillId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, skillId_);
|
||||
}
|
||||
if (dieGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(15, dieGuid_);
|
||||
.computeUInt32Size(15, skillId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -383,8 +383,8 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NJJDCGNJHKF
|
||||
* CmdId: 1665
|
||||
* CmdId: 1666
|
||||
* Name: BHCBIKNNPFO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarDieAnimationEndReq}
|
||||
@@ -555,7 +555,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
|
||||
private int skillId_ ;
|
||||
/**
|
||||
* <code>uint32 skill_id = 13;</code>
|
||||
* <code>uint32 skill_id = 15;</code>
|
||||
* @return The skillId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -563,7 +563,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return skillId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 skill_id = 13;</code>
|
||||
* <code>uint32 skill_id = 15;</code>
|
||||
* @param value The skillId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -574,7 +574,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 skill_id = 13;</code>
|
||||
* <code>uint32 skill_id = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSkillId() {
|
||||
@@ -586,7 +586,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
|
||||
private long dieGuid_ ;
|
||||
/**
|
||||
* <code>uint64 die_guid = 15;</code>
|
||||
* <code>uint64 die_guid = 3;</code>
|
||||
* @return The dieGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -594,7 +594,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return dieGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 die_guid = 15;</code>
|
||||
* <code>uint64 die_guid = 3;</code>
|
||||
* @param value The dieGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -605,7 +605,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 die_guid = 15;</code>
|
||||
* <code>uint64 die_guid = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDieGuid() {
|
||||
@@ -619,14 +619,14 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> rebornPosBuilder_;
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
* @return Whether the rebornPos field is set.
|
||||
*/
|
||||
public boolean hasRebornPos() {
|
||||
return rebornPosBuilder_ != null || rebornPos_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
* @return The rebornPos.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector getRebornPos() {
|
||||
@@ -637,7 +637,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
public Builder setRebornPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (rebornPosBuilder_ == null) {
|
||||
@@ -653,7 +653,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
public Builder setRebornPos(
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
|
||||
@@ -667,7 +667,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
public Builder mergeRebornPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
|
||||
if (rebornPosBuilder_ == null) {
|
||||
@@ -685,7 +685,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
public Builder clearRebornPos() {
|
||||
if (rebornPosBuilder_ == null) {
|
||||
@@ -699,7 +699,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getRebornPosBuilder() {
|
||||
|
||||
@@ -707,7 +707,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
return getRebornPosFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getRebornPosOrBuilder() {
|
||||
if (rebornPosBuilder_ != null) {
|
||||
@@ -718,7 +718,7 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.Vector reborn_pos = 2;</code>
|
||||
* <code>.Vector reborn_pos = 11;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
|
||||
@@ -802,8 +802,8 @@ public final class AvatarDieAnimationEndReqOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarDieAnimationEndReq.proto\032\014Vector" +
|
||||
".proto\"[\n\030AvatarDieAnimationEndReq\022\020\n\010sk" +
|
||||
"ill_id\030\r \001(\r\022\020\n\010die_guid\030\017 \001(\004\022\033\n\nreborn" +
|
||||
"_pos\030\002 \001(\0132\007.VectorB\033\n\031emu.grasscutter.n" +
|
||||
"ill_id\030\017 \001(\r\022\020\n\010die_guid\030\003 \001(\004\022\033\n\nreborn" +
|
||||
"_pos\030\013 \001(\0132\007.VectorB\033\n\031emu.grasscutter.n" +
|
||||
"et.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+127
-127
@@ -19,27 +19,27 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint64 die_guid = 12;</code>
|
||||
* @return The dieGuid.
|
||||
* <code>uint32 skill_id = 8;</code>
|
||||
* @return The skillId.
|
||||
*/
|
||||
long getDieGuid();
|
||||
int getSkillId();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 skill_id = 7;</code>
|
||||
* @return The skillId.
|
||||
* <code>uint64 die_guid = 7;</code>
|
||||
* @return The dieGuid.
|
||||
*/
|
||||
int getSkillId();
|
||||
long getDieGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FDNGCDLNAFN
|
||||
* CmdId: 1795
|
||||
* CmdId: 1738
|
||||
* Name: GIICPGMGBHC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarDieAnimationEndRsp}
|
||||
@@ -86,21 +86,21 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 56: {
|
||||
|
||||
skillId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 24: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 56: {
|
||||
|
||||
dieGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
|
||||
skillId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -133,21 +133,21 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp.class, emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int DIE_GUID_FIELD_NUMBER = 12;
|
||||
private long dieGuid_;
|
||||
public static final int SKILL_ID_FIELD_NUMBER = 8;
|
||||
private int skillId_;
|
||||
/**
|
||||
* <code>uint64 die_guid = 12;</code>
|
||||
* @return The dieGuid.
|
||||
* <code>uint32 skill_id = 8;</code>
|
||||
* @return The skillId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getDieGuid() {
|
||||
return dieGuid_;
|
||||
public int getSkillId() {
|
||||
return skillId_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 9;
|
||||
public static final int RETCODE_FIELD_NUMBER = 3;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -155,15 +155,15 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int SKILL_ID_FIELD_NUMBER = 7;
|
||||
private int skillId_;
|
||||
public static final int DIE_GUID_FIELD_NUMBER = 7;
|
||||
private long dieGuid_;
|
||||
/**
|
||||
* <code>uint32 skill_id = 7;</code>
|
||||
* @return The skillId.
|
||||
* <code>uint64 die_guid = 7;</code>
|
||||
* @return The dieGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSkillId() {
|
||||
return skillId_;
|
||||
public long getDieGuid() {
|
||||
return dieGuid_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -180,14 +180,14 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (skillId_ != 0) {
|
||||
output.writeUInt32(7, skillId_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(9, retcode_);
|
||||
output.writeInt32(3, retcode_);
|
||||
}
|
||||
if (dieGuid_ != 0L) {
|
||||
output.writeUInt64(12, dieGuid_);
|
||||
output.writeUInt64(7, dieGuid_);
|
||||
}
|
||||
if (skillId_ != 0) {
|
||||
output.writeUInt32(8, skillId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -198,17 +198,17 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (skillId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, skillId_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(9, retcode_);
|
||||
.computeInt32Size(3, retcode_);
|
||||
}
|
||||
if (dieGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(12, dieGuid_);
|
||||
.computeUInt64Size(7, dieGuid_);
|
||||
}
|
||||
if (skillId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, skillId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -225,12 +225,12 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp other = (emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp) obj;
|
||||
|
||||
if (getDieGuid()
|
||||
!= other.getDieGuid()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getSkillId()
|
||||
!= other.getSkillId()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getDieGuid()
|
||||
!= other.getDieGuid()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -242,13 +242,13 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + SKILL_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSkillId();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (37 * hash) + DIE_GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getDieGuid());
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (37 * hash) + SKILL_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSkillId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -346,8 +346,8 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FDNGCDLNAFN
|
||||
* CmdId: 1795
|
||||
* CmdId: 1738
|
||||
* Name: GIICPGMGBHC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarDieAnimationEndRsp}
|
||||
@@ -387,11 +387,11 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
dieGuid_ = 0L;
|
||||
skillId_ = 0;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
skillId_ = 0;
|
||||
dieGuid_ = 0L;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -419,9 +419,9 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp result = new emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp(this);
|
||||
result.dieGuid_ = dieGuid_;
|
||||
result.retcode_ = retcode_;
|
||||
result.skillId_ = skillId_;
|
||||
result.retcode_ = retcode_;
|
||||
result.dieGuid_ = dieGuid_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -470,14 +470,14 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp.getDefaultInstance()) return this;
|
||||
if (other.getDieGuid() != 0L) {
|
||||
setDieGuid(other.getDieGuid());
|
||||
if (other.getSkillId() != 0) {
|
||||
setSkillId(other.getSkillId());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.getSkillId() != 0) {
|
||||
setSkillId(other.getSkillId());
|
||||
if (other.getDieGuid() != 0L) {
|
||||
setDieGuid(other.getDieGuid());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -508,71 +508,9 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private long dieGuid_ ;
|
||||
/**
|
||||
* <code>uint64 die_guid = 12;</code>
|
||||
* @return The dieGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getDieGuid() {
|
||||
return dieGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 die_guid = 12;</code>
|
||||
* @param value The dieGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDieGuid(long value) {
|
||||
|
||||
dieGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 die_guid = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDieGuid() {
|
||||
|
||||
dieGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int skillId_ ;
|
||||
/**
|
||||
* <code>uint32 skill_id = 7;</code>
|
||||
* <code>uint32 skill_id = 8;</code>
|
||||
* @return The skillId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -580,7 +518,7 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
return skillId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 skill_id = 7;</code>
|
||||
* <code>uint32 skill_id = 8;</code>
|
||||
* @param value The skillId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -591,7 +529,7 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 skill_id = 7;</code>
|
||||
* <code>uint32 skill_id = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSkillId() {
|
||||
@@ -600,6 +538,68 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private long dieGuid_ ;
|
||||
/**
|
||||
* <code>uint64 die_guid = 7;</code>
|
||||
* @return The dieGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getDieGuid() {
|
||||
return dieGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 die_guid = 7;</code>
|
||||
* @param value The dieGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDieGuid(long value) {
|
||||
|
||||
dieGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 die_guid = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDieGuid() {
|
||||
|
||||
dieGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -668,8 +668,8 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarDieAnimationEndRsp.proto\"O\n\030Avat" +
|
||||
"arDieAnimationEndRsp\022\020\n\010die_guid\030\014 \001(\004\022\017" +
|
||||
"\n\007retcode\030\t \001(\005\022\020\n\010skill_id\030\007 \001(\rB\033\n\031emu" +
|
||||
"arDieAnimationEndRsp\022\020\n\010skill_id\030\010 \001(\r\022\017" +
|
||||
"\n\007retcode\030\003 \001(\005\022\020\n\010die_guid\030\007 \001(\004B\033\n\031emu" +
|
||||
".grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -681,7 +681,7 @@ public final class AvatarDieAnimationEndRspOuterClass {
|
||||
internal_static_AvatarDieAnimationEndRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarDieAnimationEndRsp_descriptor,
|
||||
new java.lang.String[] { "DieGuid", "Retcode", "SkillId", });
|
||||
new java.lang.String[] { "SkillId", "Retcode", "DieGuid", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+576
-576
File diff suppressed because it is too large
Load Diff
+75
-75
@@ -19,20 +19,20 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 equip_affix_id = 1;</code>
|
||||
* @return The equipAffixId.
|
||||
* <code>uint32 HADFPPBMPBC = 1;</code>
|
||||
* @return The hADFPPBMPBC.
|
||||
*/
|
||||
int getEquipAffixId();
|
||||
int getHADFPPBMPBC();
|
||||
|
||||
/**
|
||||
* <code>uint32 left_cd_time = 2;</code>
|
||||
* @return The leftCdTime.
|
||||
* <code>uint32 HLEKEGIICBH = 2;</code>
|
||||
* @return The hLEKEGIICBH.
|
||||
*/
|
||||
int getLeftCdTime();
|
||||
int getHLEKEGIICBH();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JPOMNGOBDIO
|
||||
* Name: AJMBBHKJNFH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarEquipAffixInfo}
|
||||
@@ -81,12 +81,12 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
equipAffixId_ = input.readUInt32();
|
||||
hADFPPBMPBC_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
|
||||
leftCdTime_ = input.readUInt32();
|
||||
hLEKEGIICBH_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -121,26 +121,26 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.class, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int EQUIP_AFFIX_ID_FIELD_NUMBER = 1;
|
||||
private int equipAffixId_;
|
||||
public static final int HADFPPBMPBC_FIELD_NUMBER = 1;
|
||||
private int hADFPPBMPBC_;
|
||||
/**
|
||||
* <code>uint32 equip_affix_id = 1;</code>
|
||||
* @return The equipAffixId.
|
||||
* <code>uint32 HADFPPBMPBC = 1;</code>
|
||||
* @return The hADFPPBMPBC.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEquipAffixId() {
|
||||
return equipAffixId_;
|
||||
public int getHADFPPBMPBC() {
|
||||
return hADFPPBMPBC_;
|
||||
}
|
||||
|
||||
public static final int LEFT_CD_TIME_FIELD_NUMBER = 2;
|
||||
private int leftCdTime_;
|
||||
public static final int HLEKEGIICBH_FIELD_NUMBER = 2;
|
||||
private int hLEKEGIICBH_;
|
||||
/**
|
||||
* <code>uint32 left_cd_time = 2;</code>
|
||||
* @return The leftCdTime.
|
||||
* <code>uint32 HLEKEGIICBH = 2;</code>
|
||||
* @return The hLEKEGIICBH.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLeftCdTime() {
|
||||
return leftCdTime_;
|
||||
public int getHLEKEGIICBH() {
|
||||
return hLEKEGIICBH_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -157,11 +157,11 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (equipAffixId_ != 0) {
|
||||
output.writeUInt32(1, equipAffixId_);
|
||||
if (hADFPPBMPBC_ != 0) {
|
||||
output.writeUInt32(1, hADFPPBMPBC_);
|
||||
}
|
||||
if (leftCdTime_ != 0) {
|
||||
output.writeUInt32(2, leftCdTime_);
|
||||
if (hLEKEGIICBH_ != 0) {
|
||||
output.writeUInt32(2, hLEKEGIICBH_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -172,13 +172,13 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (equipAffixId_ != 0) {
|
||||
if (hADFPPBMPBC_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, equipAffixId_);
|
||||
.computeUInt32Size(1, hADFPPBMPBC_);
|
||||
}
|
||||
if (leftCdTime_ != 0) {
|
||||
if (hLEKEGIICBH_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, leftCdTime_);
|
||||
.computeUInt32Size(2, hLEKEGIICBH_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -195,10 +195,10 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo other = (emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo) obj;
|
||||
|
||||
if (getEquipAffixId()
|
||||
!= other.getEquipAffixId()) return false;
|
||||
if (getLeftCdTime()
|
||||
!= other.getLeftCdTime()) return false;
|
||||
if (getHADFPPBMPBC()
|
||||
!= other.getHADFPPBMPBC()) return false;
|
||||
if (getHLEKEGIICBH()
|
||||
!= other.getHLEKEGIICBH()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -210,10 +210,10 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + EQUIP_AFFIX_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEquipAffixId();
|
||||
hash = (37 * hash) + LEFT_CD_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLeftCdTime();
|
||||
hash = (37 * hash) + HADFPPBMPBC_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getHADFPPBMPBC();
|
||||
hash = (37 * hash) + HLEKEGIICBH_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getHLEKEGIICBH();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -311,7 +311,7 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: JPOMNGOBDIO
|
||||
* Name: AJMBBHKJNFH
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarEquipAffixInfo}
|
||||
@@ -351,9 +351,9 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
equipAffixId_ = 0;
|
||||
hADFPPBMPBC_ = 0;
|
||||
|
||||
leftCdTime_ = 0;
|
||||
hLEKEGIICBH_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -381,8 +381,8 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo result = new emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo(this);
|
||||
result.equipAffixId_ = equipAffixId_;
|
||||
result.leftCdTime_ = leftCdTime_;
|
||||
result.hADFPPBMPBC_ = hADFPPBMPBC_;
|
||||
result.hLEKEGIICBH_ = hLEKEGIICBH_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -431,11 +431,11 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.getDefaultInstance()) return this;
|
||||
if (other.getEquipAffixId() != 0) {
|
||||
setEquipAffixId(other.getEquipAffixId());
|
||||
if (other.getHADFPPBMPBC() != 0) {
|
||||
setHADFPPBMPBC(other.getHADFPPBMPBC());
|
||||
}
|
||||
if (other.getLeftCdTime() != 0) {
|
||||
setLeftCdTime(other.getLeftCdTime());
|
||||
if (other.getHLEKEGIICBH() != 0) {
|
||||
setHLEKEGIICBH(other.getHLEKEGIICBH());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -466,64 +466,64 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int equipAffixId_ ;
|
||||
private int hADFPPBMPBC_ ;
|
||||
/**
|
||||
* <code>uint32 equip_affix_id = 1;</code>
|
||||
* @return The equipAffixId.
|
||||
* <code>uint32 HADFPPBMPBC = 1;</code>
|
||||
* @return The hADFPPBMPBC.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEquipAffixId() {
|
||||
return equipAffixId_;
|
||||
public int getHADFPPBMPBC() {
|
||||
return hADFPPBMPBC_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 equip_affix_id = 1;</code>
|
||||
* @param value The equipAffixId to set.
|
||||
* <code>uint32 HADFPPBMPBC = 1;</code>
|
||||
* @param value The hADFPPBMPBC to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEquipAffixId(int value) {
|
||||
public Builder setHADFPPBMPBC(int value) {
|
||||
|
||||
equipAffixId_ = value;
|
||||
hADFPPBMPBC_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 equip_affix_id = 1;</code>
|
||||
* <code>uint32 HADFPPBMPBC = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEquipAffixId() {
|
||||
public Builder clearHADFPPBMPBC() {
|
||||
|
||||
equipAffixId_ = 0;
|
||||
hADFPPBMPBC_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int leftCdTime_ ;
|
||||
private int hLEKEGIICBH_ ;
|
||||
/**
|
||||
* <code>uint32 left_cd_time = 2;</code>
|
||||
* @return The leftCdTime.
|
||||
* <code>uint32 HLEKEGIICBH = 2;</code>
|
||||
* @return The hLEKEGIICBH.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLeftCdTime() {
|
||||
return leftCdTime_;
|
||||
public int getHLEKEGIICBH() {
|
||||
return hLEKEGIICBH_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 left_cd_time = 2;</code>
|
||||
* @param value The leftCdTime to set.
|
||||
* <code>uint32 HLEKEGIICBH = 2;</code>
|
||||
* @param value The hLEKEGIICBH to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLeftCdTime(int value) {
|
||||
public Builder setHLEKEGIICBH(int value) {
|
||||
|
||||
leftCdTime_ = value;
|
||||
hLEKEGIICBH_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 left_cd_time = 2;</code>
|
||||
* <code>uint32 HLEKEGIICBH = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLeftCdTime() {
|
||||
public Builder clearHLEKEGIICBH() {
|
||||
|
||||
leftCdTime_ = 0;
|
||||
hLEKEGIICBH_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -594,10 +594,10 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\032AvatarEquipAffixInfo.proto\"D\n\024AvatarEq" +
|
||||
"uipAffixInfo\022\026\n\016equip_affix_id\030\001 \001(\r\022\024\n\014" +
|
||||
"left_cd_time\030\002 \001(\rB\033\n\031emu.grasscutter.ne" +
|
||||
"t.protob\006proto3"
|
||||
"\n\032AvatarEquipAffixInfo.proto\"@\n\024AvatarEq" +
|
||||
"uipAffixInfo\022\023\n\013HADFPPBMPBC\030\001 \001(\r\022\023\n\013HLE" +
|
||||
"KEGIICBH\030\002 \001(\rB\033\n\031emu.grasscutter.net.pr" +
|
||||
"otob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -608,7 +608,7 @@ public final class AvatarEquipAffixInfoOuterClass {
|
||||
internal_static_AvatarEquipAffixInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarEquipAffixInfo_descriptor,
|
||||
new java.lang.String[] { "EquipAffixId", "LeftCdTime", });
|
||||
new java.lang.String[] { "HADFPPBMPBC", "HLEKEGIICBH", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+98
-98
@@ -19,30 +19,30 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
* @return Whether the equipAffixInfo field is set.
|
||||
*/
|
||||
boolean hasEquipAffixInfo();
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
* @return The equipAffixInfo.
|
||||
*/
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo getEquipAffixInfo();
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder getEquipAffixInfoOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 7;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GDBEDIEBFFL
|
||||
* CmdId: 1666
|
||||
* CmdId: 1645
|
||||
* Name: ICFBBMJLJLA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarEquipAffixStartNotify}
|
||||
@@ -89,12 +89,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 40: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
case 50: {
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder subBuilder = null;
|
||||
if (equipAffixInfo_ != null) {
|
||||
subBuilder = equipAffixInfo_.toBuilder();
|
||||
@@ -107,6 +102,11 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -139,21 +139,10 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify.class, emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 5;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
public static final int EQUIP_AFFIX_INFO_FIELD_NUMBER = 10;
|
||||
public static final int EQUIP_AFFIX_INFO_FIELD_NUMBER = 6;
|
||||
private emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo equipAffixInfo_;
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
* @return Whether the equipAffixInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -161,7 +150,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return equipAffixInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
* @return The equipAffixInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -169,13 +158,24 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return equipAffixInfo_ == null ? emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.getDefaultInstance() : equipAffixInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder getEquipAffixInfoOrBuilder() {
|
||||
return getEquipAffixInfo();
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 7;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 7;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -190,11 +190,11 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(5, avatarGuid_);
|
||||
}
|
||||
if (equipAffixInfo_ != null) {
|
||||
output.writeMessage(10, getEquipAffixInfo());
|
||||
output.writeMessage(6, getEquipAffixInfo());
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(7, avatarGuid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -205,13 +205,13 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(5, avatarGuid_);
|
||||
}
|
||||
if (equipAffixInfo_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(10, getEquipAffixInfo());
|
||||
.computeMessageSize(6, getEquipAffixInfo());
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(7, avatarGuid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -228,13 +228,13 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify other = (emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify) obj;
|
||||
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (hasEquipAffixInfo() != other.hasEquipAffixInfo()) return false;
|
||||
if (hasEquipAffixInfo()) {
|
||||
if (!getEquipAffixInfo()
|
||||
.equals(other.getEquipAffixInfo())) return false;
|
||||
}
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -246,13 +246,13 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getAvatarGuid());
|
||||
if (hasEquipAffixInfo()) {
|
||||
hash = (37 * hash) + EQUIP_AFFIX_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEquipAffixInfo().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getAvatarGuid());
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -350,8 +350,8 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GDBEDIEBFFL
|
||||
* CmdId: 1666
|
||||
* CmdId: 1645
|
||||
* Name: ICFBBMJLJLA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarEquipAffixStartNotify}
|
||||
@@ -391,14 +391,14 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
avatarGuid_ = 0L;
|
||||
|
||||
if (equipAffixInfoBuilder_ == null) {
|
||||
equipAffixInfo_ = null;
|
||||
} else {
|
||||
equipAffixInfo_ = null;
|
||||
equipAffixInfoBuilder_ = null;
|
||||
}
|
||||
avatarGuid_ = 0L;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -425,12 +425,12 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify result = new emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify(this);
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
if (equipAffixInfoBuilder_ == null) {
|
||||
result.equipAffixInfo_ = equipAffixInfo_;
|
||||
} else {
|
||||
result.equipAffixInfo_ = equipAffixInfoBuilder_.build();
|
||||
}
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -479,12 +479,12 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify.getDefaultInstance()) return this;
|
||||
if (other.getAvatarGuid() != 0L) {
|
||||
setAvatarGuid(other.getAvatarGuid());
|
||||
}
|
||||
if (other.hasEquipAffixInfo()) {
|
||||
mergeEquipAffixInfo(other.getEquipAffixInfo());
|
||||
}
|
||||
if (other.getAvatarGuid() != 0L) {
|
||||
setAvatarGuid(other.getAvatarGuid());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -514,49 +514,18 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarGuid(long value) {
|
||||
|
||||
avatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo equipAffixInfo_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder> equipAffixInfoBuilder_;
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
* @return Whether the equipAffixInfo field is set.
|
||||
*/
|
||||
public boolean hasEquipAffixInfo() {
|
||||
return equipAffixInfoBuilder_ != null || equipAffixInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
* @return The equipAffixInfo.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo getEquipAffixInfo() {
|
||||
@@ -567,7 +536,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
public Builder setEquipAffixInfo(emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo value) {
|
||||
if (equipAffixInfoBuilder_ == null) {
|
||||
@@ -583,7 +552,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
public Builder setEquipAffixInfo(
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder builderForValue) {
|
||||
@@ -597,7 +566,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
public Builder mergeEquipAffixInfo(emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo value) {
|
||||
if (equipAffixInfoBuilder_ == null) {
|
||||
@@ -615,7 +584,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
public Builder clearEquipAffixInfo() {
|
||||
if (equipAffixInfoBuilder_ == null) {
|
||||
@@ -629,7 +598,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder getEquipAffixInfoBuilder() {
|
||||
|
||||
@@ -637,7 +606,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
return getEquipAffixInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder getEquipAffixInfoOrBuilder() {
|
||||
if (equipAffixInfoBuilder_ != null) {
|
||||
@@ -648,7 +617,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 10;</code>
|
||||
* <code>.AvatarEquipAffixInfo equip_affix_info = 6;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder>
|
||||
@@ -663,6 +632,37 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
}
|
||||
return equipAffixInfoBuilder_;
|
||||
}
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 7;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 7;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarGuid(long value) {
|
||||
|
||||
avatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -732,9 +732,9 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n!AvatarEquipAffixStartNotify.proto\032\032Ava" +
|
||||
"tarEquipAffixInfo.proto\"c\n\033AvatarEquipAf" +
|
||||
"fixStartNotify\022\023\n\013avatar_guid\030\005 \001(\004\022/\n\020e" +
|
||||
"quip_affix_info\030\n \001(\0132\025.AvatarEquipAffix" +
|
||||
"InfoB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"fixStartNotify\022/\n\020equip_affix_info\030\006 \001(\013" +
|
||||
"2\025.AvatarEquipAffixInfo\022\023\n\013avatar_guid\030\007" +
|
||||
" \001(\004B\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -747,7 +747,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
|
||||
internal_static_AvatarEquipAffixStartNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarEquipAffixStartNotify_descriptor,
|
||||
new java.lang.String[] { "AvatarGuid", "EquipAffixInfo", });
|
||||
new java.lang.String[] { "EquipAffixInfo", "AvatarGuid", });
|
||||
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
+462
-462
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ public final class AvatarExcelInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NEFCHPHBGAP
|
||||
* Name: FFDCKFPNAHP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExcelInfo}
|
||||
@@ -415,7 +415,7 @@ public final class AvatarExcelInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: NEFCHPHBGAP
|
||||
* Name: FFDCKFPNAHP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExcelInfo}
|
||||
|
||||
+4
-4
@@ -20,8 +20,8 @@ public final class AvatarExpeditionAllDataReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: MDAOANDDMGE
|
||||
* CmdId: 1748
|
||||
* CmdId: 1690
|
||||
* Name: BOMGBIMAENG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionAllDataReq}
|
||||
@@ -246,8 +246,8 @@ public final class AvatarExpeditionAllDataReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: MDAOANDDMGE
|
||||
* CmdId: 1748
|
||||
* CmdId: 1690
|
||||
* Name: BOMGBIMAENG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionAllDataReq}
|
||||
|
||||
+157
-157
@@ -19,11 +19,11 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
int getExpeditionInfoMapCount();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
boolean containsExpeditionInfoMap(
|
||||
long key);
|
||||
@@ -34,57 +34,57 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMapMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrDefault(
|
||||
long key,
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo defaultValue);
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrThrow(
|
||||
long key);
|
||||
|
||||
/**
|
||||
* <code>uint32 expedition_count_limit = 2;</code>
|
||||
* <code>uint32 expedition_count_limit = 12;</code>
|
||||
* @return The expeditionCountLimit.
|
||||
*/
|
||||
int getExpeditionCountLimit();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @return A list containing the openExpeditionList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getOpenExpeditionListList();
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @return The count of openExpeditionList.
|
||||
*/
|
||||
int getOpenExpeditionListCount();
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The openExpeditionList at the given index.
|
||||
*/
|
||||
int getOpenExpeditionList(int index);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OJPKEJLHHMN
|
||||
* CmdId: 1671
|
||||
* CmdId: 1683
|
||||
* Name: BFEGBKILMIB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionAllDataRsp}
|
||||
@@ -133,12 +133,33 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 40: {
|
||||
|
||||
expeditionCountLimit_ = input.readUInt32();
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
case 72: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
openExpeditionList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
openExpeditionList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 74: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
openExpeditionList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
openExpeditionList_.addInt(input.readUInt32());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
expeditionInfoMap_ = com.google.protobuf.MapField.newMapField(
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -152,29 +173,8 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
openExpeditionList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
openExpeditionList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
openExpeditionList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
openExpeditionList_.addInt(input.readUInt32());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
expeditionCountLimit_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -209,7 +209,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 7:
|
||||
case 11:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -224,7 +224,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionAllDataRspOuterClass.AvatarExpeditionAllDataRsp.class, emu.grasscutter.net.proto.AvatarExpeditionAllDataRspOuterClass.AvatarExpeditionAllDataRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 7;
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 11;
|
||||
private static final class ExpeditionInfoMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> defaultEntry =
|
||||
@@ -251,7 +251,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -269,7 +269,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -277,7 +277,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -290,7 +290,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -305,10 +305,10 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int EXPEDITION_COUNT_LIMIT_FIELD_NUMBER = 2;
|
||||
public static final int EXPEDITION_COUNT_LIMIT_FIELD_NUMBER = 12;
|
||||
private int expeditionCountLimit_;
|
||||
/**
|
||||
* <code>uint32 expedition_count_limit = 2;</code>
|
||||
* <code>uint32 expedition_count_limit = 12;</code>
|
||||
* @return The expeditionCountLimit.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -316,21 +316,10 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return expeditionCountLimit_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 15;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int OPEN_EXPEDITION_LIST_FIELD_NUMBER = 12;
|
||||
public static final int OPEN_EXPEDITION_LIST_FIELD_NUMBER = 9;
|
||||
private com.google.protobuf.Internal.IntList openExpeditionList_;
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @return A list containing the openExpeditionList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -339,14 +328,14 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return openExpeditionList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @return The count of openExpeditionList.
|
||||
*/
|
||||
public int getOpenExpeditionListCount() {
|
||||
return openExpeditionList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The openExpeditionList at the given index.
|
||||
*/
|
||||
@@ -355,6 +344,17 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
}
|
||||
private int openExpeditionListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 5;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -370,24 +370,24 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (expeditionCountLimit_ != 0) {
|
||||
output.writeUInt32(2, expeditionCountLimit_);
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(5, retcode_);
|
||||
}
|
||||
if (getOpenExpeditionListList().size() > 0) {
|
||||
output.writeUInt32NoTag(74);
|
||||
output.writeUInt32NoTag(openExpeditionListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < openExpeditionList_.size(); i++) {
|
||||
output.writeUInt32NoTag(openExpeditionList_.getInt(i));
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeLongMapTo(
|
||||
output,
|
||||
internalGetExpeditionInfoMap(),
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry,
|
||||
7);
|
||||
if (getOpenExpeditionListList().size() > 0) {
|
||||
output.writeUInt32NoTag(98);
|
||||
output.writeUInt32NoTag(openExpeditionListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < openExpeditionList_.size(); i++) {
|
||||
output.writeUInt32NoTag(openExpeditionList_.getInt(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(15, retcode_);
|
||||
11);
|
||||
if (expeditionCountLimit_ != 0) {
|
||||
output.writeUInt32(12, expeditionCountLimit_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -398,19 +398,9 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (expeditionCountLimit_ != 0) {
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, expeditionCountLimit_);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> entry
|
||||
: internalGetExpeditionInfoMap().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
expeditionInfoMap__ = ExpeditionInfoMapDefaultEntryHolder.defaultEntry.newBuilderForType()
|
||||
.setKey(entry.getKey())
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(7, expeditionInfoMap__);
|
||||
.computeInt32Size(5, retcode_);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
@@ -426,9 +416,19 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
}
|
||||
openExpeditionListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
for (java.util.Map.Entry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> entry
|
||||
: internalGetExpeditionInfoMap().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
expeditionInfoMap__ = ExpeditionInfoMapDefaultEntryHolder.defaultEntry.newBuilderForType()
|
||||
.setKey(entry.getKey())
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(15, retcode_);
|
||||
.computeMessageSize(11, expeditionInfoMap__);
|
||||
}
|
||||
if (expeditionCountLimit_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, expeditionCountLimit_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -449,10 +449,10 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
other.internalGetExpeditionInfoMap())) return false;
|
||||
if (getExpeditionCountLimit()
|
||||
!= other.getExpeditionCountLimit()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!getOpenExpeditionListList()
|
||||
.equals(other.getOpenExpeditionListList())) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -470,12 +470,12 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
}
|
||||
hash = (37 * hash) + EXPEDITION_COUNT_LIMIT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExpeditionCountLimit();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (getOpenExpeditionListCount() > 0) {
|
||||
hash = (37 * hash) + OPEN_EXPEDITION_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getOpenExpeditionListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -573,8 +573,8 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OJPKEJLHHMN
|
||||
* CmdId: 1671
|
||||
* CmdId: 1683
|
||||
* Name: BFEGBKILMIB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionAllDataRsp}
|
||||
@@ -592,7 +592,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 7:
|
||||
case 11:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -603,7 +603,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 7:
|
||||
case 11:
|
||||
return internalGetMutableExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -639,10 +639,10 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
internalGetMutableExpeditionInfoMap().clear();
|
||||
expeditionCountLimit_ = 0;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
openExpeditionList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
retcode_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -673,12 +673,12 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
result.expeditionInfoMap_ = internalGetExpeditionInfoMap();
|
||||
result.expeditionInfoMap_.makeImmutable();
|
||||
result.expeditionCountLimit_ = expeditionCountLimit_;
|
||||
result.retcode_ = retcode_;
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
openExpeditionList_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
}
|
||||
result.openExpeditionList_ = openExpeditionList_;
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -732,9 +732,6 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
if (other.getExpeditionCountLimit() != 0) {
|
||||
setExpeditionCountLimit(other.getExpeditionCountLimit());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (!other.openExpeditionList_.isEmpty()) {
|
||||
if (openExpeditionList_.isEmpty()) {
|
||||
openExpeditionList_ = other.openExpeditionList_;
|
||||
@@ -745,6 +742,9 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -802,7 +802,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -820,7 +820,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -828,7 +828,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -841,7 +841,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -862,7 +862,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
|
||||
public Builder removeExpeditionInfoMap(
|
||||
@@ -881,7 +881,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return internalGetMutableExpeditionInfoMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
public Builder putExpeditionInfoMap(
|
||||
long key,
|
||||
@@ -893,7 +893,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 11;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllExpeditionInfoMap(
|
||||
@@ -905,7 +905,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
|
||||
private int expeditionCountLimit_ ;
|
||||
/**
|
||||
* <code>uint32 expedition_count_limit = 2;</code>
|
||||
* <code>uint32 expedition_count_limit = 12;</code>
|
||||
* @return The expeditionCountLimit.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -913,7 +913,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return expeditionCountLimit_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 expedition_count_limit = 2;</code>
|
||||
* <code>uint32 expedition_count_limit = 12;</code>
|
||||
* @param value The expeditionCountLimit to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -924,7 +924,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 expedition_count_limit = 2;</code>
|
||||
* <code>uint32 expedition_count_limit = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearExpeditionCountLimit() {
|
||||
@@ -934,37 +934,6 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.IntList openExpeditionList_ = emptyIntList();
|
||||
private void ensureOpenExpeditionListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000002) != 0)) {
|
||||
@@ -973,7 +942,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @return A list containing the openExpeditionList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -982,14 +951,14 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
java.util.Collections.unmodifiableList(openExpeditionList_) : openExpeditionList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @return The count of openExpeditionList.
|
||||
*/
|
||||
public int getOpenExpeditionListCount() {
|
||||
return openExpeditionList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The openExpeditionList at the given index.
|
||||
*/
|
||||
@@ -997,7 +966,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return openExpeditionList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The openExpeditionList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -1010,7 +979,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @param value The openExpeditionList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -1021,7 +990,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @param values The openExpeditionList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -1034,7 +1003,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 open_expedition_list = 12;</code>
|
||||
* <code>repeated uint32 open_expedition_list = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearOpenExpeditionList() {
|
||||
@@ -1043,6 +1012,37 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -1117,11 +1117,11 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AvatarExpeditionAllDataRsp.proto\032\032Avat" +
|
||||
"arExpeditionInfo.proto\"\215\002\n\032AvatarExpedit" +
|
||||
"ionAllDataRsp\022O\n\023expedition_info_map\030\007 \003" +
|
||||
"ionAllDataRsp\022O\n\023expedition_info_map\030\013 \003" +
|
||||
"(\01322.AvatarExpeditionAllDataRsp.Expediti" +
|
||||
"onInfoMapEntry\022\036\n\026expedition_count_limit" +
|
||||
"\030\002 \001(\r\022\017\n\007retcode\030\017 \001(\005\022\034\n\024open_expediti" +
|
||||
"on_list\030\014 \003(\r\032O\n\026ExpeditionInfoMapEntry\022" +
|
||||
"\030\014 \001(\r\022\034\n\024open_expedition_list\030\t \003(\r\022\017\n\007" +
|
||||
"retcode\030\005 \001(\005\032O\n\026ExpeditionInfoMapEntry\022" +
|
||||
"\013\n\003key\030\001 \001(\004\022$\n\005value\030\002 \001(\0132\025.AvatarExpe" +
|
||||
"ditionInfo:\0028\001B\033\n\031emu.grasscutter.net.pr" +
|
||||
"otob\006proto3"
|
||||
@@ -1136,7 +1136,7 @@ public final class AvatarExpeditionAllDataRspOuterClass {
|
||||
internal_static_AvatarExpeditionAllDataRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarExpeditionAllDataRsp_descriptor,
|
||||
new java.lang.String[] { "ExpeditionInfoMap", "ExpeditionCountLimit", "Retcode", "OpenExpeditionList", });
|
||||
new java.lang.String[] { "ExpeditionInfoMap", "ExpeditionCountLimit", "OpenExpeditionList", "Retcode", });
|
||||
internal_static_AvatarExpeditionAllDataRsp_ExpeditionInfoMapEntry_descriptor =
|
||||
internal_static_AvatarExpeditionAllDataRsp_descriptor.getNestedTypes().get(0);
|
||||
internal_static_AvatarExpeditionAllDataRsp_ExpeditionInfoMapEntry_fieldAccessorTable = new
|
||||
|
||||
+22
-22
@@ -19,17 +19,17 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @return A list containing the avatarGuid.
|
||||
*/
|
||||
java.util.List<java.lang.Long> getAvatarGuidList();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @return The count of avatarGuid.
|
||||
*/
|
||||
int getAvatarGuidCount();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuid at the given index.
|
||||
*/
|
||||
@@ -37,8 +37,8 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PAOIENMGCAB
|
||||
* CmdId: 1791
|
||||
* CmdId: 1736
|
||||
* Name: LIPKPFIMKEG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionCallBackReq}
|
||||
@@ -87,7 +87,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 8: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
avatarGuid_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -95,7 +95,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
avatarGuid_.addLong(input.readUInt64());
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
case 10: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -143,10 +143,10 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionCallBackReqOuterClass.AvatarExpeditionCallBackReq.class, emu.grasscutter.net.proto.AvatarExpeditionCallBackReqOuterClass.AvatarExpeditionCallBackReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 2;
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 1;
|
||||
private com.google.protobuf.Internal.LongList avatarGuid_;
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @return A list containing the avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -155,14 +155,14 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @return The count of avatarGuid.
|
||||
*/
|
||||
public int getAvatarGuidCount() {
|
||||
return avatarGuid_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuid at the given index.
|
||||
*/
|
||||
@@ -187,7 +187,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (getAvatarGuidList().size() > 0) {
|
||||
output.writeUInt32NoTag(18);
|
||||
output.writeUInt32NoTag(10);
|
||||
output.writeUInt32NoTag(avatarGuidMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < avatarGuid_.size(); i++) {
|
||||
@@ -345,8 +345,8 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PAOIENMGCAB
|
||||
* CmdId: 1791
|
||||
* CmdId: 1736
|
||||
* Name: LIPKPFIMKEG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionCallBackReq}
|
||||
@@ -516,7 +516,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @return A list containing the avatarGuid.
|
||||
*/
|
||||
public java.util.List<java.lang.Long>
|
||||
@@ -525,14 +525,14 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
java.util.Collections.unmodifiableList(avatarGuid_) : avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @return The count of avatarGuid.
|
||||
*/
|
||||
public int getAvatarGuidCount() {
|
||||
return avatarGuid_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuid at the given index.
|
||||
*/
|
||||
@@ -540,7 +540,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
return avatarGuid_.getLong(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -553,7 +553,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @param value The avatarGuid to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -564,7 +564,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @param values The avatarGuid to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -577,7 +577,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid = 2;</code>
|
||||
* <code>repeated uint64 avatar_guid = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
@@ -655,7 +655,7 @@ public final class AvatarExpeditionCallBackReqOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n!AvatarExpeditionCallBackReq.proto\"2\n\033A" +
|
||||
"vatarExpeditionCallBackReq\022\023\n\013avatar_gui" +
|
||||
"d\030\002 \003(\004B\033\n\031emu.grasscutter.net.protob\006pr" +
|
||||
"d\030\001 \003(\004B\033\n\031emu.grasscutter.net.protob\006pr" +
|
||||
"oto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+38
-38
@@ -19,17 +19,17 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 11;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
int getExpeditionInfoMapCount();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
boolean containsExpeditionInfoMap(
|
||||
long key);
|
||||
@@ -40,19 +40,19 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMapMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrDefault(
|
||||
long key,
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo defaultValue);
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrThrow(
|
||||
@@ -60,8 +60,8 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DLDIHMKBDPJ
|
||||
* CmdId: 1631
|
||||
* CmdId: 1672
|
||||
* Name: BNPGCGPLPOB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionCallBackRsp}
|
||||
@@ -109,7 +109,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 42: {
|
||||
case 18: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
expeditionInfoMap_ = com.google.protobuf.MapField.newMapField(
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -122,7 +122,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
expeditionInfoMap__.getKey(), expeditionInfoMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 88: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
@@ -156,7 +156,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 2:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -171,10 +171,10 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionCallBackRspOuterClass.AvatarExpeditionCallBackRsp.class, emu.grasscutter.net.proto.AvatarExpeditionCallBackRspOuterClass.AvatarExpeditionCallBackRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 12;
|
||||
public static final int RETCODE_FIELD_NUMBER = 11;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 11;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -182,7 +182,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 5;
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 2;
|
||||
private static final class ExpeditionInfoMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> defaultEntry =
|
||||
@@ -209,7 +209,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -227,7 +227,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -235,7 +235,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -248,7 +248,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -282,9 +282,9 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
output,
|
||||
internalGetExpeditionInfoMap(),
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry,
|
||||
5);
|
||||
2);
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(12, retcode_);
|
||||
output.writeInt32(11, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -303,11 +303,11 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(5, expeditionInfoMap__);
|
||||
.computeMessageSize(2, expeditionInfoMap__);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(12, retcode_);
|
||||
.computeInt32Size(11, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -442,8 +442,8 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: DLDIHMKBDPJ
|
||||
* CmdId: 1631
|
||||
* CmdId: 1672
|
||||
* Name: BNPGCGPLPOB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionCallBackRsp}
|
||||
@@ -461,7 +461,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 2:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -472,7 +472,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 2:
|
||||
return internalGetMutableExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -623,7 +623,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 11;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -631,7 +631,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 11;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -642,7 +642,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -679,7 +679,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -697,7 +697,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -705,7 +705,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -718,7 +718,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -739,7 +739,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
|
||||
public Builder removeExpeditionInfoMap(
|
||||
@@ -758,7 +758,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return internalGetMutableExpeditionInfoMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
public Builder putExpeditionInfoMap(
|
||||
long key,
|
||||
@@ -770,7 +770,7 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 5;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 2;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllExpeditionInfoMap(
|
||||
@@ -853,8 +853,8 @@ public final class AvatarExpeditionCallBackRspOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n!AvatarExpeditionCallBackRsp.proto\032\032Ava" +
|
||||
"tarExpeditionInfo.proto\"\321\001\n\033AvatarExpedi" +
|
||||
"tionCallBackRsp\022\017\n\007retcode\030\014 \001(\005\022P\n\023expe" +
|
||||
"dition_info_map\030\005 \003(\01323.AvatarExpedition" +
|
||||
"tionCallBackRsp\022\017\n\007retcode\030\013 \001(\005\022P\n\023expe" +
|
||||
"dition_info_map\030\002 \003(\01323.AvatarExpedition" +
|
||||
"CallBackRsp.ExpeditionInfoMapEntry\032O\n\026Ex" +
|
||||
"peditionInfoMapEntry\022\013\n\003key\030\001 \001(\004\022$\n\005val" +
|
||||
"ue\030\002 \001(\0132\025.AvatarExpeditionInfo:\0028\001B\033\n\031e" +
|
||||
|
||||
+28
-28
@@ -19,11 +19,11 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
int getExpeditionInfoMapCount();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
boolean containsExpeditionInfoMap(
|
||||
long key);
|
||||
@@ -34,19 +34,19 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMapMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrDefault(
|
||||
long key,
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo defaultValue);
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrThrow(
|
||||
@@ -54,8 +54,8 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IDDOKPGDFOP
|
||||
* CmdId: 1646
|
||||
* CmdId: 1775
|
||||
* Name: DFPOHBMCMAG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionDataNotify}
|
||||
@@ -103,7 +103,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 106: {
|
||||
case 66: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
expeditionInfoMap_ = com.google.protobuf.MapField.newMapField(
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -145,7 +145,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 13:
|
||||
case 8:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -160,7 +160,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionDataNotifyOuterClass.AvatarExpeditionDataNotify.class, emu.grasscutter.net.proto.AvatarExpeditionDataNotifyOuterClass.AvatarExpeditionDataNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 13;
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 8;
|
||||
private static final class ExpeditionInfoMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> defaultEntry =
|
||||
@@ -187,7 +187,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -205,7 +205,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -213,7 +213,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -226,7 +226,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -260,7 +260,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
output,
|
||||
internalGetExpeditionInfoMap(),
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry,
|
||||
13);
|
||||
8);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(13, expeditionInfoMap__);
|
||||
.computeMessageSize(8, expeditionInfoMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -409,8 +409,8 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IDDOKPGDFOP
|
||||
* CmdId: 1646
|
||||
* CmdId: 1775
|
||||
* Name: DFPOHBMCMAG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionDataNotify}
|
||||
@@ -428,7 +428,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 13:
|
||||
case 8:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -439,7 +439,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 13:
|
||||
case 8:
|
||||
return internalGetMutableExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -609,7 +609,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -627,7 +627,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -635,7 +635,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -648,7 +648,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -669,7 +669,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
|
||||
public Builder removeExpeditionInfoMap(
|
||||
@@ -688,7 +688,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return internalGetMutableExpeditionInfoMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
public Builder putExpeditionInfoMap(
|
||||
long key,
|
||||
@@ -700,7 +700,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 13;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllExpeditionInfoMap(
|
||||
@@ -783,7 +783,7 @@ public final class AvatarExpeditionDataNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AvatarExpeditionDataNotify.proto\032\032Avat" +
|
||||
"arExpeditionInfo.proto\"\276\001\n\032AvatarExpedit" +
|
||||
"ionDataNotify\022O\n\023expedition_info_map\030\r \003" +
|
||||
"ionDataNotify\022O\n\023expedition_info_map\030\010 \003" +
|
||||
"(\01322.AvatarExpeditionDataNotify.Expediti" +
|
||||
"onInfoMapEntry\032O\n\026ExpeditionInfoMapEntry" +
|
||||
"\022\013\n\003key\030\001 \001(\004\022$\n\005value\030\002 \001(\0132\025.AvatarExp" +
|
||||
|
||||
+14
-14
@@ -19,15 +19,15 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 14;</code>
|
||||
* <code>uint64 avatar_guid = 4;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: MIEMEMKNFDE
|
||||
* CmdId: 1641
|
||||
* CmdId: 1614
|
||||
* Name: BPDOOALCEFI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionGetRewardReq}
|
||||
@@ -74,7 +74,7 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 112: {
|
||||
case 32: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionGetRewardReqOuterClass.AvatarExpeditionGetRewardReq.class, emu.grasscutter.net.proto.AvatarExpeditionGetRewardReqOuterClass.AvatarExpeditionGetRewardReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 14;
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 4;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 14;</code>
|
||||
* <code>uint64 avatar_guid = 4;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(14, avatarGuid_);
|
||||
output.writeUInt64(4, avatarGuid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
size = 0;
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(14, avatarGuid_);
|
||||
.computeUInt64Size(4, avatarGuid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -280,8 +280,8 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: MIEMEMKNFDE
|
||||
* CmdId: 1641
|
||||
* CmdId: 1614
|
||||
* Name: BPDOOALCEFI
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionGetRewardReq}
|
||||
@@ -432,7 +432,7 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 14;</code>
|
||||
* <code>uint64 avatar_guid = 4;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -440,7 +440,7 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 14;</code>
|
||||
* <code>uint64 avatar_guid = 4;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -451,7 +451,7 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 14;</code>
|
||||
* <code>uint64 avatar_guid = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
@@ -529,7 +529,7 @@ public final class AvatarExpeditionGetRewardReqOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\"AvatarExpeditionGetRewardReq.proto\"3\n\034" +
|
||||
"AvatarExpeditionGetRewardReq\022\023\n\013avatar_g" +
|
||||
"uid\030\016 \001(\004B\033\n\031emu.grasscutter.net.protob\006" +
|
||||
"uid\030\004 \001(\004B\033\n\031emu.grasscutter.net.protob\006" +
|
||||
"proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+370
-370
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -55,7 +55,7 @@ public final class AvatarExpeditionInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ANJOMJAFKNK
|
||||
* Name: FHMCMLOIGJB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionInfo}
|
||||
@@ -426,7 +426,7 @@ public final class AvatarExpeditionInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ANJOMJAFKNK
|
||||
* Name: FHMCMLOIGJB
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionInfo}
|
||||
|
||||
+41
-41
@@ -19,27 +19,27 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 exp_id = 3;</code>
|
||||
* <code>uint32 exp_id = 7;</code>
|
||||
* @return The expId.
|
||||
*/
|
||||
int getExpId();
|
||||
|
||||
/**
|
||||
* <code>uint32 hour_time = 15;</code>
|
||||
* <code>uint32 hour_time = 3;</code>
|
||||
* @return The hourTime.
|
||||
*/
|
||||
int getHourTime();
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* <code>uint64 avatar_guid = 12;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GIANJFPNBJO
|
||||
* CmdId: 1763
|
||||
* CmdId: 1749
|
||||
* Name: MBNHDAMLHMP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartReq}
|
||||
@@ -88,19 +88,19 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
break;
|
||||
case 24: {
|
||||
|
||||
hourTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
expId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 96: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
hourTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -133,10 +133,10 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartReqOuterClass.AvatarExpeditionStartReq.class, emu.grasscutter.net.proto.AvatarExpeditionStartReqOuterClass.AvatarExpeditionStartReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int EXP_ID_FIELD_NUMBER = 3;
|
||||
public static final int EXP_ID_FIELD_NUMBER = 7;
|
||||
private int expId_;
|
||||
/**
|
||||
* <code>uint32 exp_id = 3;</code>
|
||||
* <code>uint32 exp_id = 7;</code>
|
||||
* @return The expId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,10 +144,10 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return expId_;
|
||||
}
|
||||
|
||||
public static final int HOUR_TIME_FIELD_NUMBER = 15;
|
||||
public static final int HOUR_TIME_FIELD_NUMBER = 3;
|
||||
private int hourTime_;
|
||||
/**
|
||||
* <code>uint32 hour_time = 15;</code>
|
||||
* <code>uint32 hour_time = 3;</code>
|
||||
* @return The hourTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -155,10 +155,10 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return hourTime_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 5;
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 12;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* <code>uint64 avatar_guid = 12;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -180,14 +180,14 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (hourTime_ != 0) {
|
||||
output.writeUInt32(3, hourTime_);
|
||||
}
|
||||
if (expId_ != 0) {
|
||||
output.writeUInt32(3, expId_);
|
||||
output.writeUInt32(7, expId_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(5, avatarGuid_);
|
||||
}
|
||||
if (hourTime_ != 0) {
|
||||
output.writeUInt32(15, hourTime_);
|
||||
output.writeUInt64(12, avatarGuid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -198,17 +198,17 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (hourTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, hourTime_);
|
||||
}
|
||||
if (expId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, expId_);
|
||||
.computeUInt32Size(7, expId_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(5, avatarGuid_);
|
||||
}
|
||||
if (hourTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, hourTime_);
|
||||
.computeUInt64Size(12, avatarGuid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -346,8 +346,8 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GIANJFPNBJO
|
||||
* CmdId: 1763
|
||||
* CmdId: 1749
|
||||
* Name: MBNHDAMLHMP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartReq}
|
||||
@@ -510,7 +510,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
|
||||
private int expId_ ;
|
||||
/**
|
||||
* <code>uint32 exp_id = 3;</code>
|
||||
* <code>uint32 exp_id = 7;</code>
|
||||
* @return The expId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -518,7 +518,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return expId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 exp_id = 3;</code>
|
||||
* <code>uint32 exp_id = 7;</code>
|
||||
* @param value The expId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -529,7 +529,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 exp_id = 3;</code>
|
||||
* <code>uint32 exp_id = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearExpId() {
|
||||
@@ -541,7 +541,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
|
||||
private int hourTime_ ;
|
||||
/**
|
||||
* <code>uint32 hour_time = 15;</code>
|
||||
* <code>uint32 hour_time = 3;</code>
|
||||
* @return The hourTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -549,7 +549,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return hourTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 hour_time = 15;</code>
|
||||
* <code>uint32 hour_time = 3;</code>
|
||||
* @param value The hourTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -560,7 +560,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 hour_time = 15;</code>
|
||||
* <code>uint32 hour_time = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearHourTime() {
|
||||
@@ -572,7 +572,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* <code>uint64 avatar_guid = 12;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -580,7 +580,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* <code>uint64 avatar_guid = 12;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -591,7 +591,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 5;</code>
|
||||
* <code>uint64 avatar_guid = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
@@ -668,8 +668,8 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarExpeditionStartReq.proto\"R\n\030Avat" +
|
||||
"arExpeditionStartReq\022\016\n\006exp_id\030\003 \001(\r\022\021\n\t" +
|
||||
"hour_time\030\017 \001(\r\022\023\n\013avatar_guid\030\005 \001(\004B\033\n\031" +
|
||||
"arExpeditionStartReq\022\016\n\006exp_id\030\007 \001(\r\022\021\n\t" +
|
||||
"hour_time\030\003 \001(\r\022\023\n\013avatar_guid\030\014 \001(\004B\033\n\031" +
|
||||
"emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
+67
-67
@@ -18,12 +18,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
// @@protoc_insertion_point(interface_extends:AvatarExpeditionStartRsp)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
@@ -57,11 +51,17 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrThrow(
|
||||
long key);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 1;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GKHLCPBLAID
|
||||
* CmdId: 1699
|
||||
* CmdId: 1768
|
||||
* Name: OGDFANFAIDP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartRsp}
|
||||
@@ -109,7 +109,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 112: {
|
||||
case 8: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
@@ -171,17 +171,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.class, emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 14;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 15;
|
||||
private static final class ExpeditionInfoMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
@@ -263,6 +252,17 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 1;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 1;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -278,7 +278,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(14, retcode_);
|
||||
output.writeInt32(1, retcode_);
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeLongMapTo(
|
||||
@@ -297,7 +297,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(14, retcode_);
|
||||
.computeInt32Size(1, retcode_);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> entry
|
||||
: internalGetExpeditionInfoMap().getMap().entrySet()) {
|
||||
@@ -324,10 +324,10 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp other = (emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp) obj;
|
||||
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!internalGetExpeditionInfoMap().equals(
|
||||
other.internalGetExpeditionInfoMap())) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -339,12 +339,12 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (!internalGetExpeditionInfoMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + EXPEDITION_INFO_MAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetExpeditionInfoMap().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -442,8 +442,8 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GKHLCPBLAID
|
||||
* CmdId: 1699
|
||||
* CmdId: 1768
|
||||
* Name: OGDFANFAIDP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartRsp}
|
||||
@@ -505,9 +505,9 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
internalGetMutableExpeditionInfoMap().clear();
|
||||
retcode_ = 0;
|
||||
|
||||
internalGetMutableExpeditionInfoMap().clear();
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -535,9 +535,9 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
public emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp result = new emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.retcode_ = retcode_;
|
||||
result.expeditionInfoMap_ = internalGetExpeditionInfoMap();
|
||||
result.expeditionInfoMap_.makeImmutable();
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -586,11 +586,11 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.getDefaultInstance()) return this;
|
||||
internalGetMutableExpeditionInfoMap().mergeFrom(
|
||||
other.internalGetExpeditionInfoMap());
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
internalGetMutableExpeditionInfoMap().mergeFrom(
|
||||
other.internalGetExpeditionInfoMap());
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -621,37 +621,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> expeditionInfoMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
@@ -779,6 +748,37 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 1;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 1;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -853,9 +853,9 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarExpeditionStartRsp.proto\032\032Avatar" +
|
||||
"ExpeditionInfo.proto\"\313\001\n\030AvatarExpeditio" +
|
||||
"nStartRsp\022\017\n\007retcode\030\016 \001(\005\022M\n\023expedition" +
|
||||
"_info_map\030\017 \003(\01320.AvatarExpeditionStartR" +
|
||||
"sp.ExpeditionInfoMapEntry\032O\n\026ExpeditionI" +
|
||||
"nStartRsp\022M\n\023expedition_info_map\030\017 \003(\01320" +
|
||||
".AvatarExpeditionStartRsp.ExpeditionInfo" +
|
||||
"MapEntry\022\017\n\007retcode\030\001 \001(\005\032O\n\026ExpeditionI" +
|
||||
"nfoMapEntry\022\013\n\003key\030\001 \001(\004\022$\n\005value\030\002 \001(\0132" +
|
||||
"\025.AvatarExpeditionInfo:\0028\001B\033\n\031emu.grassc" +
|
||||
"utter.net.protob\006proto3"
|
||||
@@ -870,7 +870,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
internal_static_AvatarExpeditionStartRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarExpeditionStartRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "ExpeditionInfoMap", });
|
||||
new java.lang.String[] { "ExpeditionInfoMap", "Retcode", });
|
||||
internal_static_AvatarExpeditionStartRsp_ExpeditionInfoMapEntry_descriptor =
|
||||
internal_static_AvatarExpeditionStartRsp_descriptor.getNestedTypes().get(0);
|
||||
internal_static_AvatarExpeditionStartRsp_ExpeditionInfoMapEntry_fieldAccessorTable = new
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ public final class AvatarExpeditionStateOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: ALJEMELPDLN
|
||||
* Name: PHCFOHLGLJN
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf enum {@code AvatarExpeditionState}
|
||||
|
||||
+28
-28
@@ -19,11 +19,11 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
int getFetterInfoMapCount();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
boolean containsFetterInfoMap(
|
||||
long key);
|
||||
@@ -34,19 +34,19 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarFetterInfoOuterClass.AvatarFetterInfo>
|
||||
getFetterInfoMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarFetterInfoOuterClass.AvatarFetterInfo>
|
||||
getFetterInfoMapMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarFetterInfoOuterClass.AvatarFetterInfo getFetterInfoMapOrDefault(
|
||||
long key,
|
||||
emu.grasscutter.net.proto.AvatarFetterInfoOuterClass.AvatarFetterInfo defaultValue);
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarFetterInfoOuterClass.AvatarFetterInfo getFetterInfoMapOrThrow(
|
||||
@@ -54,8 +54,8 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KKADAHCNCNG
|
||||
* CmdId: 1648
|
||||
* CmdId: 1695
|
||||
* Name: EJLLFPAADDN
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterDataNotify}
|
||||
@@ -103,7 +103,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 66: {
|
||||
case 34: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
fetterInfoMap_ = com.google.protobuf.MapField.newMapField(
|
||||
FetterInfoMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -145,7 +145,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 8:
|
||||
case 4:
|
||||
return internalGetFetterInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -160,7 +160,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarFetterDataNotifyOuterClass.AvatarFetterDataNotify.class, emu.grasscutter.net.proto.AvatarFetterDataNotifyOuterClass.AvatarFetterDataNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int FETTER_INFO_MAP_FIELD_NUMBER = 8;
|
||||
public static final int FETTER_INFO_MAP_FIELD_NUMBER = 4;
|
||||
private static final class FetterInfoMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarFetterInfoOuterClass.AvatarFetterInfo> defaultEntry =
|
||||
@@ -187,7 +187,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return internalGetFetterInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -205,7 +205,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return getFetterInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -213,7 +213,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return internalGetFetterInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -226,7 +226,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -260,7 +260,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
output,
|
||||
internalGetFetterInfoMap(),
|
||||
FetterInfoMapDefaultEntryHolder.defaultEntry,
|
||||
8);
|
||||
4);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(8, fetterInfoMap__);
|
||||
.computeMessageSize(4, fetterInfoMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -409,8 +409,8 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KKADAHCNCNG
|
||||
* CmdId: 1648
|
||||
* CmdId: 1695
|
||||
* Name: EJLLFPAADDN
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterDataNotify}
|
||||
@@ -428,7 +428,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 8:
|
||||
case 4:
|
||||
return internalGetFetterInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -439,7 +439,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 8:
|
||||
case 4:
|
||||
return internalGetMutableFetterInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -609,7 +609,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return internalGetFetterInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -627,7 +627,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return getFetterInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -635,7 +635,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return internalGetFetterInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -648,7 +648,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -669,7 +669,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
|
||||
public Builder removeFetterInfoMap(
|
||||
@@ -688,7 +688,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return internalGetMutableFetterInfoMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
public Builder putFetterInfoMap(
|
||||
long key,
|
||||
@@ -700,7 +700,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarFetterInfo> fetter_info_map = 4;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllFetterInfoMap(
|
||||
@@ -783,7 +783,7 @@ public final class AvatarFetterDataNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\034AvatarFetterDataNotify.proto\032\026AvatarFe" +
|
||||
"tterInfo.proto\"\246\001\n\026AvatarFetterDataNotif" +
|
||||
"y\022C\n\017fetter_info_map\030\010 \003(\0132*.AvatarFette" +
|
||||
"y\022C\n\017fetter_info_map\030\004 \003(\0132*.AvatarFette" +
|
||||
"rDataNotify.FetterInfoMapEntry\032G\n\022Fetter" +
|
||||
"InfoMapEntry\022\013\n\003key\030\001 \001(\004\022 \n\005value\030\002 \001(\013" +
|
||||
"2\021.AvatarFetterInfo:\0028\001B\033\n\031emu.grasscutt" +
|
||||
|
||||
@@ -107,7 +107,7 @@ public final class AvatarFetterInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CMMDBGIFBAL
|
||||
* Name: EGDJCLPGOJC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterInfo}
|
||||
@@ -694,7 +694,7 @@ public final class AvatarFetterInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CMMDBGIFBAL
|
||||
* Name: EGDJCLPGOJC
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterInfo}
|
||||
|
||||
+86
-86
@@ -19,21 +19,21 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
|
||||
/**
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* <code>uint32 fetter_level = 7;</code>
|
||||
* @return The fetterLevel.
|
||||
*/
|
||||
int getFetterLevel();
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 2;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OGJNGMANPOH
|
||||
* CmdId: 1653
|
||||
* CmdId: 1763
|
||||
* Name: FMBNPHNEMJA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterLevelRewardReq}
|
||||
@@ -80,16 +80,16 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 104: {
|
||||
|
||||
fetterLevel_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 16: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
fetterLevel_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -122,21 +122,10 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq.class, emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 15;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
public static final int FETTER_LEVEL_FIELD_NUMBER = 13;
|
||||
public static final int FETTER_LEVEL_FIELD_NUMBER = 7;
|
||||
private int fetterLevel_;
|
||||
/**
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* <code>uint32 fetter_level = 7;</code>
|
||||
* @return The fetterLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,6 +133,17 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
return fetterLevel_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 2;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 2;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -158,11 +158,11 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (fetterLevel_ != 0) {
|
||||
output.writeUInt32(13, fetterLevel_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(15, avatarGuid_);
|
||||
output.writeUInt64(2, avatarGuid_);
|
||||
}
|
||||
if (fetterLevel_ != 0) {
|
||||
output.writeUInt32(7, fetterLevel_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -173,13 +173,13 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (fetterLevel_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, fetterLevel_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(15, avatarGuid_);
|
||||
.computeUInt64Size(2, avatarGuid_);
|
||||
}
|
||||
if (fetterLevel_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, fetterLevel_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -196,10 +196,10 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq other = (emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq) obj;
|
||||
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (getFetterLevel()
|
||||
!= other.getFetterLevel()) return false;
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -211,11 +211,11 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + FETTER_LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFetterLevel();
|
||||
hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getAvatarGuid());
|
||||
hash = (37 * hash) + FETTER_LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFetterLevel();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -313,8 +313,8 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OGJNGMANPOH
|
||||
* CmdId: 1653
|
||||
* CmdId: 1763
|
||||
* Name: FMBNPHNEMJA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterLevelRewardReq}
|
||||
@@ -354,10 +354,10 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
avatarGuid_ = 0L;
|
||||
|
||||
fetterLevel_ = 0;
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -384,8 +384,8 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq result = new emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq(this);
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
result.fetterLevel_ = fetterLevel_;
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -434,12 +434,12 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarFetterLevelRewardReqOuterClass.AvatarFetterLevelRewardReq.getDefaultInstance()) return this;
|
||||
if (other.getAvatarGuid() != 0L) {
|
||||
setAvatarGuid(other.getAvatarGuid());
|
||||
}
|
||||
if (other.getFetterLevel() != 0) {
|
||||
setFetterLevel(other.getFetterLevel());
|
||||
}
|
||||
if (other.getAvatarGuid() != 0L) {
|
||||
setAvatarGuid(other.getAvatarGuid());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -469,40 +469,9 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarGuid(long value) {
|
||||
|
||||
avatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int fetterLevel_ ;
|
||||
/**
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* <code>uint32 fetter_level = 7;</code>
|
||||
* @return The fetterLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -510,7 +479,7 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
return fetterLevel_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* <code>uint32 fetter_level = 7;</code>
|
||||
* @param value The fetterLevel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -521,7 +490,7 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* <code>uint32 fetter_level = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFetterLevel() {
|
||||
@@ -530,6 +499,37 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 2;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 2;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarGuid(long value) {
|
||||
|
||||
avatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -598,8 +598,8 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AvatarFetterLevelRewardReq.proto\"G\n\032Av" +
|
||||
"atarFetterLevelRewardReq\022\023\n\013avatar_guid\030" +
|
||||
"\017 \001(\004\022\024\n\014fetter_level\030\r \001(\rB\033\n\031emu.grass" +
|
||||
"atarFetterLevelRewardReq\022\024\n\014fetter_level" +
|
||||
"\030\007 \001(\r\022\023\n\013avatar_guid\030\002 \001(\004B\033\n\031emu.grass" +
|
||||
"cutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -611,7 +611,7 @@ public final class AvatarFetterLevelRewardReqOuterClass {
|
||||
internal_static_AvatarFetterLevelRewardReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarFetterLevelRewardReq_descriptor,
|
||||
new java.lang.String[] { "AvatarGuid", "FetterLevel", });
|
||||
new java.lang.String[] { "FetterLevel", "AvatarGuid", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+121
-121
@@ -18,6 +18,12 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
// @@protoc_insertion_point(interface_extends:AvatarFetterLevelRewardRsp)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 reward_id = 7;</code>
|
||||
* @return The rewardId.
|
||||
*/
|
||||
int getRewardId();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
@@ -25,27 +31,21 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
|
||||
/**
|
||||
* <code>uint32 fetter_level = 8;</code>
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* @return The fetterLevel.
|
||||
*/
|
||||
int getFetterLevel();
|
||||
|
||||
/**
|
||||
* <code>uint32 reward_id = 3;</code>
|
||||
* @return The rewardId.
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
int getRewardId();
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OIOAHCFDIKE
|
||||
* CmdId: 1691
|
||||
* CmdId: 1721
|
||||
* Name: JEOOOPFMNOK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterLevelRewardRsp}
|
||||
@@ -94,19 +94,19 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
break;
|
||||
case 24: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
rewardId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 104: {
|
||||
|
||||
fetterLevel_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
@@ -144,6 +144,17 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp.class, emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int REWARD_ID_FIELD_NUMBER = 7;
|
||||
private int rewardId_;
|
||||
/**
|
||||
* <code>uint32 reward_id = 7;</code>
|
||||
* @return The rewardId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRewardId() {
|
||||
return rewardId_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 15;
|
||||
private int retcode_;
|
||||
/**
|
||||
@@ -155,21 +166,10 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 9;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
public static final int FETTER_LEVEL_FIELD_NUMBER = 8;
|
||||
public static final int FETTER_LEVEL_FIELD_NUMBER = 13;
|
||||
private int fetterLevel_;
|
||||
/**
|
||||
* <code>uint32 fetter_level = 8;</code>
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* @return The fetterLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -177,15 +177,15 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
return fetterLevel_;
|
||||
}
|
||||
|
||||
public static final int REWARD_ID_FIELD_NUMBER = 3;
|
||||
private int rewardId_;
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 3;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint32 reward_id = 3;</code>
|
||||
* @return The rewardId.
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRewardId() {
|
||||
return rewardId_;
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -202,14 +202,14 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(3, avatarGuid_);
|
||||
}
|
||||
if (rewardId_ != 0) {
|
||||
output.writeUInt32(3, rewardId_);
|
||||
output.writeUInt32(7, rewardId_);
|
||||
}
|
||||
if (fetterLevel_ != 0) {
|
||||
output.writeUInt32(8, fetterLevel_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(9, avatarGuid_);
|
||||
output.writeUInt32(13, fetterLevel_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(15, retcode_);
|
||||
@@ -223,17 +223,17 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(3, avatarGuid_);
|
||||
}
|
||||
if (rewardId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, rewardId_);
|
||||
.computeUInt32Size(7, rewardId_);
|
||||
}
|
||||
if (fetterLevel_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, fetterLevel_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(9, avatarGuid_);
|
||||
.computeUInt32Size(13, fetterLevel_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
@@ -254,14 +254,14 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp other = (emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp) obj;
|
||||
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (getFetterLevel()
|
||||
!= other.getFetterLevel()) return false;
|
||||
if (getRewardId()
|
||||
!= other.getRewardId()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getFetterLevel()
|
||||
!= other.getFetterLevel()) return false;
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -273,15 +273,15 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + REWARD_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRewardId();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (37 * hash) + FETTER_LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFetterLevel();
|
||||
hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getAvatarGuid());
|
||||
hash = (37 * hash) + FETTER_LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFetterLevel();
|
||||
hash = (37 * hash) + REWARD_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRewardId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -379,8 +379,8 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OIOAHCFDIKE
|
||||
* CmdId: 1691
|
||||
* CmdId: 1721
|
||||
* Name: JEOOOPFMNOK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFetterLevelRewardRsp}
|
||||
@@ -420,13 +420,13 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
retcode_ = 0;
|
||||
rewardId_ = 0;
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
retcode_ = 0;
|
||||
|
||||
fetterLevel_ = 0;
|
||||
|
||||
rewardId_ = 0;
|
||||
avatarGuid_ = 0L;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -454,10 +454,10 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp result = new emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp(this);
|
||||
result.retcode_ = retcode_;
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
result.fetterLevel_ = fetterLevel_;
|
||||
result.rewardId_ = rewardId_;
|
||||
result.retcode_ = retcode_;
|
||||
result.fetterLevel_ = fetterLevel_;
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -506,17 +506,17 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarFetterLevelRewardRspOuterClass.AvatarFetterLevelRewardRsp.getDefaultInstance()) return this;
|
||||
if (other.getRewardId() != 0) {
|
||||
setRewardId(other.getRewardId());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.getAvatarGuid() != 0L) {
|
||||
setAvatarGuid(other.getAvatarGuid());
|
||||
}
|
||||
if (other.getFetterLevel() != 0) {
|
||||
setFetterLevel(other.getFetterLevel());
|
||||
}
|
||||
if (other.getRewardId() != 0) {
|
||||
setRewardId(other.getRewardId());
|
||||
if (other.getAvatarGuid() != 0L) {
|
||||
setAvatarGuid(other.getAvatarGuid());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -547,6 +547,37 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int rewardId_ ;
|
||||
/**
|
||||
* <code>uint32 reward_id = 7;</code>
|
||||
* @return The rewardId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRewardId() {
|
||||
return rewardId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 reward_id = 7;</code>
|
||||
* @param value The rewardId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRewardId(int value) {
|
||||
|
||||
rewardId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 reward_id = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRewardId() {
|
||||
|
||||
rewardId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
@@ -578,40 +609,9 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAvatarGuid(long value) {
|
||||
|
||||
avatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int fetterLevel_ ;
|
||||
/**
|
||||
* <code>uint32 fetter_level = 8;</code>
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* @return The fetterLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -619,7 +619,7 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
return fetterLevel_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 fetter_level = 8;</code>
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* @param value The fetterLevel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -630,7 +630,7 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 fetter_level = 8;</code>
|
||||
* <code>uint32 fetter_level = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFetterLevel() {
|
||||
@@ -640,33 +640,33 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int rewardId_ ;
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint32 reward_id = 3;</code>
|
||||
* @return The rewardId.
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRewardId() {
|
||||
return rewardId_;
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 reward_id = 3;</code>
|
||||
* @param value The rewardId to set.
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRewardId(int value) {
|
||||
public Builder setAvatarGuid(long value) {
|
||||
|
||||
rewardId_ = value;
|
||||
avatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 reward_id = 3;</code>
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRewardId() {
|
||||
public Builder clearAvatarGuid() {
|
||||
|
||||
rewardId_ = 0;
|
||||
avatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -738,9 +738,9 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n AvatarFetterLevelRewardRsp.proto\"k\n\032Av" +
|
||||
"atarFetterLevelRewardRsp\022\017\n\007retcode\030\017 \001(" +
|
||||
"\005\022\023\n\013avatar_guid\030\t \001(\004\022\024\n\014fetter_level\030\010" +
|
||||
" \001(\r\022\021\n\treward_id\030\003 \001(\rB\033\n\031emu.grasscutt" +
|
||||
"atarFetterLevelRewardRsp\022\021\n\treward_id\030\007 " +
|
||||
"\001(\r\022\017\n\007retcode\030\017 \001(\005\022\024\n\014fetter_level\030\r \001" +
|
||||
"(\r\022\023\n\013avatar_guid\030\003 \001(\004B\033\n\031emu.grasscutt" +
|
||||
"er.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -752,7 +752,7 @@ public final class AvatarFetterLevelRewardRspOuterClass {
|
||||
internal_static_AvatarFetterLevelRewardRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarFetterLevelRewardRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "AvatarGuid", "FetterLevel", "RewardId", });
|
||||
new java.lang.String[] { "RewardId", "Retcode", "FetterLevel", "AvatarGuid", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
+40
-40
@@ -19,11 +19,11 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
int getFightPropMapCount();
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
boolean containsFightPropMap(
|
||||
int key);
|
||||
@@ -34,19 +34,19 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
java.util.Map<java.lang.Integer, java.lang.Float>
|
||||
getFightPropMap();
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, java.lang.Float>
|
||||
getFightPropMapMap();
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
|
||||
float getFightPropMapOrDefault(
|
||||
int key,
|
||||
float defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
|
||||
float getFightPropMapOrThrow(
|
||||
@@ -60,8 +60,8 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FPOOPDKEANO
|
||||
* CmdId: 1214
|
||||
* CmdId: 1216
|
||||
* Name: CFPMGGHGBFL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFightPropNotify}
|
||||
@@ -109,7 +109,12 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 42: {
|
||||
case 64: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
fightPropMap_ = com.google.protobuf.MapField.newMapField(
|
||||
FightPropMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -122,11 +127,6 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
fightPropMap__.getKey(), fightPropMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -156,7 +156,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 13:
|
||||
return internalGetFightPropMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -171,7 +171,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify.class, emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int FIGHT_PROP_MAP_FIELD_NUMBER = 5;
|
||||
public static final int FIGHT_PROP_MAP_FIELD_NUMBER = 13;
|
||||
private static final class FightPropMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, java.lang.Float> defaultEntry =
|
||||
@@ -198,7 +198,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -216,7 +216,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return getFightPropMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -224,7 +224,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -237,7 +237,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -277,15 +277,15 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(8, avatarGuid_);
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeIntegerMapTo(
|
||||
output,
|
||||
internalGetFightPropMap(),
|
||||
FightPropMapDefaultEntryHolder.defaultEntry,
|
||||
5);
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(8, avatarGuid_);
|
||||
}
|
||||
13);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -295,6 +295,10 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(8, avatarGuid_);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Integer, java.lang.Float> entry
|
||||
: internalGetFightPropMap().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.Integer, java.lang.Float>
|
||||
@@ -303,11 +307,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(5, fightPropMap__);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(8, avatarGuid_);
|
||||
.computeMessageSize(13, fightPropMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -443,8 +443,8 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FPOOPDKEANO
|
||||
* CmdId: 1214
|
||||
* CmdId: 1216
|
||||
* Name: CFPMGGHGBFL
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFightPropNotify}
|
||||
@@ -462,7 +462,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 13:
|
||||
return internalGetFightPropMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -473,7 +473,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 13:
|
||||
return internalGetMutableFightPropMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -649,7 +649,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -667,7 +667,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return getFightPropMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -675,7 +675,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -688,7 +688,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -709,7 +709,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
|
||||
public Builder removeFightPropMap(
|
||||
@@ -728,7 +728,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetMutableFightPropMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
public Builder putFightPropMap(
|
||||
int key,
|
||||
@@ -740,7 +740,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fight_prop_map = 13;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllFightPropMap(
|
||||
@@ -853,7 +853,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AvatarFightPropNotify.proto\"\243\001\n\025Avatar" +
|
||||
"FightPropNotify\022@\n\016fight_prop_map\030\005 \003(\0132" +
|
||||
"FightPropNotify\022@\n\016fight_prop_map\030\r \003(\0132" +
|
||||
"(.AvatarFightPropNotify.FightPropMapEntr" +
|
||||
"y\022\023\n\013avatar_guid\030\010 \001(\004\0323\n\021FightPropMapEn" +
|
||||
"try\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\002:\0028\001B\033\n\031e" +
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user