// Generated by the protocol buffer compiler. DO NOT EDIT! // source: GCGMsgPVEIntentionInfo.proto package emu.grasscutter.net.proto; public final class GCGMsgPVEIntentionInfoOuterClass { private GCGMsgPVEIntentionInfoOuterClass() {} 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 GCGMsgPVEIntentionInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:GCGMsgPVEIntentionInfo) com.google.protobuf.MessageOrBuilder { /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ int getIntentionMapCount(); /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ boolean containsIntentionMap( int key); /** * Use {@link #getIntentionMapMap()} instead. */ @java.lang.Deprecated java.util.Map getIntentionMap(); /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ java.util.Map getIntentionMapMap(); /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention getIntentionMapOrDefault( int key, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention defaultValue); /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention getIntentionMapOrThrow( int key); } /** *
   * Obf: LNDIMDNPKLF
   * 
* * Protobuf type {@code GCGMsgPVEIntentionInfo} */ public static final class GCGMsgPVEIntentionInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:GCGMsgPVEIntentionInfo) GCGMsgPVEIntentionInfoOrBuilder { private static final long serialVersionUID = 0L; // Use GCGMsgPVEIntentionInfo.newBuilder() to construct. private GCGMsgPVEIntentionInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private GCGMsgPVEIntentionInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new GCGMsgPVEIntentionInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GCGMsgPVEIntentionInfo( 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 114: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { intentionMap_ = com.google.protobuf.MapField.newMapField( IntentionMapDefaultEntryHolder.defaultEntry); mutable_bitField0_ |= 0x00000001; } com.google.protobuf.MapEntry intentionMap__ = input.readMessage( IntentionMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); intentionMap_.getMutableMap().put( intentionMap__.getKey(), intentionMap__.getValue()); 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.GCGMsgPVEIntentionInfoOuterClass.internal_static_GCGMsgPVEIntentionInfo_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 14: return internalGetIntentionMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.internal_static_GCGMsgPVEIntentionInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.class, emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.Builder.class); } public static final int INTENTION_MAP_FIELD_NUMBER = 14; private static final class IntentionMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.internal_static_GCGMsgPVEIntentionInfo_IntentionMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention.getDefaultInstance()); } private com.google.protobuf.MapField< java.lang.Integer, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention> intentionMap_; private com.google.protobuf.MapField internalGetIntentionMap() { if (intentionMap_ == null) { return com.google.protobuf.MapField.emptyMapField( IntentionMapDefaultEntryHolder.defaultEntry); } return intentionMap_; } public int getIntentionMapCount() { return internalGetIntentionMap().getMap().size(); } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public boolean containsIntentionMap( int key) { return internalGetIntentionMap().getMap().containsKey(key); } /** * Use {@link #getIntentionMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIntentionMap() { return getIntentionMapMap(); } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public java.util.Map getIntentionMapMap() { return internalGetIntentionMap().getMap(); } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention getIntentionMapOrDefault( int key, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention defaultValue) { java.util.Map map = internalGetIntentionMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention getIntentionMapOrThrow( int key) { java.util.Map map = internalGetIntentionMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } 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 { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetIntentionMap(), IntentionMapDefaultEntryHolder.defaultEntry, 14); unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetIntentionMap().getMap().entrySet()) { com.google.protobuf.MapEntry intentionMap__ = IntentionMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, intentionMap__); } 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.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo)) { return super.equals(obj); } emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo other = (emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo) obj; if (!internalGetIntentionMap().equals( other.internalGetIntentionMap())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetIntentionMap().getMap().isEmpty()) { hash = (37 * hash) + INTENTION_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetIntentionMap().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo 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.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo 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.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo 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.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo 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.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo 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.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo 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; } /** *
     * Obf: LNDIMDNPKLF
     * 
* * Protobuf type {@code GCGMsgPVEIntentionInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:GCGMsgPVEIntentionInfo) emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.internal_static_GCGMsgPVEIntentionInfo_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 14: return internalGetIntentionMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMutableMapField( int number) { switch (number) { case 14: return internalGetMutableIntentionMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.internal_static_GCGMsgPVEIntentionInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.class, emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.Builder.class); } // Construct using emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); internalGetMutableIntentionMap().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.internal_static_GCGMsgPVEIntentionInfo_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo getDefaultInstanceForType() { return emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo build() { emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo buildPartial() { emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo result = new emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo(this); int from_bitField0_ = bitField0_; result.intentionMap_ = internalGetIntentionMap(); result.intentionMap_.makeImmutable(); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo) { return mergeFrom((emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo other) { if (other == emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.getDefaultInstance()) return this; internalGetMutableIntentionMap().mergeFrom( other.internalGetIntentionMap()); this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.MapField< java.lang.Integer, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention> intentionMap_; private com.google.protobuf.MapField internalGetIntentionMap() { if (intentionMap_ == null) { return com.google.protobuf.MapField.emptyMapField( IntentionMapDefaultEntryHolder.defaultEntry); } return intentionMap_; } private com.google.protobuf.MapField internalGetMutableIntentionMap() { onChanged();; if (intentionMap_ == null) { intentionMap_ = com.google.protobuf.MapField.newMapField( IntentionMapDefaultEntryHolder.defaultEntry); } if (!intentionMap_.isMutable()) { intentionMap_ = intentionMap_.copy(); } return intentionMap_; } public int getIntentionMapCount() { return internalGetIntentionMap().getMap().size(); } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public boolean containsIntentionMap( int key) { return internalGetIntentionMap().getMap().containsKey(key); } /** * Use {@link #getIntentionMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getIntentionMap() { return getIntentionMapMap(); } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public java.util.Map getIntentionMapMap() { return internalGetIntentionMap().getMap(); } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention getIntentionMapOrDefault( int key, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention defaultValue) { java.util.Map map = internalGetIntentionMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention getIntentionMapOrThrow( int key) { java.util.Map map = internalGetIntentionMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearIntentionMap() { internalGetMutableIntentionMap().getMutableMap() .clear(); return this; } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ public Builder removeIntentionMap( int key) { internalGetMutableIntentionMap().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableIntentionMap() { return internalGetMutableIntentionMap().getMutableMap(); } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ public Builder putIntentionMap( int key, emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention value) { if (value == null) { throw new java.lang.NullPointerException(); } internalGetMutableIntentionMap().getMutableMap() .put(key, value); return this; } /** * map<uint32, .GCGMsgPVEIntention> intention_map = 14; */ public Builder putAllIntentionMap( java.util.Map values) { internalGetMutableIntentionMap().getMutableMap() .putAll(values); 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:GCGMsgPVEIntentionInfo) } // @@protoc_insertion_point(class_scope:GCGMsgPVEIntentionInfo) private static final emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo(); } public static emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public GCGMsgPVEIntentionInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new GCGMsgPVEIntentionInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public emu.grasscutter.net.proto.GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_GCGMsgPVEIntentionInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_GCGMsgPVEIntentionInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_GCGMsgPVEIntentionInfo_IntentionMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_GCGMsgPVEIntentionInfo_IntentionMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\034GCGMsgPVEIntentionInfo.proto\032\030GCGMsgPV" + "EIntention.proto\"\244\001\n\026GCGMsgPVEIntentionI" + "nfo\022@\n\rintention_map\030\016 \003(\0132).GCGMsgPVEIn" + "tentionInfo.IntentionMapEntry\032H\n\021Intenti" + "onMapEntry\022\013\n\003key\030\001 \001(\r\022\"\n\005value\030\002 \001(\0132\023" + ".GCGMsgPVEIntention:\0028\001B\033\n\031emu.grasscutt" + "er.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.getDescriptor(), }); internal_static_GCGMsgPVEIntentionInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GCGMsgPVEIntentionInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_GCGMsgPVEIntentionInfo_descriptor, new java.lang.String[] { "IntentionMap", }); internal_static_GCGMsgPVEIntentionInfo_IntentionMapEntry_descriptor = internal_static_GCGMsgPVEIntentionInfo_descriptor.getNestedTypes().get(0); internal_static_GCGMsgPVEIntentionInfo_IntentionMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_GCGMsgPVEIntentionInfo_IntentionMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); emu.grasscutter.net.proto.GCGMsgPVEIntentionOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }