// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PBNavMeshPoly.proto package emu.grasscutter.net.proto; public final class PBNavMeshPolyOuterClass { private PBNavMeshPolyOuterClass() {} 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 PBNavMeshPolyOrBuilder extends // @@protoc_insertion_point(interface_extends:PBNavMeshPoly) com.google.protobuf.MessageOrBuilder { /** * int32 area = 1; * @return The area. */ int getArea(); /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return A list containing the edgeTypes. */ java.util.List getEdgeTypesList(); /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return The count of edgeTypes. */ int getEdgeTypesCount(); /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index of the element to return. * @return The edgeTypes at the given index. */ emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType getEdgeTypes(int index); /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return A list containing the enum numeric values on the wire for edgeTypes. */ java.util.List getEdgeTypesValueList(); /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index of the value to return. * @return The enum numeric value on the wire of edgeTypes at the given index. */ int getEdgeTypesValue(int index); /** * repeated int32 vects = 7; * @return A list containing the vects. */ java.util.List getVectsList(); /** * repeated int32 vects = 7; * @return The count of vects. */ int getVectsCount(); /** * repeated int32 vects = 7; * @param index The index of the element to return. * @return The vects at the given index. */ int getVects(int index); } /** *
   * Obf: KFCPBANHIDH
   * 
