Uses of Class
org.kobe.xbot.Utilities.Entities.XTableValues.Coordinate
Packages that use XTableValues.Coordinate
-
Uses of XTableValues.Coordinate in org.kobe.xbot.JClient
Methods in org.kobe.xbot.JClient that return types with arguments of type XTableValues.CoordinateModifier and TypeMethodDescriptionCachedSubscriber.getAsCoordinates(List<XTableValues.Coordinate> defaultValue) Method parameters in org.kobe.xbot.JClient with type arguments of type XTableValues.CoordinateModifier and TypeMethodDescriptionCachedSubscriber.getAsCoordinates(List<XTableValues.Coordinate> defaultValue) -
Uses of XTableValues.Coordinate in org.kobe.xbot.Utilities
Methods in org.kobe.xbot.Utilities that return XTableValues.CoordinateModifier and TypeMethodDescriptionstatic XTableValues.CoordinateXTablesByteUtils.getCoordinate(int x, int y) Methods in org.kobe.xbot.Utilities that return types with arguments of type XTableValues.CoordinateModifier and TypeMethodDescriptionstatic List<XTableValues.Coordinate>XTablesByteUtils.getCoordinateList(XTableValues.Coordinate... coordinate) static List<XTableValues.Coordinate>XTablesByteUtils.unpack_coordinates_list(byte[] bytes) Converts a byte array into a list of Coordinate objects.static List<XTableValues.Coordinate>XTablesByteUtils.unpack_coordinates_list(com.google.protobuf.ByteString bytes) Converts a byte array into a list of Coordinate objects.Methods in org.kobe.xbot.Utilities with parameters of type XTableValues.CoordinateModifier and TypeMethodDescriptionstatic List<XTableValues.Coordinate>XTablesByteUtils.getCoordinateList(XTableValues.Coordinate... coordinate) static XTableValues.CoordinateListXTablesByteUtils.getCoordinateListProto(XTableValues.Coordinate... coordinate) -
Uses of XTableValues.Coordinate in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return XTableValues.CoordinateModifier and TypeMethodDescriptionXTableValues.Coordinate.Builder.build()XTableValues.Coordinate.Builder.buildPartial()XTableValues.CoordinateList.Builder.getCoordinates(int index) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;XTableValues.CoordinateList.getCoordinates(int index) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;XTableValues.CoordinateListOrBuilder.getCoordinates(int index) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;static XTableValues.CoordinateXTableValues.Coordinate.getDefaultInstance()XTableValues.Coordinate.Builder.getDefaultInstanceForType()XTableValues.Coordinate.getDefaultInstanceForType()static XTableValues.CoordinateXTableValues.Coordinate.parseDelimitedFrom(InputStream input) static XTableValues.CoordinateXTableValues.Coordinate.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(byte[] data) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(com.google.protobuf.ByteString data) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(com.google.protobuf.CodedInputStream input) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(InputStream input) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(ByteBuffer data) static XTableValues.CoordinateXTableValues.Coordinate.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.kobe.xbot.Utilities.Entities that return types with arguments of type XTableValues.CoordinateModifier and TypeMethodDescriptionRequests.getCoordinates(String key) Executes a GET request to retrieve a list of coordinates associated with the specified key.XTableValues.CoordinateList.Builder.getCoordinatesList()repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;XTableValues.CoordinateList.getCoordinatesList()repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;XTableValues.CoordinateListOrBuilder.getCoordinatesList()repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;com.google.protobuf.Parser<XTableValues.Coordinate>XTableValues.Coordinate.getParserForType()static com.google.protobuf.Parser<XTableValues.Coordinate>XTableValues.Coordinate.parser()Methods in org.kobe.xbot.Utilities.Entities with parameters of type XTableValues.CoordinateModifier and TypeMethodDescriptionXTableValues.CoordinateList.Builder.addCoordinates(int index, XTableValues.Coordinate value) 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.Coordinate.Builder.mergeFrom(XTableValues.Coordinate other) XTableValues.Coordinate.newBuilder(XTableValues.Coordinate prototype) XTableValues.CoordinateList.Builder.setCoordinates(int index, XTableValues.Coordinate value) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;Method parameters in org.kobe.xbot.Utilities.Entities with type arguments of type XTableValues.CoordinateModifier and TypeMethodDescriptionXTableValues.CoordinateList.Builder.addAllCoordinates(Iterable<? extends XTableValues.Coordinate> values) repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;booleanRequests.putCoordinates(String key, List<XTableValues.Coordinate> value) Sends a PUT request with a list of coordinates to the server.