Package org.kobe.xbot.Utilities.Entities
Interface XTableValues.CoordinateListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XTableValues.CoordinateList
,XTableValues.CoordinateList.Builder
- Enclosing class:
- XTableValues
public static interface XTableValues.CoordinateListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCoordinates
(int index) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
int
repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
getCoordinatesOrBuilder
(int index) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
List<? extends XTableValues.CoordinateOrBuilder>
repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCoordinatesList
List<XTableValues.Coordinate> getCoordinatesList()repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
-
getCoordinates
repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
-
getCoordinatesCount
int getCoordinatesCount()repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
-
getCoordinatesOrBuilderList
List<? extends XTableValues.CoordinateOrBuilder> getCoordinatesOrBuilderList()repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
-
getCoordinatesOrBuilder
repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
-