* * Protobuf type {@code PBNavMeshPoly} */ public static final class PBNavMeshPoly extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:PBNavMeshPoly) PBNavMeshPolyOrBuilder { private static final long serialVersionUID = 0L; // Use PBNavMeshPoly.newBuilder() to construct. private PBNavMeshPoly(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PBNavMeshPoly() { edgeTypes_ = java.util.Collections.emptyList(); vects_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PBNavMeshPoly(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PBNavMeshPoly( 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 8: { area_ = input.readInt32(); break; } case 56: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { vects_ = newIntList(); mutable_bitField0_ |= 0x00000002; } vects_.addInt(input.readInt32()); break; } case 58: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { vects_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { vects_.addInt(input.readInt32()); } input.popLimit(limit); break; } case 88: { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { edgeTypes_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } edgeTypes_.add(rawValue); break; } case 90: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { edgeTypes_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } edgeTypes_.add(rawValue); } input.popLimit(oldLimit); 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_ & 0x00000002) != 0)) { vects_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { edgeTypes_ = java.util.Collections.unmodifiableList(edgeTypes_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.internal_static_PBNavMeshPoly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.internal_static_PBNavMeshPoly_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.class, emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.Builder.class); } /** *
     * Obf: LDJGIJGJJBP
     * 
* * Protobuf enum {@code PBNavMeshPoly.EdgeType} */ public enum EdgeType implements com.google.protobuf.ProtocolMessageEnum { /** * INNER = 0; */ INNER(0), /** * TILE_BOUND = 1; */ TILE_BOUND(1), /** * TILE_BOUND_UNCONNECT = 2; */ TILE_BOUND_UNCONNECT(2), /** * TILE_BOUND_OVERIDE = 3; */ TILE_BOUND_OVERIDE(3), UNRECOGNIZED(-1), ; /** * INNER = 0; */ public static final int INNER_VALUE = 0; /** * TILE_BOUND = 1; */ public static final int TILE_BOUND_VALUE = 1; /** * TILE_BOUND_UNCONNECT = 2; */ public static final int TILE_BOUND_UNCONNECT_VALUE = 2; /** * TILE_BOUND_OVERIDE = 3; */ public static final int TILE_BOUND_OVERIDE_VALUE = 3; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static EdgeType valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static EdgeType forNumber(int value) { switch (value) { case 0: return INNER; case 1: return TILE_BOUND; case 2: return TILE_BOUND_UNCONNECT; case 3: return TILE_BOUND_OVERIDE; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< EdgeType> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public EdgeType findValueByNumber(int number) { return EdgeType.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.getDescriptor().getEnumTypes().get(0); } private static final EdgeType[] VALUES = values(); public static EdgeType valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private EdgeType(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:PBNavMeshPoly.EdgeType) } public static final int AREA_FIELD_NUMBER = 1; private int area_; /** * int32 area = 1; * @return The area. */ @java.lang.Override public int getArea() { return area_; } public static final int EDGE_TYPES_FIELD_NUMBER = 11; private java.util.List edgeTypes_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType> edgeTypes_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType>() { public emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType convert(java.lang.Integer from) { @SuppressWarnings("deprecation") emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType result = emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType.valueOf(from); return result == null ? emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType.UNRECOGNIZED : result; } }; /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return A list containing the edgeTypes. */ @java.lang.Override public java.util.List getEdgeTypesList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType>(edgeTypes_, edgeTypes_converter_); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return The count of edgeTypes. */ @java.lang.Override public int getEdgeTypesCount() { return edgeTypes_.size(); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index of the element to return. * @return The edgeTypes at the given index. */ @java.lang.Override public emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType getEdgeTypes(int index) { return edgeTypes_converter_.convert(edgeTypes_.get(index)); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return A list containing the enum numeric values on the wire for edgeTypes. */ @java.lang.Override public java.util.List getEdgeTypesValueList() { return edgeTypes_; } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index of the value to return. * @return The enum numeric value on the wire of edgeTypes at the given index. */ @java.lang.Override public int getEdgeTypesValue(int index) { return edgeTypes_.get(index); } private int edgeTypesMemoizedSerializedSize; public static final int VECTS_FIELD_NUMBER = 7; private com.google.protobuf.Internal.IntList vects_; /** * repeated int32 vects = 7; * @return A list containing the vects. */ @java.lang.Override public java.util.List getVectsList() { return vects_; } /** * repeated int32 vects = 7; * @return The count of vects. */ public int getVectsCount() { return vects_.size(); } /** * repeated int32 vects = 7; * @param index The index of the element to return. * @return The vects at the given index. */ public int getVects(int index) { return vects_.getInt(index); } private int vectsMemoizedSerializedSize = -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 (area_ != 0) { output.writeInt32(1, area_); } if (getVectsList().size() > 0) { output.writeUInt32NoTag(58); output.writeUInt32NoTag(vectsMemoizedSerializedSize); } for (int i = 0; i < vects_.size(); i++) { output.writeInt32NoTag(vects_.getInt(i)); } if (getEdgeTypesList().size() > 0) { output.writeUInt32NoTag(90); output.writeUInt32NoTag(edgeTypesMemoizedSerializedSize); } for (int i = 0; i < edgeTypes_.size(); i++) { output.writeEnumNoTag(edgeTypes_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (area_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, area_); } { int dataSize = 0; for (int i = 0; i < vects_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(vects_.getInt(i)); } size += dataSize; if (!getVectsList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } vectsMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < edgeTypes_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(edgeTypes_.get(i)); } size += dataSize; if (!getEdgeTypesList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }edgeTypesMemoizedSerializedSize = dataSize; } 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.PBNavMeshPolyOuterClass.PBNavMeshPoly)) { return super.equals(obj); } emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly other = (emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly) obj; if (getArea() != other.getArea()) return false; if (!edgeTypes_.equals(other.edgeTypes_)) return false; if (!getVectsList() .equals(other.getVectsList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + AREA_FIELD_NUMBER; hash = (53 * hash) + getArea(); if (getEdgeTypesCount() > 0) { hash = (37 * hash) + EDGE_TYPES_FIELD_NUMBER; hash = (53 * hash) + edgeTypes_.hashCode(); } if (getVectsCount() > 0) { hash = (37 * hash) + VECTS_FIELD_NUMBER; hash = (53 * hash) + getVectsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly 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.PBNavMeshPolyOuterClass.PBNavMeshPoly parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly 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.PBNavMeshPolyOuterClass.PBNavMeshPoly parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly 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.PBNavMeshPolyOuterClass.PBNavMeshPoly parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly 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.PBNavMeshPolyOuterClass.PBNavMeshPoly parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly 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.PBNavMeshPolyOuterClass.PBNavMeshPoly 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: KFCPBANHIDH
     * 
* * Protobuf type {@code PBNavMeshPoly} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:PBNavMeshPoly) emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPolyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.internal_static_PBNavMeshPoly_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.internal_static_PBNavMeshPoly_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.class, emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.Builder.class); } // Construct using emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.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(); area_ = 0; edgeTypes_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); vects_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.internal_static_PBNavMeshPoly_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly getDefaultInstanceForType() { return emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly build() { emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly buildPartial() { emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly result = new emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly(this); int from_bitField0_ = bitField0_; result.area_ = area_; if (((bitField0_ & 0x00000001) != 0)) { edgeTypes_ = java.util.Collections.unmodifiableList(edgeTypes_); bitField0_ = (bitField0_ & ~0x00000001); } result.edgeTypes_ = edgeTypes_; if (((bitField0_ & 0x00000002) != 0)) { vects_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } result.vects_ = vects_; 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.PBNavMeshPolyOuterClass.PBNavMeshPoly) { return mergeFrom((emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly other) { if (other == emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.getDefaultInstance()) return this; if (other.getArea() != 0) { setArea(other.getArea()); } if (!other.edgeTypes_.isEmpty()) { if (edgeTypes_.isEmpty()) { edgeTypes_ = other.edgeTypes_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEdgeTypesIsMutable(); edgeTypes_.addAll(other.edgeTypes_); } onChanged(); } if (!other.vects_.isEmpty()) { if (vects_.isEmpty()) { vects_ = other.vects_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureVectsIsMutable(); vects_.addAll(other.vects_); } onChanged(); } 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.PBNavMeshPolyOuterClass.PBNavMeshPoly parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int area_ ; /** * int32 area = 1; * @return The area. */ @java.lang.Override public int getArea() { return area_; } /** * int32 area = 1; * @param value The area to set. * @return This builder for chaining. */ public Builder setArea(int value) { area_ = value; onChanged(); return this; } /** * int32 area = 1; * @return This builder for chaining. */ public Builder clearArea() { area_ = 0; onChanged(); return this; } private java.util.List edgeTypes_ = java.util.Collections.emptyList(); private void ensureEdgeTypesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { edgeTypes_ = new java.util.ArrayList(edgeTypes_); bitField0_ |= 0x00000001; } } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return A list containing the edgeTypes. */ public java.util.List getEdgeTypesList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType>(edgeTypes_, edgeTypes_converter_); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return The count of edgeTypes. */ public int getEdgeTypesCount() { return edgeTypes_.size(); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index of the element to return. * @return The edgeTypes at the given index. */ public emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType getEdgeTypes(int index) { return edgeTypes_converter_.convert(edgeTypes_.get(index)); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index to set the value at. * @param value The edgeTypes to set. * @return This builder for chaining. */ public Builder setEdgeTypes( int index, emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType value) { if (value == null) { throw new NullPointerException(); } ensureEdgeTypesIsMutable(); edgeTypes_.set(index, value.getNumber()); onChanged(); return this; } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param value The edgeTypes to add. * @return This builder for chaining. */ public Builder addEdgeTypes(emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType value) { if (value == null) { throw new NullPointerException(); } ensureEdgeTypesIsMutable(); edgeTypes_.add(value.getNumber()); onChanged(); return this; } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param values The edgeTypes to add. * @return This builder for chaining. */ public Builder addAllEdgeTypes( java.lang.Iterable values) { ensureEdgeTypesIsMutable(); for (emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly.EdgeType value : values) { edgeTypes_.add(value.getNumber()); } onChanged(); return this; } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return This builder for chaining. */ public Builder clearEdgeTypes() { edgeTypes_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @return A list containing the enum numeric values on the wire for edgeTypes. */ public java.util.List getEdgeTypesValueList() { return java.util.Collections.unmodifiableList(edgeTypes_); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index of the value to return. * @return The enum numeric value on the wire of edgeTypes at the given index. */ public int getEdgeTypesValue(int index) { return edgeTypes_.get(index); } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param index The index of the value to return. * @return The enum numeric value on the wire of edgeTypes at the given index. * @return This builder for chaining. */ public Builder setEdgeTypesValue( int index, int value) { ensureEdgeTypesIsMutable(); edgeTypes_.set(index, value); onChanged(); return this; } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param value The enum numeric value on the wire for edgeTypes to add. * @return This builder for chaining. */ public Builder addEdgeTypesValue(int value) { ensureEdgeTypesIsMutable(); edgeTypes_.add(value); onChanged(); return this; } /** * repeated .PBNavMeshPoly.EdgeType edge_types = 11; * @param values The enum numeric values on the wire for edgeTypes to add. * @return This builder for chaining. */ public Builder addAllEdgeTypesValue( java.lang.Iterable values) { ensureEdgeTypesIsMutable(); for (int value : values) { edgeTypes_.add(value); } onChanged(); return this; } private com.google.protobuf.Internal.IntList vects_ = emptyIntList(); private void ensureVectsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { vects_ = mutableCopy(vects_); bitField0_ |= 0x00000002; } } /** * repeated int32 vects = 7; * @return A list containing the vects. */ public java.util.List getVectsList() { return ((bitField0_ & 0x00000002) != 0) ? java.util.Collections.unmodifiableList(vects_) : vects_; } /** * repeated int32 vects = 7; * @return The count of vects. */ public int getVectsCount() { return vects_.size(); } /** * repeated int32 vects = 7; * @param index The index of the element to return. * @return The vects at the given index. */ public int getVects(int index) { return vects_.getInt(index); } /** * repeated int32 vects = 7; * @param index The index to set the value at. * @param value The vects to set. * @return This builder for chaining. */ public Builder setVects( int index, int value) { ensureVectsIsMutable(); vects_.setInt(index, value); onChanged(); return this; } /** * repeated int32 vects = 7; * @param value The vects to add. * @return This builder for chaining. */ public Builder addVects(int value) { ensureVectsIsMutable(); vects_.addInt(value); onChanged(); return this; } /** * repeated int32 vects = 7; * @param values The vects to add. * @return This builder for chaining. */ public Builder addAllVects( java.lang.Iterable values) { ensureVectsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, vects_); onChanged(); return this; } /** * repeated int32 vects = 7; * @return This builder for chaining. */ public Builder clearVects() { vects_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); 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:PBNavMeshPoly) } // @@protoc_insertion_point(class_scope:PBNavMeshPoly) private static final emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly(); } public static emu.grasscutter.net.proto.PBNavMeshPolyOuterClass.PBNavMeshPoly getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PBNavMeshPoly parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PBNavMeshPoly(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.PBNavMeshPolyOuterClass.PBNavMeshPoly getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_PBNavMeshPoly_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PBNavMeshPoly_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\023PBNavMeshPoly.proto\"\262\001\n\rPBNavMeshPoly\022" + "\014\n\004area\030\001 \001(\005\022+\n\nedge_types\030\013 \003(\0162\027.PBNa" + "vMeshPoly.EdgeType\022\r\n\005vects\030\007 \003(\005\"W\n\010Edg" + "eType\022\t\n\005INNER\020\000\022\016\n\nTILE_BOUND\020\001\022\030\n\024TILE" + "_BOUND_UNCONNECT\020\002\022\026\n\022TILE_BOUND_OVERIDE" + "\020\003B\033\n\031emu.grasscutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_PBNavMeshPoly_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PBNavMeshPoly_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PBNavMeshPoly_descriptor, new java.lang.String[] { "Area", "EdgeTypes", "Vects", }); } // @@protoc_insertion_point(outer_class_scope) }