diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index faccaf990..acdbe3c4e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Description Please carefully read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) before making any pull requests. -And, **Do not make a pull request to merge into stable unless it is a hotfix. Use the development branch instead.** + ## Issues fixed by this PR @@ -19,4 +19,4 @@ And, **Do not make a pull request to merge into stable unless it is a hotfix. Us - [ ] My code follows the style guidelines of this project - [ ] My pull request is unique and no other pull requests have been opened for these changes - [ ] I have read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) -- [ ] I am responsible for any copyright issues with my code if it occurs in the future. \ No newline at end of file +- [ ] I am responsible for any copyright issues with my code if it occurs in the future. diff --git a/src/generated/main/java/emu/grasscutter/net/proto/BuyResinReqOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/BuyResinReqOuterClass.java new file mode 100644 index 000000000..69be718d5 --- /dev/null +++ b/src/generated/main/java/emu/grasscutter/net/proto/BuyResinReqOuterClass.java @@ -0,0 +1,475 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: BuyResinReq.proto + +package emu.grasscutter.net.proto; + +public final class BuyResinReqOuterClass { + private BuyResinReqOuterClass() {} + 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 BuyResinReqOrBuilder extends + // @@protoc_insertion_point(interface_extends:BuyResinReq) + com.google.protobuf.MessageOrBuilder { + } + /** + *
+ * Name: NIBFJEFHMIM + * CmdId: 630 + *+ * + * Protobuf type {@code BuyResinReq} + */ + public static final class BuyResinReq extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:BuyResinReq) + BuyResinReqOrBuilder { + private static final long serialVersionUID = 0L; + // Use BuyResinReq.newBuilder() to construct. + private BuyResinReq(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + super(builder); + } + private BuyResinReq() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new BuyResinReq(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private BuyResinReq( + 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; + 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.BuyResinReqOuterClass.internal_static_BuyResinReq_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return emu.grasscutter.net.proto.BuyResinReqOuterClass.internal_static_BuyResinReq_fieldAccessorTable + .ensureFieldAccessorsInitialized( + emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq.class, emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq.Builder.class); + } + + 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 { + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + 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.BuyResinReqOuterClass.BuyResinReq)) { + return super.equals(obj); + } + emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq other = (emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq) obj; + + 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 = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq 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.BuyResinReqOuterClass.BuyResinReq parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq 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.BuyResinReqOuterClass.BuyResinReq parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq 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.BuyResinReqOuterClass.BuyResinReq parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq 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.BuyResinReqOuterClass.BuyResinReq parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static emu.grasscutter.net.proto.BuyResinReqOuterClass.BuyResinReq 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.BuyResinReqOuterClass.BuyResinReq 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: NIBFJEFHMIM + * CmdId: 630 + *+ * + * Protobuf type {@code BuyResinReq} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder
int32 retcode = 9;
+ * @return The retcode.
+ */
+ int getRetcode();
+
+ /**
+ * uint32 cur_value = 3;
+ * @return The curValue.
+ */
+ int getCurValue();
+ }
+ /**
+ * + * Name: PFLBPGOHFKJ + * CmdId: 687 + *+ * + * Protobuf type {@code BuyResinRsp} + */ + public static final class BuyResinRsp extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:BuyResinRsp) + BuyResinRspOrBuilder { + private static final long serialVersionUID = 0L; + // Use BuyResinRsp.newBuilder() to construct. + private BuyResinRsp(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + super(builder); + } + private BuyResinRsp() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new BuyResinRsp(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private BuyResinRsp( + 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 24: { + + curValue_ = input.readUInt32(); + break; + } + case 72: { + + retcode_ = input.readInt32(); + 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.BuyResinRspOuterClass.internal_static_BuyResinRsp_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return emu.grasscutter.net.proto.BuyResinRspOuterClass.internal_static_BuyResinRsp_fieldAccessorTable + .ensureFieldAccessorsInitialized( + emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp.class, emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp.Builder.class); + } + + public static final int RETCODE_FIELD_NUMBER = 9; + private int retcode_; + /** + *
int32 retcode = 9;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+
+ public static final int CUR_VALUE_FIELD_NUMBER = 3;
+ private int curValue_;
+ /**
+ * uint32 cur_value = 3;
+ * @return The curValue.
+ */
+ @java.lang.Override
+ public int getCurValue() {
+ return curValue_;
+ }
+
+ 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 (curValue_ != 0) {
+ output.writeUInt32(3, curValue_);
+ }
+ if (retcode_ != 0) {
+ output.writeInt32(9, retcode_);
+ }
+ unknownFields.writeTo(output);
+ }
+
+ @java.lang.Override
+ public int getSerializedSize() {
+ int size = memoizedSize;
+ if (size != -1) return size;
+
+ size = 0;
+ if (curValue_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(3, curValue_);
+ }
+ if (retcode_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt32Size(9, retcode_);
+ }
+ 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.BuyResinRspOuterClass.BuyResinRsp)) {
+ return super.equals(obj);
+ }
+ emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp other = (emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp) obj;
+
+ if (getRetcode()
+ != other.getRetcode()) return false;
+ if (getCurValue()
+ != other.getCurValue()) 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) + RETCODE_FIELD_NUMBER;
+ hash = (53 * hash) + getRetcode();
+ hash = (37 * hash) + CUR_VALUE_FIELD_NUMBER;
+ hash = (53 * hash) + getCurValue();
+ hash = (29 * hash) + unknownFields.hashCode();
+ memoizedHashCode = hash;
+ return hash;
+ }
+
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp parseFrom(
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp 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.BuyResinRspOuterClass.BuyResinRsp parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp 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.BuyResinRspOuterClass.BuyResinRsp parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp parseFrom(
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp 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.BuyResinRspOuterClass.BuyResinRsp parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp 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.BuyResinRspOuterClass.BuyResinRsp parseFrom(
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp 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.BuyResinRspOuterClass.BuyResinRsp 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: PFLBPGOHFKJ + * CmdId: 687 + *+ * + * Protobuf type {@code BuyResinRsp} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder
int32 retcode = 9;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+ /**
+ * int32 retcode = 9;
+ * @param value The retcode to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRetcode(int value) {
+
+ retcode_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * int32 retcode = 9;
+ * @return This builder for chaining.
+ */
+ public Builder clearRetcode() {
+
+ retcode_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int curValue_ ;
+ /**
+ * uint32 cur_value = 3;
+ * @return The curValue.
+ */
+ @java.lang.Override
+ public int getCurValue() {
+ return curValue_;
+ }
+ /**
+ * uint32 cur_value = 3;
+ * @param value The curValue to set.
+ * @return This builder for chaining.
+ */
+ public Builder setCurValue(int value) {
+
+ curValue_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 cur_value = 3;
+ * @return This builder for chaining.
+ */
+ public Builder clearCurValue() {
+
+ curValue_ = 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:BuyResinRsp)
+ }
+
+ // @@protoc_insertion_point(class_scope:BuyResinRsp)
+ private static final emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp DEFAULT_INSTANCE;
+ static {
+ DEFAULT_INSTANCE = new emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp();
+ }
+
+ public static emu.grasscutter.net.proto.BuyResinRspOuterClass.BuyResinRsp getDefaultInstance() {
+ return DEFAULT_INSTANCE;
+ }
+
+ private static final com.google.protobuf.Parseruint32 cur_value = 14;
- *
- * @return The curValue.
- */
- int getCurValue();
-
- /**
- * uint32 curBuyCount = 13;
- *
- * @return The curBuyCount.
- */
- int getCurBuyCount();
-
- /**
- * uint32 nextAddTimestamp = 12;
- *
- * @return The nextAddTimestamp.
- */
- int getNextAddTimestamp();
- }
- /**
- *
- *
- * - * Name: IBIMGHOHNDK - * CmdId: 649 - *- * - * Protobuf type {@code ResinChangeNotify} - */ - public static final class ResinChangeNotify extends com.google.protobuf.GeneratedMessageV3 - implements - // @@protoc_insertion_point(message_implements:ResinChangeNotify) - ResinChangeNotifyOrBuilder { - private static final long serialVersionUID = 0L; - // Use ResinChangeNotify.newBuilder() to construct. - private ResinChangeNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) { - super(builder); - } - - private ResinChangeNotify() {} - - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { - return new ResinChangeNotify(); - } - - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { - return this.unknownFields; - } - - private ResinChangeNotify( - 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 96: - { - nextAddTimestamp_ = input.readUInt32(); - break; - } - case 104: - { - curBuyCount_ = input.readUInt32(); - break; - } - case 112: - { - curValue_ = 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.ResinChangeNotifyOuterClass - .internal_static_ResinChangeNotify_descriptor; - } - - @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internalGetFieldAccessorTable() { - return emu.grasscutter.net.proto.ResinChangeNotifyOuterClass - .internal_static_ResinChangeNotify_fieldAccessorTable - .ensureFieldAccessorsInitialized( - emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify.class, - emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify.Builder - .class); - } - - public static final int CUR_VALUE_FIELD_NUMBER = 14; - private int curValue_; - /** - *
uint32 cur_value = 14;
- *
- * @return The curValue.
- */
- @java.lang.Override
- public int getCurValue() {
- return curValue_;
- }
-
- public static final int CURBUYCOUNT_FIELD_NUMBER = 13;
- private int curBuyCount_;
- /**
- * uint32 curBuyCount = 13;
- *
- * @return The curBuyCount.
- */
- @java.lang.Override
- public int getCurBuyCount() {
- return curBuyCount_;
- }
-
- public static final int NEXTADDTIMESTAMP_FIELD_NUMBER = 12;
- private int nextAddTimestamp_;
- /**
- * uint32 nextAddTimestamp = 12;
- *
- * @return The nextAddTimestamp.
- */
- @java.lang.Override
- public int getNextAddTimestamp() {
- return nextAddTimestamp_;
- }
-
- 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 (nextAddTimestamp_ != 0) {
- output.writeUInt32(12, nextAddTimestamp_);
- }
- if (curBuyCount_ != 0) {
- output.writeUInt32(13, curBuyCount_);
- }
- if (curValue_ != 0) {
- output.writeUInt32(14, curValue_);
- }
- unknownFields.writeTo(output);
- }
-
- @java.lang.Override
- public int getSerializedSize() {
- int size = memoizedSize;
- if (size != -1) return size;
-
- size = 0;
- if (nextAddTimestamp_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, nextAddTimestamp_);
- }
- if (curBuyCount_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, curBuyCount_);
- }
- if (curValue_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeUInt32Size(14, curValue_);
- }
- 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.ResinChangeNotifyOuterClass.ResinChangeNotify)) {
- return super.equals(obj);
- }
- emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify other =
- (emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify) obj;
-
- if (getCurValue() != other.getCurValue()) return false;
- if (getCurBuyCount() != other.getCurBuyCount()) return false;
- if (getNextAddTimestamp() != other.getNextAddTimestamp()) 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) + CUR_VALUE_FIELD_NUMBER;
- hash = (53 * hash) + getCurValue();
- hash = (37 * hash) + CURBUYCOUNT_FIELD_NUMBER;
- hash = (53 * hash) + getCurBuyCount();
- hash = (37 * hash) + NEXTADDTIMESTAMP_FIELD_NUMBER;
- hash = (53 * hash) + getNextAddTimestamp();
- hash = (29 * hash) + unknownFields.hashCode();
- memoizedHashCode = hash;
- return hash;
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
- java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data);
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
- com.google.protobuf.ByteString data)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data);
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
- byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data);
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data, extensionRegistry);
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify
- parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify
- 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.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify 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: IBIMGHOHNDK - * CmdId: 649 - *- * - * Protobuf type {@code ResinChangeNotify} - */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder
uint32 cur_value = 14;
- *
- * @return The curValue.
- */
- @java.lang.Override
- public int getCurValue() {
- return curValue_;
- }
- /**
- * uint32 cur_value = 14;
- *
- * @param value The curValue to set.
- * @return This builder for chaining.
- */
- public Builder setCurValue(int value) {
-
- curValue_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 cur_value = 14;
- *
- * @return This builder for chaining.
- */
- public Builder clearCurValue() {
-
- curValue_ = 0;
- onChanged();
- return this;
- }
-
- private int curBuyCount_;
- /**
- * uint32 curBuyCount = 13;
- *
- * @return The curBuyCount.
- */
- @java.lang.Override
- public int getCurBuyCount() {
- return curBuyCount_;
- }
- /**
- * uint32 curBuyCount = 13;
- *
- * @param value The curBuyCount to set.
- * @return This builder for chaining.
- */
- public Builder setCurBuyCount(int value) {
-
- curBuyCount_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 curBuyCount = 13;
- *
- * @return This builder for chaining.
- */
- public Builder clearCurBuyCount() {
-
- curBuyCount_ = 0;
- onChanged();
- return this;
- }
-
- private int nextAddTimestamp_;
- /**
- * uint32 nextAddTimestamp = 12;
- *
- * @return The nextAddTimestamp.
- */
- @java.lang.Override
- public int getNextAddTimestamp() {
- return nextAddTimestamp_;
- }
- /**
- * uint32 nextAddTimestamp = 12;
- *
- * @param value The nextAddTimestamp to set.
- * @return This builder for chaining.
- */
- public Builder setNextAddTimestamp(int value) {
-
- nextAddTimestamp_ = value;
- onChanged();
- return this;
- }
- /**
- * uint32 nextAddTimestamp = 12;
- *
- * @return This builder for chaining.
- */
- public Builder clearNextAddTimestamp() {
-
- nextAddTimestamp_ = 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:ResinChangeNotify)
- }
-
- // @@protoc_insertion_point(class_scope:ResinChangeNotify)
- private static final emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify
- DEFAULT_INSTANCE;
-
- static {
- DEFAULT_INSTANCE =
- new emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify();
- }
-
- public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify
- getDefaultInstance() {
- return DEFAULT_INSTANCE;
- }
-
- private static final com.google.protobuf.Parseruint32 cur_value = 14;
+ * @return The curValue.
+ */
+ int getCurValue();
+
+ /**
+ * uint32 next_add_timestamp = 13;
+ * @return The nextAddTimestamp.
+ */
+ int getNextAddTimestamp();
+
+ /**
+ * uint32 cur_buy_count = 12;
+ * @return The curBuyCount.
+ */
+ int getCurBuyCount();
+ }
+ /**
+ * Protobuf type {@code ResinChangeNotify}
+ */
+ public static final class ResinChangeNotify extends
+ com.google.protobuf.GeneratedMessageV3 implements
+ // @@protoc_insertion_point(message_implements:ResinChangeNotify)
+ ResinChangeNotifyOrBuilder {
+ private static final long serialVersionUID = 0L;
+ // Use ResinChangeNotify.newBuilder() to construct.
+ private ResinChangeNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ super(builder);
+ }
+ private ResinChangeNotify() {
+ }
+
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new ResinChangeNotify();
+ }
+
+ @java.lang.Override
+ public final com.google.protobuf.UnknownFieldSet
+ getUnknownFields() {
+ return this.unknownFields;
+ }
+ private ResinChangeNotify(
+ 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 96: {
+
+ curBuyCount_ = input.readUInt32();
+ break;
+ }
+ case 104: {
+
+ nextAddTimestamp_ = input.readUInt32();
+ break;
+ }
+ case 112: {
+
+ curValue_ = 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.ResinChangeNotifyOuterClass.internal_static_ResinChangeNotify_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.internal_static_ResinChangeNotify_fieldAccessorTable
+ .ensureFieldAccessorsInitialized(
+ emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify.class, emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify.Builder.class);
+ }
+
+ public static final int CUR_VALUE_FIELD_NUMBER = 14;
+ private int curValue_;
+ /**
+ * uint32 cur_value = 14;
+ * @return The curValue.
+ */
+ @java.lang.Override
+ public int getCurValue() {
+ return curValue_;
+ }
+
+ public static final int NEXT_ADD_TIMESTAMP_FIELD_NUMBER = 13;
+ private int nextAddTimestamp_;
+ /**
+ * uint32 next_add_timestamp = 13;
+ * @return The nextAddTimestamp.
+ */
+ @java.lang.Override
+ public int getNextAddTimestamp() {
+ return nextAddTimestamp_;
+ }
+
+ public static final int CUR_BUY_COUNT_FIELD_NUMBER = 12;
+ private int curBuyCount_;
+ /**
+ * uint32 cur_buy_count = 12;
+ * @return The curBuyCount.
+ */
+ @java.lang.Override
+ public int getCurBuyCount() {
+ return curBuyCount_;
+ }
+
+ 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 (curBuyCount_ != 0) {
+ output.writeUInt32(12, curBuyCount_);
+ }
+ if (nextAddTimestamp_ != 0) {
+ output.writeUInt32(13, nextAddTimestamp_);
+ }
+ if (curValue_ != 0) {
+ output.writeUInt32(14, curValue_);
+ }
+ unknownFields.writeTo(output);
+ }
+
+ @java.lang.Override
+ public int getSerializedSize() {
+ int size = memoizedSize;
+ if (size != -1) return size;
+
+ size = 0;
+ if (curBuyCount_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(12, curBuyCount_);
+ }
+ if (nextAddTimestamp_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(13, nextAddTimestamp_);
+ }
+ if (curValue_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(14, curValue_);
+ }
+ 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.ResinChangeNotifyOuterClass.ResinChangeNotify)) {
+ return super.equals(obj);
+ }
+ emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify other = (emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify) obj;
+
+ if (getCurValue()
+ != other.getCurValue()) return false;
+ if (getNextAddTimestamp()
+ != other.getNextAddTimestamp()) return false;
+ if (getCurBuyCount()
+ != other.getCurBuyCount()) 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) + CUR_VALUE_FIELD_NUMBER;
+ hash = (53 * hash) + getCurValue();
+ hash = (37 * hash) + NEXT_ADD_TIMESTAMP_FIELD_NUMBER;
+ hash = (53 * hash) + getNextAddTimestamp();
+ hash = (37 * hash) + CUR_BUY_COUNT_FIELD_NUMBER;
+ hash = (53 * hash) + getCurBuyCount();
+ hash = (29 * hash) + unknownFields.hashCode();
+ memoizedHashCode = hash;
+ return hash;
+ }
+
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify parseFrom(
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify 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.ResinChangeNotifyOuterClass.ResinChangeNotify prototype) {
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
+ }
+ @java.lang.Override
+ public Builder toBuilder() {
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
+ }
+
+ @java.lang.Override
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ Builder builder = new Builder(parent);
+ return builder;
+ }
+ /**
+ * Protobuf type {@code ResinChangeNotify}
+ */
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builderuint32 cur_value = 14;
+ * @return The curValue.
+ */
+ @java.lang.Override
+ public int getCurValue() {
+ return curValue_;
+ }
+ /**
+ * uint32 cur_value = 14;
+ * @param value The curValue to set.
+ * @return This builder for chaining.
+ */
+ public Builder setCurValue(int value) {
+
+ curValue_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 cur_value = 14;
+ * @return This builder for chaining.
+ */
+ public Builder clearCurValue() {
+
+ curValue_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int nextAddTimestamp_ ;
+ /**
+ * uint32 next_add_timestamp = 13;
+ * @return The nextAddTimestamp.
+ */
+ @java.lang.Override
+ public int getNextAddTimestamp() {
+ return nextAddTimestamp_;
+ }
+ /**
+ * uint32 next_add_timestamp = 13;
+ * @param value The nextAddTimestamp to set.
+ * @return This builder for chaining.
+ */
+ public Builder setNextAddTimestamp(int value) {
+
+ nextAddTimestamp_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 next_add_timestamp = 13;
+ * @return This builder for chaining.
+ */
+ public Builder clearNextAddTimestamp() {
+
+ nextAddTimestamp_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int curBuyCount_ ;
+ /**
+ * uint32 cur_buy_count = 12;
+ * @return The curBuyCount.
+ */
+ @java.lang.Override
+ public int getCurBuyCount() {
+ return curBuyCount_;
+ }
+ /**
+ * uint32 cur_buy_count = 12;
+ * @param value The curBuyCount to set.
+ * @return This builder for chaining.
+ */
+ public Builder setCurBuyCount(int value) {
+
+ curBuyCount_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 cur_buy_count = 12;
+ * @return This builder for chaining.
+ */
+ public Builder clearCurBuyCount() {
+
+ curBuyCount_ = 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:ResinChangeNotify)
+ }
+
+ // @@protoc_insertion_point(class_scope:ResinChangeNotify)
+ private static final emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify DEFAULT_INSTANCE;
+ static {
+ DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify();
+ }
+
+ public static emu.grasscutter.net.proto.ResinChangeNotifyOuterClass.ResinChangeNotify getDefaultInstance() {
+ return DEFAULT_INSTANCE;
+ }
+
+ private static final com.google.protobuf.Parserint32 type = 12;
+ * @return The type.
+ */
+ int getType();
+
+ /**
+ * repeated float param2 = 9;
+ * @return A list containing the param2.
+ */
+ java.util.Listrepeated float param2 = 9;
+ * @return The count of param2.
+ */
+ int getParam2Count();
+ /**
+ * repeated float param2 = 9;
+ * @param index The index of the element to return.
+ * @return The param2 at the given index.
+ */
+ float getParam2(int index);
+
+ /**
+ * uint32 source_uid = 6;
+ * @return The sourceUid.
+ */
+ int getSourceUid();
+
+ /**
+ * repeated string param3 = 8;
+ * @return A list containing the param3.
+ */
+ java.util.Listrepeated string param3 = 8;
+ * @return The count of param3.
+ */
+ int getParam3Count();
+ /**
+ * repeated string param3 = 8;
+ * @param index The index of the element to return.
+ * @return The param3 at the given index.
+ */
+ java.lang.String getParam3(int index);
+ /**
+ * repeated string param3 = 8;
+ * @param index The index of the value to return.
+ * @return The bytes of the param3 at the given index.
+ */
+ com.google.protobuf.ByteString
+ getParam3Bytes(int index);
+
+ /**
+ * repeated uint32 param1 = 7;
+ * @return A list containing the param1.
+ */
+ java.util.Listrepeated uint32 param1 = 7;
+ * @return The count of param1.
+ */
+ int getParam1Count();
+ /**
+ * repeated uint32 param1 = 7;
+ * @param index The index of the element to return.
+ * @return The param1 at the given index.
+ */
+ int getParam1(int index);
+ }
+ /**
+ * + * Name: BHHLLDGJLGK + * CmdId: 3412 + *+ * + * Protobuf type {@code SceneAudioNotify} + */ + public static final class SceneAudioNotify extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:SceneAudioNotify) + SceneAudioNotifyOrBuilder { + private static final long serialVersionUID = 0L; + // Use SceneAudioNotify.newBuilder() to construct. + private SceneAudioNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + super(builder); + } + private SceneAudioNotify() { + param2_ = emptyFloatList(); + param3_ = com.google.protobuf.LazyStringArrayList.EMPTY; + param1_ = emptyIntList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new SceneAudioNotify(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private SceneAudioNotify( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 48: { + + sourceUid_ = input.readUInt32(); + break; + } + case 56: { + if (!((mutable_bitField0_ & 0x00000004) != 0)) { + param1_ = newIntList(); + mutable_bitField0_ |= 0x00000004; + } + param1_.addInt(input.readUInt32()); + break; + } + case 58: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { + param1_ = newIntList(); + mutable_bitField0_ |= 0x00000004; + } + while (input.getBytesUntilLimit() > 0) { + param1_.addInt(input.readUInt32()); + } + input.popLimit(limit); + break; + } + case 66: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + param3_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000002; + } + param3_.add(s); + break; + } + case 77: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + param2_ = newFloatList(); + mutable_bitField0_ |= 0x00000001; + } + param2_.addFloat(input.readFloat()); + break; + } + case 74: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { + param2_ = newFloatList(); + mutable_bitField0_ |= 0x00000001; + } + while (input.getBytesUntilLimit() > 0) { + param2_.addFloat(input.readFloat()); + } + input.popLimit(limit); + break; + } + case 96: { + + type_ = input.readInt32(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000004) != 0)) { + param1_.makeImmutable(); // C + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + param3_ = param3_.getUnmodifiableView(); + } + if (((mutable_bitField0_ & 0x00000001) != 0)) { + param2_.makeImmutable(); // C + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.internal_static_SceneAudioNotify_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.internal_static_SceneAudioNotify_fieldAccessorTable + .ensureFieldAccessorsInitialized( + emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify.class, emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify.Builder.class); + } + + public static final int TYPE_FIELD_NUMBER = 12; + private int type_; + /** + *
int32 type = 12;
+ * @return The type.
+ */
+ @java.lang.Override
+ public int getType() {
+ return type_;
+ }
+
+ public static final int PARAM2_FIELD_NUMBER = 9;
+ private com.google.protobuf.Internal.FloatList param2_;
+ /**
+ * repeated float param2 = 9;
+ * @return A list containing the param2.
+ */
+ @java.lang.Override
+ public java.util.Listrepeated float param2 = 9;
+ * @return The count of param2.
+ */
+ public int getParam2Count() {
+ return param2_.size();
+ }
+ /**
+ * repeated float param2 = 9;
+ * @param index The index of the element to return.
+ * @return The param2 at the given index.
+ */
+ public float getParam2(int index) {
+ return param2_.getFloat(index);
+ }
+ private int param2MemoizedSerializedSize = -1;
+
+ public static final int SOURCE_UID_FIELD_NUMBER = 6;
+ private int sourceUid_;
+ /**
+ * uint32 source_uid = 6;
+ * @return The sourceUid.
+ */
+ @java.lang.Override
+ public int getSourceUid() {
+ return sourceUid_;
+ }
+
+ public static final int PARAM3_FIELD_NUMBER = 8;
+ private com.google.protobuf.LazyStringList param3_;
+ /**
+ * repeated string param3 = 8;
+ * @return A list containing the param3.
+ */
+ public com.google.protobuf.ProtocolStringList
+ getParam3List() {
+ return param3_;
+ }
+ /**
+ * repeated string param3 = 8;
+ * @return The count of param3.
+ */
+ public int getParam3Count() {
+ return param3_.size();
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param index The index of the element to return.
+ * @return The param3 at the given index.
+ */
+ public java.lang.String getParam3(int index) {
+ return param3_.get(index);
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param index The index of the value to return.
+ * @return The bytes of the param3 at the given index.
+ */
+ public com.google.protobuf.ByteString
+ getParam3Bytes(int index) {
+ return param3_.getByteString(index);
+ }
+
+ public static final int PARAM1_FIELD_NUMBER = 7;
+ private com.google.protobuf.Internal.IntList param1_;
+ /**
+ * repeated uint32 param1 = 7;
+ * @return A list containing the param1.
+ */
+ @java.lang.Override
+ public java.util.Listrepeated uint32 param1 = 7;
+ * @return The count of param1.
+ */
+ public int getParam1Count() {
+ return param1_.size();
+ }
+ /**
+ * repeated uint32 param1 = 7;
+ * @param index The index of the element to return.
+ * @return The param1 at the given index.
+ */
+ public int getParam1(int index) {
+ return param1_.getInt(index);
+ }
+ private int param1MemoizedSerializedSize = -1;
+
+ private byte memoizedIsInitialized = -1;
+ @java.lang.Override
+ public final boolean isInitialized() {
+ byte isInitialized = memoizedIsInitialized;
+ if (isInitialized == 1) return true;
+ if (isInitialized == 0) return false;
+
+ memoizedIsInitialized = 1;
+ return true;
+ }
+
+ @java.lang.Override
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ getSerializedSize();
+ if (sourceUid_ != 0) {
+ output.writeUInt32(6, sourceUid_);
+ }
+ if (getParam1List().size() > 0) {
+ output.writeUInt32NoTag(58);
+ output.writeUInt32NoTag(param1MemoizedSerializedSize);
+ }
+ for (int i = 0; i < param1_.size(); i++) {
+ output.writeUInt32NoTag(param1_.getInt(i));
+ }
+ for (int i = 0; i < param3_.size(); i++) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 8, param3_.getRaw(i));
+ }
+ if (getParam2List().size() > 0) {
+ output.writeUInt32NoTag(74);
+ output.writeUInt32NoTag(param2MemoizedSerializedSize);
+ }
+ for (int i = 0; i < param2_.size(); i++) {
+ output.writeFloatNoTag(param2_.getFloat(i));
+ }
+ if (type_ != 0) {
+ output.writeInt32(12, type_);
+ }
+ unknownFields.writeTo(output);
+ }
+
+ @java.lang.Override
+ public int getSerializedSize() {
+ int size = memoizedSize;
+ if (size != -1) return size;
+
+ size = 0;
+ if (sourceUid_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(6, sourceUid_);
+ }
+ {
+ int dataSize = 0;
+ for (int i = 0; i < param1_.size(); i++) {
+ dataSize += com.google.protobuf.CodedOutputStream
+ .computeUInt32SizeNoTag(param1_.getInt(i));
+ }
+ size += dataSize;
+ if (!getParam1List().isEmpty()) {
+ size += 1;
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt32SizeNoTag(dataSize);
+ }
+ param1MemoizedSerializedSize = dataSize;
+ }
+ {
+ int dataSize = 0;
+ for (int i = 0; i < param3_.size(); i++) {
+ dataSize += computeStringSizeNoTag(param3_.getRaw(i));
+ }
+ size += dataSize;
+ size += 1 * getParam3List().size();
+ }
+ {
+ int dataSize = 0;
+ dataSize = 4 * getParam2List().size();
+ size += dataSize;
+ if (!getParam2List().isEmpty()) {
+ size += 1;
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt32SizeNoTag(dataSize);
+ }
+ param2MemoizedSerializedSize = dataSize;
+ }
+ if (type_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt32Size(12, type_);
+ }
+ size += unknownFields.getSerializedSize();
+ memoizedSize = size;
+ return size;
+ }
+
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
+ if (obj == this) {
+ return true;
+ }
+ if (!(obj instanceof emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify)) {
+ return super.equals(obj);
+ }
+ emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify other = (emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify) obj;
+
+ if (getType()
+ != other.getType()) return false;
+ if (!getParam2List()
+ .equals(other.getParam2List())) return false;
+ if (getSourceUid()
+ != other.getSourceUid()) return false;
+ if (!getParam3List()
+ .equals(other.getParam3List())) return false;
+ if (!getParam1List()
+ .equals(other.getParam1List())) 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) + TYPE_FIELD_NUMBER;
+ hash = (53 * hash) + getType();
+ if (getParam2Count() > 0) {
+ hash = (37 * hash) + PARAM2_FIELD_NUMBER;
+ hash = (53 * hash) + getParam2List().hashCode();
+ }
+ hash = (37 * hash) + SOURCE_UID_FIELD_NUMBER;
+ hash = (53 * hash) + getSourceUid();
+ if (getParam3Count() > 0) {
+ hash = (37 * hash) + PARAM3_FIELD_NUMBER;
+ hash = (53 * hash) + getParam3List().hashCode();
+ }
+ if (getParam1Count() > 0) {
+ hash = (37 * hash) + PARAM1_FIELD_NUMBER;
+ hash = (53 * hash) + getParam1List().hashCode();
+ }
+ hash = (29 * hash) + unknownFields.hashCode();
+ memoizedHashCode = hash;
+ return hash;
+ }
+
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify parseFrom(
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify 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.SceneAudioNotifyOuterClass.SceneAudioNotify parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify 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.SceneAudioNotifyOuterClass.SceneAudioNotify parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify parseFrom(
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify 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.SceneAudioNotifyOuterClass.SceneAudioNotify parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify 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.SceneAudioNotifyOuterClass.SceneAudioNotify parseFrom(
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify 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.SceneAudioNotifyOuterClass.SceneAudioNotify 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: BHHLLDGJLGK + * CmdId: 3412 + *+ * + * Protobuf type {@code SceneAudioNotify} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder
int32 type = 12;
+ * @return The type.
+ */
+ @java.lang.Override
+ public int getType() {
+ return type_;
+ }
+ /**
+ * int32 type = 12;
+ * @param value The type to set.
+ * @return This builder for chaining.
+ */
+ public Builder setType(int value) {
+
+ type_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * int32 type = 12;
+ * @return This builder for chaining.
+ */
+ public Builder clearType() {
+
+ type_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private com.google.protobuf.Internal.FloatList param2_ = emptyFloatList();
+ private void ensureParam2IsMutable() {
+ if (!((bitField0_ & 0x00000001) != 0)) {
+ param2_ = mutableCopy(param2_);
+ bitField0_ |= 0x00000001;
+ }
+ }
+ /**
+ * repeated float param2 = 9;
+ * @return A list containing the param2.
+ */
+ public java.util.Listrepeated float param2 = 9;
+ * @return The count of param2.
+ */
+ public int getParam2Count() {
+ return param2_.size();
+ }
+ /**
+ * repeated float param2 = 9;
+ * @param index The index of the element to return.
+ * @return The param2 at the given index.
+ */
+ public float getParam2(int index) {
+ return param2_.getFloat(index);
+ }
+ /**
+ * repeated float param2 = 9;
+ * @param index The index to set the value at.
+ * @param value The param2 to set.
+ * @return This builder for chaining.
+ */
+ public Builder setParam2(
+ int index, float value) {
+ ensureParam2IsMutable();
+ param2_.setFloat(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated float param2 = 9;
+ * @param value The param2 to add.
+ * @return This builder for chaining.
+ */
+ public Builder addParam2(float value) {
+ ensureParam2IsMutable();
+ param2_.addFloat(value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated float param2 = 9;
+ * @param values The param2 to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAllParam2(
+ java.lang.Iterable extends java.lang.Float> values) {
+ ensureParam2IsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
+ values, param2_);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated float param2 = 9;
+ * @return This builder for chaining.
+ */
+ public Builder clearParam2() {
+ param2_ = emptyFloatList();
+ bitField0_ = (bitField0_ & ~0x00000001);
+ onChanged();
+ return this;
+ }
+
+ private int sourceUid_ ;
+ /**
+ * uint32 source_uid = 6;
+ * @return The sourceUid.
+ */
+ @java.lang.Override
+ public int getSourceUid() {
+ return sourceUid_;
+ }
+ /**
+ * uint32 source_uid = 6;
+ * @param value The sourceUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSourceUid(int value) {
+
+ sourceUid_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 source_uid = 6;
+ * @return This builder for chaining.
+ */
+ public Builder clearSourceUid() {
+
+ sourceUid_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private com.google.protobuf.LazyStringList param3_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ private void ensureParam3IsMutable() {
+ if (!((bitField0_ & 0x00000002) != 0)) {
+ param3_ = new com.google.protobuf.LazyStringArrayList(param3_);
+ bitField0_ |= 0x00000002;
+ }
+ }
+ /**
+ * repeated string param3 = 8;
+ * @return A list containing the param3.
+ */
+ public com.google.protobuf.ProtocolStringList
+ getParam3List() {
+ return param3_.getUnmodifiableView();
+ }
+ /**
+ * repeated string param3 = 8;
+ * @return The count of param3.
+ */
+ public int getParam3Count() {
+ return param3_.size();
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param index The index of the element to return.
+ * @return The param3 at the given index.
+ */
+ public java.lang.String getParam3(int index) {
+ return param3_.get(index);
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param index The index of the value to return.
+ * @return The bytes of the param3 at the given index.
+ */
+ public com.google.protobuf.ByteString
+ getParam3Bytes(int index) {
+ return param3_.getByteString(index);
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param index The index to set the value at.
+ * @param value The param3 to set.
+ * @return This builder for chaining.
+ */
+ public Builder setParam3(
+ int index, java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ensureParam3IsMutable();
+ param3_.set(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param value The param3 to add.
+ * @return This builder for chaining.
+ */
+ public Builder addParam3(
+ java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ensureParam3IsMutable();
+ param3_.add(value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param values The param3 to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAllParam3(
+ java.lang.Iterablerepeated string param3 = 8;
+ * @return This builder for chaining.
+ */
+ public Builder clearParam3() {
+ param3_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ bitField0_ = (bitField0_ & ~0x00000002);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated string param3 = 8;
+ * @param value The bytes of the param3 to add.
+ * @return This builder for chaining.
+ */
+ public Builder addParam3Bytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ ensureParam3IsMutable();
+ param3_.add(value);
+ onChanged();
+ return this;
+ }
+
+ private com.google.protobuf.Internal.IntList param1_ = emptyIntList();
+ private void ensureParam1IsMutable() {
+ if (!((bitField0_ & 0x00000004) != 0)) {
+ param1_ = mutableCopy(param1_);
+ bitField0_ |= 0x00000004;
+ }
+ }
+ /**
+ * repeated uint32 param1 = 7;
+ * @return A list containing the param1.
+ */
+ public java.util.Listrepeated uint32 param1 = 7;
+ * @return The count of param1.
+ */
+ public int getParam1Count() {
+ return param1_.size();
+ }
+ /**
+ * repeated uint32 param1 = 7;
+ * @param index The index of the element to return.
+ * @return The param1 at the given index.
+ */
+ public int getParam1(int index) {
+ return param1_.getInt(index);
+ }
+ /**
+ * repeated uint32 param1 = 7;
+ * @param index The index to set the value at.
+ * @param value The param1 to set.
+ * @return This builder for chaining.
+ */
+ public Builder setParam1(
+ int index, int value) {
+ ensureParam1IsMutable();
+ param1_.setInt(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 param1 = 7;
+ * @param value The param1 to add.
+ * @return This builder for chaining.
+ */
+ public Builder addParam1(int value) {
+ ensureParam1IsMutable();
+ param1_.addInt(value);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 param1 = 7;
+ * @param values The param1 to add.
+ * @return This builder for chaining.
+ */
+ public Builder addAllParam1(
+ java.lang.Iterable extends java.lang.Integer> values) {
+ ensureParam1IsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
+ values, param1_);
+ onChanged();
+ return this;
+ }
+ /**
+ * repeated uint32 param1 = 7;
+ * @return This builder for chaining.
+ */
+ public Builder clearParam1() {
+ param1_ = emptyIntList();
+ bitField0_ = (bitField0_ & ~0x00000004);
+ 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:SceneAudioNotify)
+ }
+
+ // @@protoc_insertion_point(class_scope:SceneAudioNotify)
+ private static final emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify DEFAULT_INSTANCE;
+ static {
+ DEFAULT_INSTANCE = new emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify();
+ }
+
+ public static emu.grasscutter.net.proto.SceneAudioNotifyOuterClass.SceneAudioNotify getDefaultInstance() {
+ return DEFAULT_INSTANCE;
+ }
+
+ private static final com.google.protobuf.Parser