Uses of Class
org.kobe.xbot.Utilities.Entities.XTableValues.CoordinateList.Builder
Packages that use XTableValues.CoordinateList.Builder
-
Uses of XTableValues.CoordinateList.Builder in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return XTableValues.CoordinateList.BuilderModifier and TypeMethodDescriptionXTableValues.CoordinateList.Builder.addAllCoordinates
(Iterable<? extends XTableValues.Coordinate> values) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.addCoordinates
(int index, XTableValues.Coordinate value) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.addCoordinates
(int index, XTableValues.Coordinate.Builder builderForValue) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.addCoordinates
(XTableValues.Coordinate value) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.addCoordinates
(XTableValues.Coordinate.Builder builderForValue) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) XTableValues.CoordinateList.Builder.clear()
XTableValues.CoordinateList.Builder.clearCoordinates()
repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) XTableValues.CoordinateList.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) XTableValues.CoordinateList.Builder.clone()
XTableValues.CoordinateList.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableValues.CoordinateList.Builder.mergeFrom
(com.google.protobuf.Message other) XTableValues.CoordinateList.Builder.mergeFrom
(XTableValues.CoordinateList other) XTableValues.CoordinateList.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) XTableValues.CoordinateList.newBuilder()
XTableValues.CoordinateList.newBuilder
(XTableValues.CoordinateList prototype) XTableValues.CoordinateList.newBuilderForType()
protected XTableValues.CoordinateList.Builder
XTableValues.CoordinateList.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) XTableValues.CoordinateList.Builder.removeCoordinates
(int index) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.setCoordinates
(int index, XTableValues.Coordinate value) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.setCoordinates
(int index, XTableValues.Coordinate.Builder builderForValue) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
XTableValues.CoordinateList.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) XTableValues.CoordinateList.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) XTableValues.CoordinateList.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) XTableValues.CoordinateList.toBuilder()