// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HuntingStartNotify.proto
package emu.grasscutter.net.proto;
public final class HuntingStartNotifyOuterClass {
private HuntingStartNotifyOuterClass() {}
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 HuntingStartNotifyOrBuilder extends
// @@protoc_insertion_point(interface_extends:HuntingStartNotify)
com.google.protobuf.MessageOrBuilder {
/**
* .Vector clue_position = 11;
* @return Whether the cluePosition field is set.
*/
boolean hasCluePosition();
/**
* .Vector clue_position = 11;
* @return The cluePosition.
*/
emu.grasscutter.net.proto.VectorOuterClass.Vector getCluePosition();
/**
* .Vector clue_position = 11;
*/
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getCluePositionOrBuilder();
/**
* uint32 fail_time = 2;
* @return The failTime.
*/
int getFailTime();
/**
* bool is_final = 4;
* @return The isFinal.
*/
boolean getIsFinal();
/**
* .HuntingPair hunting_pair = 7;
* @return Whether the huntingPair field is set.
*/
boolean hasHuntingPair();
/**
* .HuntingPair hunting_pair = 7;
* @return The huntingPair.
*/
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair getHuntingPair();
/**
* .HuntingPair hunting_pair = 7;
*/
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder();
}
/**
*
* CmdId: 6362 * Obf: MLPIPJMPPID ** * Protobuf type {@code HuntingStartNotify} */ public static final class HuntingStartNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:HuntingStartNotify) HuntingStartNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use HuntingStartNotify.newBuilder() to construct. private HuntingStartNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private HuntingStartNotify() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new HuntingStartNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HuntingStartNotify( 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: { failTime_ = input.readUInt32(); break; } case 32: { isFinal_ = input.readBool(); break; } case 58: { emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.Builder subBuilder = null; if (huntingPair_ != null) { subBuilder = huntingPair_.toBuilder(); } huntingPair_ = input.readMessage(emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(huntingPair_); huntingPair_ = subBuilder.buildPartial(); } break; } case 90: { emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null; if (cluePosition_ != null) { subBuilder = cluePosition_.toBuilder(); } cluePosition_ = input.readMessage(emu.grasscutter.net.proto.VectorOuterClass.Vector.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(cluePosition_); cluePosition_ = 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.HuntingStartNotifyOuterClass.internal_static_HuntingStartNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.internal_static_HuntingStartNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify.class, emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify.Builder.class); } public static final int CLUE_POSITION_FIELD_NUMBER = 11; private emu.grasscutter.net.proto.VectorOuterClass.Vector cluePosition_; /** *
.Vector clue_position = 11;
* @return Whether the cluePosition field is set.
*/
@java.lang.Override
public boolean hasCluePosition() {
return cluePosition_ != null;
}
/**
* .Vector clue_position = 11;
* @return The cluePosition.
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.Vector getCluePosition() {
return cluePosition_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : cluePosition_;
}
/**
* .Vector clue_position = 11;
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getCluePositionOrBuilder() {
return getCluePosition();
}
public static final int FAIL_TIME_FIELD_NUMBER = 2;
private int failTime_;
/**
* uint32 fail_time = 2;
* @return The failTime.
*/
@java.lang.Override
public int getFailTime() {
return failTime_;
}
public static final int IS_FINAL_FIELD_NUMBER = 4;
private boolean isFinal_;
/**
* bool is_final = 4;
* @return The isFinal.
*/
@java.lang.Override
public boolean getIsFinal() {
return isFinal_;
}
public static final int HUNTING_PAIR_FIELD_NUMBER = 7;
private emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair huntingPair_;
/**
* .HuntingPair hunting_pair = 7;
* @return Whether the huntingPair field is set.
*/
@java.lang.Override
public boolean hasHuntingPair() {
return huntingPair_ != null;
}
/**
* .HuntingPair hunting_pair = 7;
* @return The huntingPair.
*/
@java.lang.Override
public emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair getHuntingPair() {
return huntingPair_ == null ? emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.getDefaultInstance() : huntingPair_;
}
/**
* .HuntingPair hunting_pair = 7;
*/
@java.lang.Override
public emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder() {
return getHuntingPair();
}
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 (failTime_ != 0) {
output.writeUInt32(2, failTime_);
}
if (isFinal_ != false) {
output.writeBool(4, isFinal_);
}
if (huntingPair_ != null) {
output.writeMessage(7, getHuntingPair());
}
if (cluePosition_ != null) {
output.writeMessage(11, getCluePosition());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (failTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, failTime_);
}
if (isFinal_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(4, isFinal_);
}
if (huntingPair_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(7, getHuntingPair());
}
if (cluePosition_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(11, getCluePosition());
}
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.HuntingStartNotifyOuterClass.HuntingStartNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify other = (emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify) obj;
if (hasCluePosition() != other.hasCluePosition()) return false;
if (hasCluePosition()) {
if (!getCluePosition()
.equals(other.getCluePosition())) return false;
}
if (getFailTime()
!= other.getFailTime()) return false;
if (getIsFinal()
!= other.getIsFinal()) return false;
if (hasHuntingPair() != other.hasHuntingPair()) return false;
if (hasHuntingPair()) {
if (!getHuntingPair()
.equals(other.getHuntingPair())) 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 (hasCluePosition()) {
hash = (37 * hash) + CLUE_POSITION_FIELD_NUMBER;
hash = (53 * hash) + getCluePosition().hashCode();
}
hash = (37 * hash) + FAIL_TIME_FIELD_NUMBER;
hash = (53 * hash) + getFailTime();
hash = (37 * hash) + IS_FINAL_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsFinal());
if (hasHuntingPair()) {
hash = (37 * hash) + HUNTING_PAIR_FIELD_NUMBER;
hash = (53 * hash) + getHuntingPair().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify 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.HuntingStartNotifyOuterClass.HuntingStartNotify parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify 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.HuntingStartNotifyOuterClass.HuntingStartNotify parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify 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.HuntingStartNotifyOuterClass.HuntingStartNotify parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify 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.HuntingStartNotifyOuterClass.HuntingStartNotify parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify 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.HuntingStartNotifyOuterClass.HuntingStartNotify 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;
}
/**
* * CmdId: 6362 * Obf: MLPIPJMPPID ** * Protobuf type {@code HuntingStartNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
.Vector clue_position = 11;
* @return Whether the cluePosition field is set.
*/
public boolean hasCluePosition() {
return cluePositionBuilder_ != null || cluePosition_ != null;
}
/**
* .Vector clue_position = 11;
* @return The cluePosition.
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector getCluePosition() {
if (cluePositionBuilder_ == null) {
return cluePosition_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : cluePosition_;
} else {
return cluePositionBuilder_.getMessage();
}
}
/**
* .Vector clue_position = 11;
*/
public Builder setCluePosition(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (cluePositionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
cluePosition_ = value;
onChanged();
} else {
cluePositionBuilder_.setMessage(value);
}
return this;
}
/**
* .Vector clue_position = 11;
*/
public Builder setCluePosition(
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
if (cluePositionBuilder_ == null) {
cluePosition_ = builderForValue.build();
onChanged();
} else {
cluePositionBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .Vector clue_position = 11;
*/
public Builder mergeCluePosition(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (cluePositionBuilder_ == null) {
if (cluePosition_ != null) {
cluePosition_ =
emu.grasscutter.net.proto.VectorOuterClass.Vector.newBuilder(cluePosition_).mergeFrom(value).buildPartial();
} else {
cluePosition_ = value;
}
onChanged();
} else {
cluePositionBuilder_.mergeFrom(value);
}
return this;
}
/**
* .Vector clue_position = 11;
*/
public Builder clearCluePosition() {
if (cluePositionBuilder_ == null) {
cluePosition_ = null;
onChanged();
} else {
cluePosition_ = null;
cluePositionBuilder_ = null;
}
return this;
}
/**
* .Vector clue_position = 11;
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getCluePositionBuilder() {
onChanged();
return getCluePositionFieldBuilder().getBuilder();
}
/**
* .Vector clue_position = 11;
*/
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getCluePositionOrBuilder() {
if (cluePositionBuilder_ != null) {
return cluePositionBuilder_.getMessageOrBuilder();
} else {
return cluePosition_ == null ?
emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : cluePosition_;
}
}
/**
* .Vector clue_position = 11;
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
getCluePositionFieldBuilder() {
if (cluePositionBuilder_ == null) {
cluePositionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>(
getCluePosition(),
getParentForChildren(),
isClean());
cluePosition_ = null;
}
return cluePositionBuilder_;
}
private int failTime_ ;
/**
* uint32 fail_time = 2;
* @return The failTime.
*/
@java.lang.Override
public int getFailTime() {
return failTime_;
}
/**
* uint32 fail_time = 2;
* @param value The failTime to set.
* @return This builder for chaining.
*/
public Builder setFailTime(int value) {
failTime_ = value;
onChanged();
return this;
}
/**
* uint32 fail_time = 2;
* @return This builder for chaining.
*/
public Builder clearFailTime() {
failTime_ = 0;
onChanged();
return this;
}
private boolean isFinal_ ;
/**
* bool is_final = 4;
* @return The isFinal.
*/
@java.lang.Override
public boolean getIsFinal() {
return isFinal_;
}
/**
* bool is_final = 4;
* @param value The isFinal to set.
* @return This builder for chaining.
*/
public Builder setIsFinal(boolean value) {
isFinal_ = value;
onChanged();
return this;
}
/**
* bool is_final = 4;
* @return This builder for chaining.
*/
public Builder clearIsFinal() {
isFinal_ = false;
onChanged();
return this;
}
private emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair huntingPair_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair, emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.Builder, emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPairOrBuilder> huntingPairBuilder_;
/**
* .HuntingPair hunting_pair = 7;
* @return Whether the huntingPair field is set.
*/
public boolean hasHuntingPair() {
return huntingPairBuilder_ != null || huntingPair_ != null;
}
/**
* .HuntingPair hunting_pair = 7;
* @return The huntingPair.
*/
public emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair getHuntingPair() {
if (huntingPairBuilder_ == null) {
return huntingPair_ == null ? emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.getDefaultInstance() : huntingPair_;
} else {
return huntingPairBuilder_.getMessage();
}
}
/**
* .HuntingPair hunting_pair = 7;
*/
public Builder setHuntingPair(emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair value) {
if (huntingPairBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
huntingPair_ = value;
onChanged();
} else {
huntingPairBuilder_.setMessage(value);
}
return this;
}
/**
* .HuntingPair hunting_pair = 7;
*/
public Builder setHuntingPair(
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.Builder builderForValue) {
if (huntingPairBuilder_ == null) {
huntingPair_ = builderForValue.build();
onChanged();
} else {
huntingPairBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .HuntingPair hunting_pair = 7;
*/
public Builder mergeHuntingPair(emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair value) {
if (huntingPairBuilder_ == null) {
if (huntingPair_ != null) {
huntingPair_ =
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.newBuilder(huntingPair_).mergeFrom(value).buildPartial();
} else {
huntingPair_ = value;
}
onChanged();
} else {
huntingPairBuilder_.mergeFrom(value);
}
return this;
}
/**
* .HuntingPair hunting_pair = 7;
*/
public Builder clearHuntingPair() {
if (huntingPairBuilder_ == null) {
huntingPair_ = null;
onChanged();
} else {
huntingPair_ = null;
huntingPairBuilder_ = null;
}
return this;
}
/**
* .HuntingPair hunting_pair = 7;
*/
public emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.Builder getHuntingPairBuilder() {
onChanged();
return getHuntingPairFieldBuilder().getBuilder();
}
/**
* .HuntingPair hunting_pair = 7;
*/
public emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder() {
if (huntingPairBuilder_ != null) {
return huntingPairBuilder_.getMessageOrBuilder();
} else {
return huntingPair_ == null ?
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.getDefaultInstance() : huntingPair_;
}
}
/**
* .HuntingPair hunting_pair = 7;
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair, emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.Builder, emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPairOrBuilder>
getHuntingPairFieldBuilder() {
if (huntingPairBuilder_ == null) {
huntingPairBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair, emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPair.Builder, emu.grasscutter.net.proto.HuntingPairOuterClass.HuntingPairOrBuilder>(
getHuntingPair(),
getParentForChildren(),
isClean());
huntingPair_ = null;
}
return huntingPairBuilder_;
}
@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:HuntingStartNotify)
}
// @@protoc_insertion_point(class_scope:HuntingStartNotify)
private static final emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify();
}
public static emu.grasscutter.net.proto.HuntingStartNotifyOuterClass.HuntingStartNotify getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser