// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GravenInnocenceEditCarveCombinationReq.proto
package emu.grasscutter.net.proto;
public final class GravenInnocenceEditCarveCombinationReqOuterClass {
private GravenInnocenceEditCarveCombinationReqOuterClass() {}
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 GravenInnocenceEditCarveCombinationReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:GravenInnocenceEditCarveCombinationReq)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 entity_id = 10;
* @return The entityId.
*/
int getEntityId();
/**
* .CustomGadgetTreeInfo combination_info = 9;
* @return Whether the combinationInfo field is set.
*/
boolean hasCombinationInfo();
/**
* .CustomGadgetTreeInfo combination_info = 9;
* @return The combinationInfo.
*/
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo getCombinationInfo();
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder getCombinationInfoOrBuilder();
}
/**
*
* CmdId: 21123 * Obf: NHDALOLAKAL ** * Protobuf type {@code GravenInnocenceEditCarveCombinationReq} */ public static final class GravenInnocenceEditCarveCombinationReq extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:GravenInnocenceEditCarveCombinationReq) GravenInnocenceEditCarveCombinationReqOrBuilder { private static final long serialVersionUID = 0L; // Use GravenInnocenceEditCarveCombinationReq.newBuilder() to construct. private GravenInnocenceEditCarveCombinationReq(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private GravenInnocenceEditCarveCombinationReq() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new GravenInnocenceEditCarveCombinationReq(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GravenInnocenceEditCarveCombinationReq( 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 74: { emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.Builder subBuilder = null; if (combinationInfo_ != null) { subBuilder = combinationInfo_.toBuilder(); } combinationInfo_ = input.readMessage(emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(combinationInfo_); combinationInfo_ = subBuilder.buildPartial(); } break; } case 80: { entityId_ = 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.GravenInnocenceEditCarveCombinationReqOuterClass.internal_static_GravenInnocenceEditCarveCombinationReq_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.internal_static_GravenInnocenceEditCarveCombinationReq_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq.class, emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq.Builder.class); } public static final int ENTITY_ID_FIELD_NUMBER = 10; private int entityId_; /** *
uint32 entity_id = 10;
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
public static final int COMBINATION_INFO_FIELD_NUMBER = 9;
private emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo combinationInfo_;
/**
* .CustomGadgetTreeInfo combination_info = 9;
* @return Whether the combinationInfo field is set.
*/
@java.lang.Override
public boolean hasCombinationInfo() {
return combinationInfo_ != null;
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
* @return The combinationInfo.
*/
@java.lang.Override
public emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo getCombinationInfo() {
return combinationInfo_ == null ? emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.getDefaultInstance() : combinationInfo_;
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
@java.lang.Override
public emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder getCombinationInfoOrBuilder() {
return getCombinationInfo();
}
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 (combinationInfo_ != null) {
output.writeMessage(9, getCombinationInfo());
}
if (entityId_ != 0) {
output.writeUInt32(10, entityId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (combinationInfo_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(9, getCombinationInfo());
}
if (entityId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(10, entityId_);
}
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.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq other = (emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq) obj;
if (getEntityId()
!= other.getEntityId()) return false;
if (hasCombinationInfo() != other.hasCombinationInfo()) return false;
if (hasCombinationInfo()) {
if (!getCombinationInfo()
.equals(other.getCombinationInfo())) 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) + ENTITY_ID_FIELD_NUMBER;
hash = (53 * hash) + getEntityId();
if (hasCombinationInfo()) {
hash = (37 * hash) + COMBINATION_INFO_FIELD_NUMBER;
hash = (53 * hash) + getCombinationInfo().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq 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.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq 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.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq 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.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq 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.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq 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.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* * CmdId: 21123 * Obf: NHDALOLAKAL ** * Protobuf type {@code GravenInnocenceEditCarveCombinationReq} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
uint32 entity_id = 10;
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
/**
* uint32 entity_id = 10;
* @param value The entityId to set.
* @return This builder for chaining.
*/
public Builder setEntityId(int value) {
entityId_ = value;
onChanged();
return this;
}
/**
* uint32 entity_id = 10;
* @return This builder for chaining.
*/
public Builder clearEntityId() {
entityId_ = 0;
onChanged();
return this;
}
private emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo combinationInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo, emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.Builder, emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder> combinationInfoBuilder_;
/**
* .CustomGadgetTreeInfo combination_info = 9;
* @return Whether the combinationInfo field is set.
*/
public boolean hasCombinationInfo() {
return combinationInfoBuilder_ != null || combinationInfo_ != null;
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
* @return The combinationInfo.
*/
public emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo getCombinationInfo() {
if (combinationInfoBuilder_ == null) {
return combinationInfo_ == null ? emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.getDefaultInstance() : combinationInfo_;
} else {
return combinationInfoBuilder_.getMessage();
}
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
public Builder setCombinationInfo(emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo value) {
if (combinationInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
combinationInfo_ = value;
onChanged();
} else {
combinationInfoBuilder_.setMessage(value);
}
return this;
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
public Builder setCombinationInfo(
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.Builder builderForValue) {
if (combinationInfoBuilder_ == null) {
combinationInfo_ = builderForValue.build();
onChanged();
} else {
combinationInfoBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
public Builder mergeCombinationInfo(emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo value) {
if (combinationInfoBuilder_ == null) {
if (combinationInfo_ != null) {
combinationInfo_ =
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.newBuilder(combinationInfo_).mergeFrom(value).buildPartial();
} else {
combinationInfo_ = value;
}
onChanged();
} else {
combinationInfoBuilder_.mergeFrom(value);
}
return this;
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
public Builder clearCombinationInfo() {
if (combinationInfoBuilder_ == null) {
combinationInfo_ = null;
onChanged();
} else {
combinationInfo_ = null;
combinationInfoBuilder_ = null;
}
return this;
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
public emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.Builder getCombinationInfoBuilder() {
onChanged();
return getCombinationInfoFieldBuilder().getBuilder();
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
public emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder getCombinationInfoOrBuilder() {
if (combinationInfoBuilder_ != null) {
return combinationInfoBuilder_.getMessageOrBuilder();
} else {
return combinationInfo_ == null ?
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.getDefaultInstance() : combinationInfo_;
}
}
/**
* .CustomGadgetTreeInfo combination_info = 9;
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo, emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.Builder, emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder>
getCombinationInfoFieldBuilder() {
if (combinationInfoBuilder_ == null) {
combinationInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo, emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo.Builder, emu.grasscutter.net.proto.CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder>(
getCombinationInfo(),
getParentForChildren(),
isClean());
combinationInfo_ = null;
}
return combinationInfoBuilder_;
}
@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:GravenInnocenceEditCarveCombinationReq)
}
// @@protoc_insertion_point(class_scope:GravenInnocenceEditCarveCombinationReq)
private static final emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq();
}
public static emu.grasscutter.net.proto.GravenInnocenceEditCarveCombinationReqOuterClass.GravenInnocenceEditCarveCombinationReq getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser