mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-08 21:15:54 +08:00
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
924 lines
32 KiB
Java
924 lines
32 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: LunaRiteHintPoint.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class LunaRiteHintPointOuterClass {
|
|
private LunaRiteHintPointOuterClass() {}
|
|
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 LunaRiteHintPointOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:LunaRiteHintPoint)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>uint32 index = 4;</code>
|
|
* @return The index.
|
|
*/
|
|
int getIndex();
|
|
|
|
/**
|
|
* <code>.Vector pos = 11;</code>
|
|
* @return Whether the pos field is set.
|
|
*/
|
|
boolean hasPos();
|
|
/**
|
|
* <code>.Vector pos = 11;</code>
|
|
* @return The pos.
|
|
*/
|
|
emu.grasscutter.net.proto.VectorOuterClass.Vector getPos();
|
|
/**
|
|
* <code>.Vector pos = 11;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder();
|
|
|
|
/**
|
|
* <code>uint32 areaId = 2;</code>
|
|
* @return The areaId.
|
|
*/
|
|
int getAreaId();
|
|
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @return The enum numeric value on the wire for type.
|
|
*/
|
|
int getTypeValue();
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @return The type.
|
|
*/
|
|
emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType getType();
|
|
}
|
|
/**
|
|
* Protobuf type {@code LunaRiteHintPoint}
|
|
*/
|
|
public static final class LunaRiteHintPoint extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:LunaRiteHintPoint)
|
|
LunaRiteHintPointOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use LunaRiteHintPoint.newBuilder() to construct.
|
|
private LunaRiteHintPoint(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private LunaRiteHintPoint() {
|
|
type_ = 0;
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new LunaRiteHintPoint();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private LunaRiteHintPoint(
|
|
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: {
|
|
|
|
areaId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
|
|
index_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
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: {
|
|
int rawValue = input.readEnum();
|
|
|
|
type_ = rawValue;
|
|
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.LunaRiteHintPointOuterClass.internal_static_LunaRiteHintPoint_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.internal_static_LunaRiteHintPoint_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint.class, emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint.Builder.class);
|
|
}
|
|
|
|
public static final int INDEX_FIELD_NUMBER = 4;
|
|
private int index_;
|
|
/**
|
|
* <code>uint32 index = 4;</code>
|
|
* @return The index.
|
|
*/
|
|
@java.lang.Override
|
|
public int getIndex() {
|
|
return index_;
|
|
}
|
|
|
|
public static final int POS_FIELD_NUMBER = 11;
|
|
private emu.grasscutter.net.proto.VectorOuterClass.Vector pos_;
|
|
/**
|
|
* <code>.Vector pos = 11;</code>
|
|
* @return Whether the pos field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasPos() {
|
|
return pos_ != null;
|
|
}
|
|
/**
|
|
* <code>.Vector pos = 11;</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 = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPosOrBuilder() {
|
|
return getPos();
|
|
}
|
|
|
|
public static final int AREAID_FIELD_NUMBER = 2;
|
|
private int areaId_;
|
|
/**
|
|
* <code>uint32 areaId = 2;</code>
|
|
* @return The areaId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getAreaId() {
|
|
return areaId_;
|
|
}
|
|
|
|
public static final int TYPE_FIELD_NUMBER = 15;
|
|
private int type_;
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @return The enum numeric value on the wire for type.
|
|
*/
|
|
@java.lang.Override public int getTypeValue() {
|
|
return type_;
|
|
}
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @return The type.
|
|
*/
|
|
@java.lang.Override public emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType getType() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType result = emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType.valueOf(type_);
|
|
return result == null ? emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType.UNRECOGNIZED : result;
|
|
}
|
|
|
|
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 (areaId_ != 0) {
|
|
output.writeUInt32(2, areaId_);
|
|
}
|
|
if (index_ != 0) {
|
|
output.writeUInt32(4, index_);
|
|
}
|
|
if (pos_ != null) {
|
|
output.writeMessage(11, getPos());
|
|
}
|
|
if (type_ != emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType.LUNA_RITE_HINT_POINT_TYPE_NONE.getNumber()) {
|
|
output.writeEnum(15, type_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (areaId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(2, areaId_);
|
|
}
|
|
if (index_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(4, index_);
|
|
}
|
|
if (pos_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(11, getPos());
|
|
}
|
|
if (type_ != emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType.LUNA_RITE_HINT_POINT_TYPE_NONE.getNumber()) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeEnumSize(15, type_);
|
|
}
|
|
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.LunaRiteHintPointOuterClass.LunaRiteHintPoint)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint other = (emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint) obj;
|
|
|
|
if (getIndex()
|
|
!= other.getIndex()) return false;
|
|
if (hasPos() != other.hasPos()) return false;
|
|
if (hasPos()) {
|
|
if (!getPos()
|
|
.equals(other.getPos())) return false;
|
|
}
|
|
if (getAreaId()
|
|
!= other.getAreaId()) return false;
|
|
if (type_ != other.type_) 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) + INDEX_FIELD_NUMBER;
|
|
hash = (53 * hash) + getIndex();
|
|
if (hasPos()) {
|
|
hash = (37 * hash) + POS_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPos().hashCode();
|
|
}
|
|
hash = (37 * hash) + AREAID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getAreaId();
|
|
hash = (37 * hash) + TYPE_FIELD_NUMBER;
|
|
hash = (53 * hash) + type_;
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint 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.LunaRiteHintPointOuterClass.LunaRiteHintPoint parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint 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.LunaRiteHintPointOuterClass.LunaRiteHintPoint parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint 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.LunaRiteHintPointOuterClass.LunaRiteHintPoint parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint 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.LunaRiteHintPointOuterClass.LunaRiteHintPoint parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint 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.LunaRiteHintPointOuterClass.LunaRiteHintPoint 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;
|
|
}
|
|
/**
|
|
* Protobuf type {@code LunaRiteHintPoint}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:LunaRiteHintPoint)
|
|
emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPointOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.internal_static_LunaRiteHintPoint_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.internal_static_LunaRiteHintPoint_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint.class, emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint.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();
|
|
index_ = 0;
|
|
|
|
if (posBuilder_ == null) {
|
|
pos_ = null;
|
|
} else {
|
|
pos_ = null;
|
|
posBuilder_ = null;
|
|
}
|
|
areaId_ = 0;
|
|
|
|
type_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.internal_static_LunaRiteHintPoint_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint build() {
|
|
emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint buildPartial() {
|
|
emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint result = new emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint(this);
|
|
result.index_ = index_;
|
|
if (posBuilder_ == null) {
|
|
result.pos_ = pos_;
|
|
} else {
|
|
result.pos_ = posBuilder_.build();
|
|
}
|
|
result.areaId_ = areaId_;
|
|
result.type_ = type_;
|
|
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.LunaRiteHintPointOuterClass.LunaRiteHintPoint) {
|
|
return mergeFrom((emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint other) {
|
|
if (other == emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint.getDefaultInstance()) return this;
|
|
if (other.getIndex() != 0) {
|
|
setIndex(other.getIndex());
|
|
}
|
|
if (other.hasPos()) {
|
|
mergePos(other.getPos());
|
|
}
|
|
if (other.getAreaId() != 0) {
|
|
setAreaId(other.getAreaId());
|
|
}
|
|
if (other.type_ != 0) {
|
|
setTypeValue(other.getTypeValue());
|
|
}
|
|
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.LunaRiteHintPointOuterClass.LunaRiteHintPoint parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private int index_ ;
|
|
/**
|
|
* <code>uint32 index = 4;</code>
|
|
* @return The index.
|
|
*/
|
|
@java.lang.Override
|
|
public int getIndex() {
|
|
return index_;
|
|
}
|
|
/**
|
|
* <code>uint32 index = 4;</code>
|
|
* @param value The index to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIndex(int value) {
|
|
|
|
index_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 index = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIndex() {
|
|
|
|
index_ = 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 = 11;</code>
|
|
* @return Whether the pos field is set.
|
|
*/
|
|
public boolean hasPos() {
|
|
return posBuilder_ != null || pos_ != null;
|
|
}
|
|
/**
|
|
* <code>.Vector pos = 11;</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 = 11;</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 = 11;</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 = 11;</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 = 11;</code>
|
|
*/
|
|
public Builder clearPos() {
|
|
if (posBuilder_ == null) {
|
|
pos_ = null;
|
|
onChanged();
|
|
} else {
|
|
pos_ = null;
|
|
posBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.Vector pos = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPosBuilder() {
|
|
|
|
onChanged();
|
|
return getPosFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.Vector pos = 11;</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 = 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>
|
|
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 areaId_ ;
|
|
/**
|
|
* <code>uint32 areaId = 2;</code>
|
|
* @return The areaId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getAreaId() {
|
|
return areaId_;
|
|
}
|
|
/**
|
|
* <code>uint32 areaId = 2;</code>
|
|
* @param value The areaId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setAreaId(int value) {
|
|
|
|
areaId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 areaId = 2;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearAreaId() {
|
|
|
|
areaId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int type_ = 0;
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @return The enum numeric value on the wire for type.
|
|
*/
|
|
@java.lang.Override public int getTypeValue() {
|
|
return type_;
|
|
}
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @param value The enum numeric value on the wire for type to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setTypeValue(int value) {
|
|
|
|
type_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @return The type.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType getType() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType result = emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType.valueOf(type_);
|
|
return result == null ? emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType.UNRECOGNIZED : result;
|
|
}
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @param value The type to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setType(emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.LunaRiteHintPointType value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
type_ = value.getNumber();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.LunaRiteHintPointType type = 15;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearType() {
|
|
|
|
type_ = 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:LunaRiteHintPoint)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:LunaRiteHintPoint)
|
|
private static final emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<LunaRiteHintPoint>
|
|
PARSER = new com.google.protobuf.AbstractParser<LunaRiteHintPoint>() {
|
|
@java.lang.Override
|
|
public LunaRiteHintPoint parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new LunaRiteHintPoint(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<LunaRiteHintPoint> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<LunaRiteHintPoint> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.LunaRiteHintPointOuterClass.LunaRiteHintPoint getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_LunaRiteHintPoint_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_LunaRiteHintPoint_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\027LunaRiteHintPoint.proto\032\014Vector.proto\032" +
|
|
"\033LunaRiteHintPointType.proto\"n\n\021LunaRite" +
|
|
"HintPoint\022\r\n\005index\030\004 \001(\r\022\024\n\003pos\030\013 \001(\0132\007." +
|
|
"Vector\022\016\n\006areaId\030\002 \001(\r\022$\n\004type\030\017 \001(\0162\026.L" +
|
|
"unaRiteHintPointTypeB\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(),
|
|
emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_LunaRiteHintPoint_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_LunaRiteHintPoint_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_LunaRiteHintPoint_descriptor,
|
|
new java.lang.String[] { "Index", "Pos", "AreaId", "Type", });
|
|
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.LunaRiteHintPointTypeOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|