mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-07 20:53:42 +08:00
922 lines
38 KiB
Java
922 lines
38 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MichiaeMatsuriChallengePositionInfo.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class MichiaeMatsuriChallengePositionInfoOuterClass {
|
|
private MichiaeMatsuriChallengePositionInfoOuterClass() {}
|
|
|
|
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 MichiaeMatsuriChallengePositionInfoOrBuilder
|
|
extends
|
|
// @@protoc_insertion_point(interface_extends:MichiaeMatsuriChallengePositionInfo)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>.Vector pos = 14;</code>
|
|
*
|
|
* @return Whether the pos field is set.
|
|
*/
|
|
boolean hasPos();
|
|
/**
|
|
* <code>.Vector pos = 14;</code>
|
|
*
|
|
* @return The pos.
|
|
*/
|
|
emu.grasscutter.net.proto.VectorOuterClass.Vector getPos();
|
|
/** <code>.Vector pos = 14;</code> */
|
|
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder();
|
|
|
|
/**
|
|
* <code>uint32 group_id = 5;</code>
|
|
*
|
|
* @return The groupId.
|
|
*/
|
|
int getGroupId();
|
|
|
|
/**
|
|
* <code>uint32 gadget_id = 2;</code>
|
|
*
|
|
* @return The gadgetId.
|
|
*/
|
|
int getGadgetId();
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: FIEDHLLPOKA
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code MichiaeMatsuriChallengePositionInfo}
|
|
*/
|
|
public static final class MichiaeMatsuriChallengePositionInfo
|
|
extends com.google.protobuf.GeneratedMessageV3
|
|
implements
|
|
// @@protoc_insertion_point(message_implements:MichiaeMatsuriChallengePositionInfo)
|
|
MichiaeMatsuriChallengePositionInfoOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use MichiaeMatsuriChallengePositionInfo.newBuilder() to construct.
|
|
private MichiaeMatsuriChallengePositionInfo(
|
|
com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
|
|
private MichiaeMatsuriChallengePositionInfo() {}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
|
|
return new MichiaeMatsuriChallengePositionInfo();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
|
|
private MichiaeMatsuriChallengePositionInfo(
|
|
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:
|
|
{
|
|
gadgetId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 40:
|
|
{
|
|
groupId_ = input.readUInt32();
|
|
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)) {
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.internal_static_MichiaeMatsuriChallengePositionInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.internal_static_MichiaeMatsuriChallengePositionInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo.class,
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo.Builder.class);
|
|
}
|
|
|
|
public static final int POS_FIELD_NUMBER = 14;
|
|
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
|
/**
|
|
* <code>.Vector pos = 14;</code>
|
|
*
|
|
* @return Whether the pos field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasPos() {
|
|
return pos_ != null;
|
|
}
|
|
/**
|
|
* <code>.Vector pos = 14;</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 = 14;</code> */
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
|
return getPos();
|
|
}
|
|
|
|
public static final int GROUP_ID_FIELD_NUMBER = 5;
|
|
private int groupId_;
|
|
/**
|
|
* <code>uint32 group_id = 5;</code>
|
|
*
|
|
* @return The groupId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGroupId() {
|
|
return groupId_;
|
|
}
|
|
|
|
public static final int GADGET_ID_FIELD_NUMBER = 2;
|
|
private int gadgetId_;
|
|
/**
|
|
* <code>uint32 gadget_id = 2;</code>
|
|
*
|
|
* @return The gadgetId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGadgetId() {
|
|
return gadgetId_;
|
|
}
|
|
|
|
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 (gadgetId_ != 0) {
|
|
output.writeUInt32(2, gadgetId_);
|
|
}
|
|
if (groupId_ != 0) {
|
|
output.writeUInt32(5, groupId_);
|
|
}
|
|
if (pos_ != null) {
|
|
output.writeMessage(14, getPos());
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (gadgetId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, gadgetId_);
|
|
}
|
|
if (groupId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(5, groupId_);
|
|
}
|
|
if (pos_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream.computeMessageSize(14, getPos());
|
|
}
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
other =
|
|
(emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo)
|
|
obj;
|
|
|
|
if (hasPos() != other.hasPos()) return false;
|
|
if (hasPos()) {
|
|
if (!getPos().equals(other.getPos())) return false;
|
|
}
|
|
if (getGroupId() != other.getGroupId()) return false;
|
|
if (getGadgetId() != other.getGadgetId()) 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 (hasPos()) {
|
|
hash = (37 * hash) + POS_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPos().hashCode();
|
|
}
|
|
hash = (37 * hash) + GROUP_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getGroupId();
|
|
hash = (37 * hash) + GADGET_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getGadgetId();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parseFrom(java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parseFrom(com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parseFrom(java.io.InputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
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: FIEDHLLPOKA
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code MichiaeMatsuriChallengePositionInfo}
|
|
*/
|
|
public static final class Builder
|
|
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
|
|
implements
|
|
// @@protoc_insertion_point(builder_implements:MichiaeMatsuriChallengePositionInfo)
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfoOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
|
return emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.internal_static_MichiaeMatsuriChallengePositionInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.internal_static_MichiaeMatsuriChallengePositionInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo.class,
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo.Builder.class);
|
|
}
|
|
|
|
// Construct using
|
|
// emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass.MichiaeMatsuriChallengePositionInfo.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 (posBuilder_ == null) {
|
|
pos_ = null;
|
|
} else {
|
|
pos_ = null;
|
|
posBuilder_ = null;
|
|
}
|
|
groupId_ = 0;
|
|
|
|
gadgetId_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.internal_static_MichiaeMatsuriChallengePositionInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
build() {
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
buildPartial() {
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
result =
|
|
new emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo(this);
|
|
if (posBuilder_ == null) {
|
|
result.pos_ = pos_;
|
|
} else {
|
|
result.pos_ = posBuilder_.build();
|
|
}
|
|
result.groupId_ = groupId_;
|
|
result.gadgetId_ = gadgetId_;
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo) {
|
|
return mergeFrom(
|
|
(emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo)
|
|
other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(
|
|
emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
other) {
|
|
if (other
|
|
== emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo.getDefaultInstance()) return this;
|
|
if (other.hasPos()) {
|
|
mergePos(other.getPos());
|
|
}
|
|
if (other.getGroupId() != 0) {
|
|
setGroupId(other.getGroupId());
|
|
}
|
|
if (other.getGadgetId() != 0) {
|
|
setGadgetId(other.getGadgetId());
|
|
}
|
|
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.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage =
|
|
(emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo)
|
|
e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
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 = 14;</code>
|
|
*
|
|
* @return Whether the pos field is set.
|
|
*/
|
|
public boolean hasPos() {
|
|
return posBuilder_ != null || pos_ != null;
|
|
}
|
|
/**
|
|
* <code>.Vector pos = 14;</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 = 14;</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 = 14;</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 = 14;</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 = 14;</code> */
|
|
public Builder clearPos() {
|
|
if (posBuilder_ == null) {
|
|
pos_ = null;
|
|
onChanged();
|
|
} else {
|
|
pos_ = null;
|
|
posBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/** <code>.Vector pos = 14;</code> */
|
|
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPosBuilder() {
|
|
|
|
onChanged();
|
|
return getPosFieldBuilder().getBuilder();
|
|
}
|
|
/** <code>.Vector pos = 14;</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 = 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>
|
|
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 groupId_;
|
|
/**
|
|
* <code>uint32 group_id = 5;</code>
|
|
*
|
|
* @return The groupId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGroupId() {
|
|
return groupId_;
|
|
}
|
|
/**
|
|
* <code>uint32 group_id = 5;</code>
|
|
*
|
|
* @param value The groupId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setGroupId(int value) {
|
|
|
|
groupId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 group_id = 5;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearGroupId() {
|
|
|
|
groupId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int gadgetId_;
|
|
/**
|
|
* <code>uint32 gadget_id = 2;</code>
|
|
*
|
|
* @return The gadgetId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGadgetId() {
|
|
return gadgetId_;
|
|
}
|
|
/**
|
|
* <code>uint32 gadget_id = 2;</code>
|
|
*
|
|
* @param value The gadgetId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setGadgetId(int value) {
|
|
|
|
gadgetId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 gadget_id = 2;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearGadgetId() {
|
|
|
|
gadgetId_ = 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:MichiaeMatsuriChallengePositionInfo)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:MichiaeMatsuriChallengePositionInfo)
|
|
private static final emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
DEFAULT_INSTANCE;
|
|
|
|
static {
|
|
DEFAULT_INSTANCE =
|
|
new emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<MichiaeMatsuriChallengePositionInfo> PARSER =
|
|
new com.google.protobuf.AbstractParser<MichiaeMatsuriChallengePositionInfo>() {
|
|
@java.lang.Override
|
|
public MichiaeMatsuriChallengePositionInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new MichiaeMatsuriChallengePositionInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<MichiaeMatsuriChallengePositionInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<MichiaeMatsuriChallengePositionInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.MichiaeMatsuriChallengePositionInfoOuterClass
|
|
.MichiaeMatsuriChallengePositionInfo
|
|
getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_MichiaeMatsuriChallengePositionInfo_descriptor;
|
|
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_MichiaeMatsuriChallengePositionInfo_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)MichiaeMatsuriChallengePositionInfo.pr"
|
|
+ "oto\032\014Vector.proto\"`\n#MichiaeMatsuriChall"
|
|
+ "engePositionInfo\022\024\n\003pos\030\016 \001(\0132\007.Vector\022\020"
|
|
+ "\n\010group_id\030\005 \001(\r\022\021\n\tgadget_id\030\002 \001(\rB\033\n\031e"
|
|
+ "mu.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_MichiaeMatsuriChallengePositionInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_MichiaeMatsuriChallengePositionInfo_fieldAccessorTable =
|
|
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_MichiaeMatsuriChallengePositionInfo_descriptor,
|
|
new java.lang.String[] {
|
|
"Pos", "GroupId", "GadgetId",
|
|
});
|
|
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|