Uses of Class
org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.XTableUpdate
Packages that use XTableProto.XTableMessage.XTableUpdate
-
Uses of XTableProto.XTableMessage.XTableUpdate in org.kobe.xbot.JClient
Fields in org.kobe.xbot.JClient with type parameters of type XTableProto.XTableMessage.XTableUpdateMethods in org.kobe.xbot.JClient that return XTableProto.XTableMessage.XTableUpdateMethods in org.kobe.xbot.JClient with parameters of type XTableProto.XTableMessage.XTableUpdateModifier and TypeMethodDescriptionvoidCachedSubscriber.write(XTableProto.XTableMessage.XTableUpdate update) Method parameters in org.kobe.xbot.JClient with type arguments of type XTableProto.XTableMessage.XTableUpdateModifier and TypeMethodDescriptionbooleanXTablesClient.subscribe(String key, Consumer<XTableProto.XTableMessage.XTableUpdate> consumer) Subscribes to a specific key and associates a consumer to process updates for that key.booleanXTablesClient.subscribe(Consumer<XTableProto.XTableMessage.XTableUpdate> consumer) Subscribes to updates for all keys and associates a consumer to process updates for all keys.booleanXTablesClient.unsubscribe(String key, Consumer<XTableProto.XTableMessage.XTableUpdate> consumer) Unsubscribes a specific consumer from a given key.booleanXTablesClient.unsubscribe(Consumer<XTableProto.XTableMessage.XTableUpdate> consumer) Unsubscribes a specific consumer from all keys. -
Uses of XTableProto.XTableMessage.XTableUpdate in org.kobe.xbot.Utilities
Methods in org.kobe.xbot.Utilities with parameters of type XTableProto.XTableMessage.XTableUpdateModifier and TypeMethodDescriptionstatic StringXTablesByteUtils.convertXTableUpdateToJsonString(XTableProto.XTableMessage.XTableUpdate node) -
Uses of XTableProto.XTableMessage.XTableUpdate in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return XTableProto.XTableMessage.XTableUpdateModifier and TypeMethodDescriptionXTableProto.XTableMessage.XTableUpdate.Builder.build()XTableProto.XTableMessage.XTableUpdate.Builder.buildPartial()XTableProto.XTableMessage.XTableUpdate.getDefaultInstance()XTableProto.XTableMessage.XTableUpdate.Builder.getDefaultInstanceForType()XTableProto.XTableMessage.XTableUpdate.getDefaultInstanceForType()XTableProto.XTableMessage.XTableUpdate.parseDelimitedFrom(InputStream input) XTableProto.XTableMessage.XTableUpdate.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableProto.XTableMessage.XTableUpdate.parseFrom(byte[] data) XTableProto.XTableMessage.XTableUpdate.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableProto.XTableMessage.XTableUpdate.parseFrom(com.google.protobuf.ByteString data) XTableProto.XTableMessage.XTableUpdate.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableProto.XTableMessage.XTableUpdate.parseFrom(com.google.protobuf.CodedInputStream input) XTableProto.XTableMessage.XTableUpdate.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableProto.XTableMessage.XTableUpdate.parseFrom(InputStream input) XTableProto.XTableMessage.XTableUpdate.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableProto.XTableMessage.XTableUpdate.parseFrom(ByteBuffer data) XTableProto.XTableMessage.XTableUpdate.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.kobe.xbot.Utilities.Entities that return types with arguments of type XTableProto.XTableMessage.XTableUpdateModifier and TypeMethodDescriptioncom.google.protobuf.Parser<XTableProto.XTableMessage.XTableUpdate>XTableProto.XTableMessage.XTableUpdate.getParserForType()static com.google.protobuf.Parser<XTableProto.XTableMessage.XTableUpdate>XTableProto.XTableMessage.XTableUpdate.parser()Methods in org.kobe.xbot.Utilities.Entities with parameters of type XTableProto.XTableMessage.XTableUpdateModifier and TypeMethodDescriptionXTableProto.XTableMessage.XTableUpdate.Builder.mergeFrom(XTableProto.XTableMessage.XTableUpdate other) XTableProto.XTableMessage.XTableUpdate.newBuilder(XTableProto.XTableMessage.XTableUpdate prototype) Method parameters in org.kobe.xbot.Utilities.Entities with type arguments of type XTableProto.XTableMessage.XTableUpdateModifier and TypeMethodDescriptionbooleanSubscriptions.subscribe(String key, Consumer<XTableProto.XTableMessage.XTableUpdate> consumer) booleanSubscriptions.subscribe(Consumer<XTableProto.XTableMessage.XTableUpdate> consumer) booleanSubscriptions.unsubscribe(String key, Consumer<XTableProto.XTableMessage.XTableUpdate> consumer) booleanSubscriptions.unsubscribe(Consumer<XTableProto.XTableMessage.XTableUpdate> consumer)