// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: WindSeedClientNotify.proto
package emu.grasscutter.net.proto;
public final class WindSeedClientNotifyOuterClass {
private WindSeedClientNotifyOuterClass() {}
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 WindSeedClientNotifyOrBuilder
extends
// @@protoc_insertion_point(interface_extends:WindSeedClientNotify)
com.google.protobuf.MessageOrBuilder {
/**
* .WindSeedClientNotify.RefreshNotify refresh_notify = 13;
*
* @return Whether the refreshNotify field is set.
*/
boolean hasRefreshNotify();
/**
* .WindSeedClientNotify.RefreshNotify refresh_notify = 13;
*
* @return The refreshNotify.
*/
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.RefreshNotify
getRefreshNotify();
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotifyOrBuilder
getRefreshNotifyOrBuilder();
/**
* .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;
*
* @return Whether the addWindBulletNotify field is set.
*/
boolean hasAddWindBulletNotify();
/**
* .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;
*
* @return The addWindBulletNotify.
*/
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
getAddWindBulletNotify();
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotifyOrBuilder
getAddWindBulletNotifyOrBuilder();
/**
* .WindSeedClientNotify.AreaNotify area_notify = 12;
*
* @return Whether the areaNotify field is set.
*/
boolean hasAreaNotify();
/**
* .WindSeedClientNotify.AreaNotify area_notify = 12;
*
* @return The areaNotify.
*/
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify
getAreaNotify();
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotifyOrBuilder
getAreaNotifyOrBuilder();
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.NotifyCase
getNotifyCase();
}
/**
*
*
*
* Name: FAKNACHPGAI
* CmdId: 1150
*
*
* Protobuf type {@code WindSeedClientNotify}
*/
public static final class WindSeedClientNotify extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:WindSeedClientNotify)
WindSeedClientNotifyOrBuilder {
private static final long serialVersionUID = 0L;
// Use WindSeedClientNotify.newBuilder() to construct.
private WindSeedClientNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private WindSeedClientNotify() {}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new WindSeedClientNotify();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
private WindSeedClientNotify(
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 34:
{
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.Builder
subBuilder = null;
if (notifyCase_ == 4) {
subBuilder =
((emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AddWindBulletNotify)
notify_)
.toBuilder();
}
notify_ =
input.readMessage(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AddWindBulletNotify.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_);
notify_ = subBuilder.buildPartial();
}
notifyCase_ = 4;
break;
}
case 98:
{
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.Builder
subBuilder = null;
if (notifyCase_ == 12) {
subBuilder =
((emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AreaNotify)
notify_)
.toBuilder();
}
notify_ =
input.readMessage(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AreaNotify.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_);
notify_ = subBuilder.buildPartial();
}
notifyCase_ = 12;
break;
}
case 106:
{
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.Builder
subBuilder = null;
if (notifyCase_ == 13) {
subBuilder =
((emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.RefreshNotify)
notify_)
.toBuilder();
}
notify_ =
input.readMessage(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.RefreshNotify.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_);
notify_ = subBuilder.buildPartial();
}
notifyCase_ = 13;
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.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.class,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.Builder
.class);
}
public interface RefreshNotifyOrBuilder
extends
// @@protoc_insertion_point(interface_extends:WindSeedClientNotify.RefreshNotify)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 refresh_num = 8;
*
* @return The refreshNum.
*/
int getRefreshNum();
}
/**
*
*
*
* Name: ANMFOJDBIBG
*
*
* Protobuf type {@code WindSeedClientNotify.RefreshNotify}
*/
public static final class RefreshNotify extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:WindSeedClientNotify.RefreshNotify)
RefreshNotifyOrBuilder {
private static final long serialVersionUID = 0L;
// Use RefreshNotify.newBuilder() to construct.
private RefreshNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RefreshNotify() {}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new RefreshNotify();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
private RefreshNotify(
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 64:
{
refreshNum_ = 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.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_RefreshNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_RefreshNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.class,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.Builder.class);
}
public static final int REFRESH_NUM_FIELD_NUMBER = 8;
private int refreshNum_;
/**
* uint32 refresh_num = 8;
*
* @return The refreshNum.
*/
@java.lang.Override
public int getRefreshNum() {
return refreshNum_;
}
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 (refreshNum_ != 0) {
output.writeUInt32(8, refreshNum_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (refreshNum_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(8, refreshNum_);
}
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.RefreshNotify
other =
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
obj;
if (getRefreshNum() != other.getRefreshNum()) 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) + REFRESH_NUM_FIELD_NUMBER;
hash = (53 * hash) + getRefreshNum();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
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;
}
/**
*
*
*
* Name: ANMFOJDBIBG
*
*
* Protobuf type {@code WindSeedClientNotify.RefreshNotify}
*/
public static final class Builder
extends com.google.protobuf.GeneratedMessageV3.Builderuint32 refresh_num = 8;
*
* @return The refreshNum.
*/
@java.lang.Override
public int getRefreshNum() {
return refreshNum_;
}
/**
* uint32 refresh_num = 8;
*
* @param value The refreshNum to set.
* @return This builder for chaining.
*/
public Builder setRefreshNum(int value) {
refreshNum_ = value;
onChanged();
return this;
}
/**
* uint32 refresh_num = 8;
*
* @return This builder for chaining.
*/
public Builder clearRefreshNum() {
refreshNum_ = 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:WindSeedClientNotify.RefreshNotify)
}
// @@protoc_insertion_point(class_scope:WindSeedClientNotify.RefreshNotify)
private static final emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.RefreshNotify
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify();
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parseruint32 ICPHHBKENBN = 12;
*
* @return The iCPHHBKENBN.
*/
int getICPHHBKENBN();
/**
* uint32 EAIILHENDGN = 13;
*
* @return The eAIILHENDGN.
*/
int getEAIILHENDGN();
/**
* .Vector seed_pos = 7;
*
* @return Whether the seedPos field is set.
*/
boolean hasSeedPos();
/**
* .Vector seed_pos = 7;
*
* @return The seedPos.
*/
emu.grasscutter.net.proto.VectorOuterClass.Vector getSeedPos();
/** .Vector seed_pos = 7; */
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSeedPosOrBuilder();
}
/**
*
*
*
* Name: LHKKBIBDMCK
*
*
* Protobuf type {@code WindSeedClientNotify.AddWindBulletNotify}
*/
public static final class AddWindBulletNotify extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:WindSeedClientNotify.AddWindBulletNotify)
AddWindBulletNotifyOrBuilder {
private static final long serialVersionUID = 0L;
// Use AddWindBulletNotify.newBuilder() to construct.
private AddWindBulletNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AddWindBulletNotify() {}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new AddWindBulletNotify();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
private AddWindBulletNotify(
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 (seedPos_ != null) {
subBuilder = seedPos_.toBuilder();
}
seedPos_ =
input.readMessage(
emu.grasscutter.net.proto.VectorOuterClass.Vector.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(seedPos_);
seedPos_ = subBuilder.buildPartial();
}
break;
}
case 96:
{
iCPHHBKENBN_ = input.readUInt32();
break;
}
case 104:
{
eAIILHENDGN_ = 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.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_AddWindBulletNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_AddWindBulletNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.class,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.Builder.class);
}
public static final int ICPHHBKENBN_FIELD_NUMBER = 12;
private int iCPHHBKENBN_;
/**
* uint32 ICPHHBKENBN = 12;
*
* @return The iCPHHBKENBN.
*/
@java.lang.Override
public int getICPHHBKENBN() {
return iCPHHBKENBN_;
}
public static final int EAIILHENDGN_FIELD_NUMBER = 13;
private int eAIILHENDGN_;
/**
* uint32 EAIILHENDGN = 13;
*
* @return The eAIILHENDGN.
*/
@java.lang.Override
public int getEAIILHENDGN() {
return eAIILHENDGN_;
}
public static final int SEED_POS_FIELD_NUMBER = 7;
private emu.grasscutter.net.proto.VectorOuterClass.Vector seedPos_;
/**
* .Vector seed_pos = 7;
*
* @return Whether the seedPos field is set.
*/
@java.lang.Override
public boolean hasSeedPos() {
return seedPos_ != null;
}
/**
* .Vector seed_pos = 7;
*
* @return The seedPos.
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.Vector getSeedPos() {
return seedPos_ == null
? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance()
: seedPos_;
}
/** .Vector seed_pos = 7; */
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSeedPosOrBuilder() {
return getSeedPos();
}
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 (seedPos_ != null) {
output.writeMessage(7, getSeedPos());
}
if (iCPHHBKENBN_ != 0) {
output.writeUInt32(12, iCPHHBKENBN_);
}
if (eAIILHENDGN_ != 0) {
output.writeUInt32(13, eAIILHENDGN_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (seedPos_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getSeedPos());
}
if (iCPHHBKENBN_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, iCPHHBKENBN_);
}
if (eAIILHENDGN_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, eAIILHENDGN_);
}
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
other =
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
obj;
if (getICPHHBKENBN() != other.getICPHHBKENBN()) return false;
if (getEAIILHENDGN() != other.getEAIILHENDGN()) return false;
if (hasSeedPos() != other.hasSeedPos()) return false;
if (hasSeedPos()) {
if (!getSeedPos().equals(other.getSeedPos())) 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) + ICPHHBKENBN_FIELD_NUMBER;
hash = (53 * hash) + getICPHHBKENBN();
hash = (37 * hash) + EAIILHENDGN_FIELD_NUMBER;
hash = (53 * hash) + getEAIILHENDGN();
if (hasSeedPos()) {
hash = (37 * hash) + SEED_POS_FIELD_NUMBER;
hash = (53 * hash) + getSeedPos().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
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;
}
/**
*
*
*
* Name: LHKKBIBDMCK
*
*
* Protobuf type {@code WindSeedClientNotify.AddWindBulletNotify}
*/
public static final class Builder
extends com.google.protobuf.GeneratedMessageV3.Builderuint32 ICPHHBKENBN = 12;
*
* @return The iCPHHBKENBN.
*/
@java.lang.Override
public int getICPHHBKENBN() {
return iCPHHBKENBN_;
}
/**
* uint32 ICPHHBKENBN = 12;
*
* @param value The iCPHHBKENBN to set.
* @return This builder for chaining.
*/
public Builder setICPHHBKENBN(int value) {
iCPHHBKENBN_ = value;
onChanged();
return this;
}
/**
* uint32 ICPHHBKENBN = 12;
*
* @return This builder for chaining.
*/
public Builder clearICPHHBKENBN() {
iCPHHBKENBN_ = 0;
onChanged();
return this;
}
private int eAIILHENDGN_;
/**
* uint32 EAIILHENDGN = 13;
*
* @return The eAIILHENDGN.
*/
@java.lang.Override
public int getEAIILHENDGN() {
return eAIILHENDGN_;
}
/**
* uint32 EAIILHENDGN = 13;
*
* @param value The eAIILHENDGN to set.
* @return This builder for chaining.
*/
public Builder setEAIILHENDGN(int value) {
eAIILHENDGN_ = value;
onChanged();
return this;
}
/**
* uint32 EAIILHENDGN = 13;
*
* @return This builder for chaining.
*/
public Builder clearEAIILHENDGN() {
eAIILHENDGN_ = 0;
onChanged();
return this;
}
private emu.grasscutter.net.proto.VectorOuterClass.Vector seedPos_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector,
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder,
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
seedPosBuilder_;
/**
* .Vector seed_pos = 7;
*
* @return Whether the seedPos field is set.
*/
public boolean hasSeedPos() {
return seedPosBuilder_ != null || seedPos_ != null;
}
/**
* .Vector seed_pos = 7;
*
* @return The seedPos.
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector getSeedPos() {
if (seedPosBuilder_ == null) {
return seedPos_ == null
? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance()
: seedPos_;
} else {
return seedPosBuilder_.getMessage();
}
}
/** .Vector seed_pos = 7; */
public Builder setSeedPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (seedPosBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
seedPos_ = value;
onChanged();
} else {
seedPosBuilder_.setMessage(value);
}
return this;
}
/** .Vector seed_pos = 7; */
public Builder setSeedPos(
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
if (seedPosBuilder_ == null) {
seedPos_ = builderForValue.build();
onChanged();
} else {
seedPosBuilder_.setMessage(builderForValue.build());
}
return this;
}
/** .Vector seed_pos = 7; */
public Builder mergeSeedPos(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (seedPosBuilder_ == null) {
if (seedPos_ != null) {
seedPos_ =
emu.grasscutter.net.proto.VectorOuterClass.Vector.newBuilder(seedPos_)
.mergeFrom(value)
.buildPartial();
} else {
seedPos_ = value;
}
onChanged();
} else {
seedPosBuilder_.mergeFrom(value);
}
return this;
}
/** .Vector seed_pos = 7; */
public Builder clearSeedPos() {
if (seedPosBuilder_ == null) {
seedPos_ = null;
onChanged();
} else {
seedPos_ = null;
seedPosBuilder_ = null;
}
return this;
}
/** .Vector seed_pos = 7; */
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getSeedPosBuilder() {
onChanged();
return getSeedPosFieldBuilder().getBuilder();
}
/** .Vector seed_pos = 7; */
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getSeedPosOrBuilder() {
if (seedPosBuilder_ != null) {
return seedPosBuilder_.getMessageOrBuilder();
} else {
return seedPos_ == null
? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance()
: seedPos_;
}
}
/** .Vector seed_pos = 7; */
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector,
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder,
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
getSeedPosFieldBuilder() {
if (seedPosBuilder_ == null) {
seedPosBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector,
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder,
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>(
getSeedPos(), getParentForChildren(), isClean());
seedPos_ = null;
}
return seedPosBuilder_;
}
@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:WindSeedClientNotify.AddWindBulletNotify)
}
// @@protoc_insertion_point(class_scope:WindSeedClientNotify.AddWindBulletNotify)
private static final emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AddWindBulletNotify
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify();
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parseruint32 area_id = 12;
*
* @return The areaId.
*/
int getAreaId();
/**
* uint32 area_type = 9;
*
* @return The areaType.
*/
int getAreaType();
/**
* bytes area_code = 2;
*
* @return The areaCode.
*/
com.google.protobuf.ByteString getAreaCode();
}
/**
*
*
*
* Name: BOKCJDAIEHG
*
*
* Protobuf type {@code WindSeedClientNotify.AreaNotify}
*/
public static final class AreaNotify extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:WindSeedClientNotify.AreaNotify)
AreaNotifyOrBuilder {
private static final long serialVersionUID = 0L;
// Use AreaNotify.newBuilder() to construct.
private AreaNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AreaNotify() {
areaCode_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new AreaNotify();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
private AreaNotify(
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 18:
{
areaCode_ = input.readBytes();
break;
}
case 72:
{
areaType_ = input.readUInt32();
break;
}
case 96:
{
areaId_ = 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.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_AreaNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.internal_static_WindSeedClientNotify_AreaNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.class,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.Builder.class);
}
public static final int AREA_ID_FIELD_NUMBER = 12;
private int areaId_;
/**
* uint32 area_id = 12;
*
* @return The areaId.
*/
@java.lang.Override
public int getAreaId() {
return areaId_;
}
public static final int AREA_TYPE_FIELD_NUMBER = 9;
private int areaType_;
/**
* uint32 area_type = 9;
*
* @return The areaType.
*/
@java.lang.Override
public int getAreaType() {
return areaType_;
}
public static final int AREA_CODE_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString areaCode_;
/**
* bytes area_code = 2;
*
* @return The areaCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString getAreaCode() {
return areaCode_;
}
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 (!areaCode_.isEmpty()) {
output.writeBytes(2, areaCode_);
}
if (areaType_ != 0) {
output.writeUInt32(9, areaType_);
}
if (areaId_ != 0) {
output.writeUInt32(12, areaId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!areaCode_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, areaCode_);
}
if (areaType_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(9, areaType_);
}
if (areaId_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, areaId_);
}
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify
other =
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
obj;
if (getAreaId() != other.getAreaId()) return false;
if (getAreaType() != other.getAreaType()) return false;
if (!getAreaCode().equals(other.getAreaCode())) 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) + AREA_ID_FIELD_NUMBER;
hash = (53 * hash) + getAreaId();
hash = (37 * hash) + AREA_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getAreaType();
hash = (37 * hash) + AREA_CODE_FIELD_NUMBER;
hash = (53 * hash) + getAreaCode().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify
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;
}
/**
*
*
*
* Name: BOKCJDAIEHG
*
*
* Protobuf type {@code WindSeedClientNotify.AreaNotify}
*/
public static final class Builder
extends com.google.protobuf.GeneratedMessageV3.Builderuint32 area_id = 12;
*
* @return The areaId.
*/
@java.lang.Override
public int getAreaId() {
return areaId_;
}
/**
* uint32 area_id = 12;
*
* @param value The areaId to set.
* @return This builder for chaining.
*/
public Builder setAreaId(int value) {
areaId_ = value;
onChanged();
return this;
}
/**
* uint32 area_id = 12;
*
* @return This builder for chaining.
*/
public Builder clearAreaId() {
areaId_ = 0;
onChanged();
return this;
}
private int areaType_;
/**
* uint32 area_type = 9;
*
* @return The areaType.
*/
@java.lang.Override
public int getAreaType() {
return areaType_;
}
/**
* uint32 area_type = 9;
*
* @param value The areaType to set.
* @return This builder for chaining.
*/
public Builder setAreaType(int value) {
areaType_ = value;
onChanged();
return this;
}
/**
* uint32 area_type = 9;
*
* @return This builder for chaining.
*/
public Builder clearAreaType() {
areaType_ = 0;
onChanged();
return this;
}
private com.google.protobuf.ByteString areaCode_ = com.google.protobuf.ByteString.EMPTY;
/**
* bytes area_code = 2;
*
* @return The areaCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString getAreaCode() {
return areaCode_;
}
/**
* bytes area_code = 2;
*
* @param value The areaCode to set.
* @return This builder for chaining.
*/
public Builder setAreaCode(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
areaCode_ = value;
onChanged();
return this;
}
/**
* bytes area_code = 2;
*
* @return This builder for chaining.
*/
public Builder clearAreaCode() {
areaCode_ = getDefaultInstance().getAreaCode();
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:WindSeedClientNotify.AreaNotify)
}
// @@protoc_insertion_point(class_scope:WindSeedClientNotify.AreaNotify)
private static final emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AreaNotify
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify();
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser.WindSeedClientNotify.RefreshNotify refresh_notify = 13;
*
* @return Whether the refreshNotify field is set.
*/
@java.lang.Override
public boolean hasRefreshNotify() {
return notifyCase_ == 13;
}
/**
* .WindSeedClientNotify.RefreshNotify refresh_notify = 13;
*
* @return The refreshNotify.
*/
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
getRefreshNotify() {
if (notifyCase_ == 13) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.getDefaultInstance();
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotifyOrBuilder
getRefreshNotifyOrBuilder() {
if (notifyCase_ == 13) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.getDefaultInstance();
}
public static final int ADD_WIND_BULLET_NOTIFY_FIELD_NUMBER = 4;
/**
* .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;
*
* @return Whether the addWindBulletNotify field is set.
*/
@java.lang.Override
public boolean hasAddWindBulletNotify() {
return notifyCase_ == 4;
}
/**
* .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;
*
* @return The addWindBulletNotify.
*/
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
getAddWindBulletNotify() {
if (notifyCase_ == 4) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.getDefaultInstance();
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotifyOrBuilder
getAddWindBulletNotifyOrBuilder() {
if (notifyCase_ == 4) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.getDefaultInstance();
}
public static final int AREA_NOTIFY_FIELD_NUMBER = 12;
/**
* .WindSeedClientNotify.AreaNotify area_notify = 12;
*
* @return Whether the areaNotify field is set.
*/
@java.lang.Override
public boolean hasAreaNotify() {
return notifyCase_ == 12;
}
/**
* .WindSeedClientNotify.AreaNotify area_notify = 12;
*
* @return The areaNotify.
*/
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify
getAreaNotify() {
if (notifyCase_ == 12) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.getDefaultInstance();
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotifyOrBuilder
getAreaNotifyOrBuilder() {
if (notifyCase_ == 12) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.getDefaultInstance();
}
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 (notifyCase_ == 4) {
output.writeMessage(
4,
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_);
}
if (notifyCase_ == 12) {
output.writeMessage(
12,
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_);
}
if (notifyCase_ == 13) {
output.writeMessage(
13,
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (notifyCase_ == 4) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(
4,
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_);
}
if (notifyCase_ == 12) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(
12,
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_);
}
if (notifyCase_ == 13) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(
13,
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_);
}
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify other =
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify) obj;
if (!getNotifyCase().equals(other.getNotifyCase())) return false;
switch (notifyCase_) {
case 13:
if (!getRefreshNotify().equals(other.getRefreshNotify())) return false;
break;
case 4:
if (!getAddWindBulletNotify().equals(other.getAddWindBulletNotify())) return false;
break;
case 12:
if (!getAreaNotify().equals(other.getAreaNotify())) return false;
break;
case 0:
default:
}
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();
switch (notifyCase_) {
case 13:
hash = (37 * hash) + REFRESH_NOTIFY_FIELD_NUMBER;
hash = (53 * hash) + getRefreshNotify().hashCode();
break;
case 4:
hash = (37 * hash) + ADD_WIND_BULLET_NOTIFY_FIELD_NUMBER;
hash = (53 * hash) + getAddWindBulletNotify().hashCode();
break;
case 12:
hash = (37 * hash) + AREA_NOTIFY_FIELD_NUMBER;
hash = (53 * hash) + getAreaNotify().hashCode();
break;
case 0:
default:
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
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.WindSeedClientNotifyOuterClass.WindSeedClientNotify 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;
}
/**
*
*
*
* Name: FAKNACHPGAI
* CmdId: 1150
*
*
* Protobuf type {@code WindSeedClientNotify}
*/
public static final class Builder
extends com.google.protobuf.GeneratedMessageV3.Builder.WindSeedClientNotify.RefreshNotify refresh_notify = 13;
*
* @return Whether the refreshNotify field is set.
*/
@java.lang.Override
public boolean hasRefreshNotify() {
return notifyCase_ == 13;
}
/**
* .WindSeedClientNotify.RefreshNotify refresh_notify = 13;
*
* @return The refreshNotify.
*/
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
getRefreshNotify() {
if (refreshNotifyBuilder_ == null) {
if (notifyCase_ == 13) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.getDefaultInstance();
} else {
if (notifyCase_ == 13) {
return refreshNotifyBuilder_.getMessage();
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.getDefaultInstance();
}
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
public Builder setRefreshNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
value) {
if (refreshNotifyBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
notify_ = value;
onChanged();
} else {
refreshNotifyBuilder_.setMessage(value);
}
notifyCase_ = 13;
return this;
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
public Builder setRefreshNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.Builder
builderForValue) {
if (refreshNotifyBuilder_ == null) {
notify_ = builderForValue.build();
onChanged();
} else {
refreshNotifyBuilder_.setMessage(builderForValue.build());
}
notifyCase_ = 13;
return this;
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
public Builder mergeRefreshNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify
value) {
if (refreshNotifyBuilder_ == null) {
if (notifyCase_ == 13
&& notify_
!= emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.getDefaultInstance()) {
notify_ =
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.newBuilder(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.RefreshNotify)
notify_)
.mergeFrom(value)
.buildPartial();
} else {
notify_ = value;
}
onChanged();
} else {
if (notifyCase_ == 13) {
refreshNotifyBuilder_.mergeFrom(value);
}
refreshNotifyBuilder_.setMessage(value);
}
notifyCase_ = 13;
return this;
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
public Builder clearRefreshNotify() {
if (refreshNotifyBuilder_ == null) {
if (notifyCase_ == 13) {
notifyCase_ = 0;
notify_ = null;
onChanged();
}
} else {
if (notifyCase_ == 13) {
notifyCase_ = 0;
notify_ = null;
}
refreshNotifyBuilder_.clear();
}
return this;
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.Builder
getRefreshNotifyBuilder() {
return getRefreshNotifyFieldBuilder().getBuilder();
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotifyOrBuilder
getRefreshNotifyOrBuilder() {
if ((notifyCase_ == 13) && (refreshNotifyBuilder_ != null)) {
return refreshNotifyBuilder_.getMessageOrBuilder();
} else {
if (notifyCase_ == 13) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.getDefaultInstance();
}
}
/** .WindSeedClientNotify.RefreshNotify refresh_notify = 13; */
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotifyOrBuilder>
getRefreshNotifyFieldBuilder() {
if (refreshNotifyBuilder_ == null) {
if (!(notifyCase_ == 13)) {
notify_ =
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.getDefaultInstance();
}
refreshNotifyBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotifyOrBuilder>(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.RefreshNotify)
notify_,
getParentForChildren(),
isClean());
notify_ = null;
}
notifyCase_ = 13;
onChanged();
;
return refreshNotifyBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotifyOrBuilder>
addWindBulletNotifyBuilder_;
/**
* .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;
*
* @return Whether the addWindBulletNotify field is set.
*/
@java.lang.Override
public boolean hasAddWindBulletNotify() {
return notifyCase_ == 4;
}
/**
* .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;
*
* @return The addWindBulletNotify.
*/
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
getAddWindBulletNotify() {
if (addWindBulletNotifyBuilder_ == null) {
if (notifyCase_ == 4) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.getDefaultInstance();
} else {
if (notifyCase_ == 4) {
return addWindBulletNotifyBuilder_.getMessage();
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.getDefaultInstance();
}
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
public Builder setAddWindBulletNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
value) {
if (addWindBulletNotifyBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
notify_ = value;
onChanged();
} else {
addWindBulletNotifyBuilder_.setMessage(value);
}
notifyCase_ = 4;
return this;
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
public Builder setAddWindBulletNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.Builder
builderForValue) {
if (addWindBulletNotifyBuilder_ == null) {
notify_ = builderForValue.build();
onChanged();
} else {
addWindBulletNotifyBuilder_.setMessage(builderForValue.build());
}
notifyCase_ = 4;
return this;
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
public Builder mergeAddWindBulletNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify
value) {
if (addWindBulletNotifyBuilder_ == null) {
if (notifyCase_ == 4
&& notify_
!= emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.getDefaultInstance()) {
notify_ =
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.newBuilder(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AddWindBulletNotify)
notify_)
.mergeFrom(value)
.buildPartial();
} else {
notify_ = value;
}
onChanged();
} else {
if (notifyCase_ == 4) {
addWindBulletNotifyBuilder_.mergeFrom(value);
}
addWindBulletNotifyBuilder_.setMessage(value);
}
notifyCase_ = 4;
return this;
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
public Builder clearAddWindBulletNotify() {
if (addWindBulletNotifyBuilder_ == null) {
if (notifyCase_ == 4) {
notifyCase_ = 0;
notify_ = null;
onChanged();
}
} else {
if (notifyCase_ == 4) {
notifyCase_ = 0;
notify_ = null;
}
addWindBulletNotifyBuilder_.clear();
}
return this;
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.Builder
getAddWindBulletNotifyBuilder() {
return getAddWindBulletNotifyFieldBuilder().getBuilder();
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotifyOrBuilder
getAddWindBulletNotifyOrBuilder() {
if ((notifyCase_ == 4) && (addWindBulletNotifyBuilder_ != null)) {
return addWindBulletNotifyBuilder_.getMessageOrBuilder();
} else {
if (notifyCase_ == 4) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.getDefaultInstance();
}
}
/** .WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; */
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotifyOrBuilder>
getAddWindBulletNotifyFieldBuilder() {
if (addWindBulletNotifyBuilder_ == null) {
if (!(notifyCase_ == 4)) {
notify_ =
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.getDefaultInstance();
}
addWindBulletNotifyBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotifyOrBuilder>(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AddWindBulletNotify)
notify_,
getParentForChildren(),
isClean());
notify_ = null;
}
notifyCase_ = 4;
onChanged();
;
return addWindBulletNotifyBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotifyOrBuilder>
areaNotifyBuilder_;
/**
* .WindSeedClientNotify.AreaNotify area_notify = 12;
*
* @return Whether the areaNotify field is set.
*/
@java.lang.Override
public boolean hasAreaNotify() {
return notifyCase_ == 12;
}
/**
* .WindSeedClientNotify.AreaNotify area_notify = 12;
*
* @return The areaNotify.
*/
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify
getAreaNotify() {
if (areaNotifyBuilder_ == null) {
if (notifyCase_ == 12) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.getDefaultInstance();
} else {
if (notifyCase_ == 12) {
return areaNotifyBuilder_.getMessage();
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.getDefaultInstance();
}
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
public Builder setAreaNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify
value) {
if (areaNotifyBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
notify_ = value;
onChanged();
} else {
areaNotifyBuilder_.setMessage(value);
}
notifyCase_ = 12;
return this;
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
public Builder setAreaNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify
.Builder
builderForValue) {
if (areaNotifyBuilder_ == null) {
notify_ = builderForValue.build();
onChanged();
} else {
areaNotifyBuilder_.setMessage(builderForValue.build());
}
notifyCase_ = 12;
return this;
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
public Builder mergeAreaNotify(
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify
value) {
if (areaNotifyBuilder_ == null) {
if (notifyCase_ == 12
&& notify_
!= emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.getDefaultInstance()) {
notify_ =
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.newBuilder(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify.AreaNotify)
notify_)
.mergeFrom(value)
.buildPartial();
} else {
notify_ = value;
}
onChanged();
} else {
if (notifyCase_ == 12) {
areaNotifyBuilder_.mergeFrom(value);
}
areaNotifyBuilder_.setMessage(value);
}
notifyCase_ = 12;
return this;
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
public Builder clearAreaNotify() {
if (areaNotifyBuilder_ == null) {
if (notifyCase_ == 12) {
notifyCase_ = 0;
notify_ = null;
onChanged();
}
} else {
if (notifyCase_ == 12) {
notifyCase_ = 0;
notify_ = null;
}
areaNotifyBuilder_.clear();
}
return this;
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.Builder
getAreaNotifyBuilder() {
return getAreaNotifyFieldBuilder().getBuilder();
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
@java.lang.Override
public emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotifyOrBuilder
getAreaNotifyOrBuilder() {
if ((notifyCase_ == 12) && (areaNotifyBuilder_ != null)) {
return areaNotifyBuilder_.getMessageOrBuilder();
} else {
if (notifyCase_ == 12) {
return (emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_;
}
return emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.getDefaultInstance();
}
}
/** .WindSeedClientNotify.AreaNotify area_notify = 12; */
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotifyOrBuilder>
getAreaNotifyFieldBuilder() {
if (areaNotifyBuilder_ == null) {
if (!(notifyCase_ == 12)) {
notify_ =
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.getDefaultInstance();
}
areaNotifyBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify.Builder,
emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotifyOrBuilder>(
(emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
.AreaNotify)
notify_,
getParentForChildren(),
isClean());
notify_ = null;
}
notifyCase_ = 12;
onChanged();
;
return areaNotifyBuilder_;
}
@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:WindSeedClientNotify)
}
// @@protoc_insertion_point(class_scope:WindSeedClientNotify)
private static final emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass
.WindSeedClientNotify
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify();
}
public static emu.grasscutter.net.proto.WindSeedClientNotifyOuterClass.WindSeedClientNotify
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser