Uses of Class
org.kobe.xbot.Utilities.Entities.XTableValues.CoordinateList
Packages that use XTableValues.CoordinateList
-
Uses of XTableValues.CoordinateList in org.kobe.xbot.Utilities
Methods in org.kobe.xbot.Utilities that return XTableValues.CoordinateListModifier and TypeMethodDescriptionstatic XTableValues.CoordinateList
XTablesByteUtils.getCoordinateListProto
(XTableValues.Coordinate... coordinate) Methods in org.kobe.xbot.Utilities with parameters of type XTableValues.CoordinateListModifier and TypeMethodDescriptionstatic String
XTablesByteUtils.coordinateListToString
(XTableValues.CoordinateList coordinateList) Converts a list of Coordinate protobuf objects into a human-readable string. -
Uses of XTableValues.CoordinateList in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return XTableValues.CoordinateListModifier and TypeMethodDescriptionXTableValues.CoordinateList.Builder.build()
XTableValues.CoordinateList.Builder.buildPartial()
static XTableValues.CoordinateList
XTableValues.CoordinateList.getDefaultInstance()
XTableValues.CoordinateList.Builder.getDefaultInstanceForType()
XTableValues.CoordinateList.getDefaultInstanceForType()
static XTableValues.CoordinateList
XTableValues.CoordinateList.parseDelimitedFrom
(InputStream input) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(byte[] data) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(com.google.protobuf.ByteString data) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(com.google.protobuf.CodedInputStream input) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(InputStream input) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(ByteBuffer data) static XTableValues.CoordinateList
XTableValues.CoordinateList.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.kobe.xbot.Utilities.Entities that return types with arguments of type XTableValues.CoordinateListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<XTableValues.CoordinateList>
XTableValues.CoordinateList.getParserForType()
static com.google.protobuf.Parser<XTableValues.CoordinateList>
XTableValues.CoordinateList.parser()
Methods in org.kobe.xbot.Utilities.Entities with parameters of type XTableValues.CoordinateListModifier and TypeMethodDescriptionXTableValues.CoordinateList.Builder.mergeFrom
(XTableValues.CoordinateList other) XTableValues.CoordinateList.newBuilder
(XTableValues.CoordinateList prototype)