Uses of Class
tech.skworks.tachyon.service.contracts.player.data.PullProfileResponse
Packages that use PullProfileResponse
Package
Description
-
Uses of PullProfileResponse in tech.skworks.tachyon.api.profile
Methods in tech.skworks.tachyon.api.profile with parameters of type PullProfileResponseModifier and TypeMethodDescriptionvoidTachyonProfileRegistry.buildProfile(@NotNull PullProfileResponse profileResponse, @NotNull UUID uuid) -
Uses of PullProfileResponse in tech.skworks.tachyon.api.services
Methods in tech.skworks.tachyon.api.services that return PullProfileResponseModifier and TypeMethodDescription@Nullable PullProfileResponsePlayerDataService.tryPullProfile(@NotNull UUID uuid) -
Uses of PullProfileResponse in tech.skworks.tachyon.plugin.core.playerdata
Methods in tech.skworks.tachyon.plugin.core.playerdata that return PullProfileResponseModifier and TypeMethodDescription@Nullable PullProfileResponseGrpcPlayerDataService.tryPullProfile(@NotNull UUID uuid) Methods in tech.skworks.tachyon.plugin.core.playerdata with parameters of type PullProfileResponseModifier and TypeMethodDescriptionvoidTachyonProfileRegistryImpl.buildProfile(@NotNull PullProfileResponse response, @NotNull UUID uuid) -
Uses of PullProfileResponse in tech.skworks.tachyon.service.contracts.player.data
Methods in tech.skworks.tachyon.service.contracts.player.data that return PullProfileResponseModifier and TypeMethodDescriptionPullProfileResponse.Builder.build()PullProfileResponse.Builder.buildPartial()static PullProfileResponsePullProfileResponse.getDefaultInstance()PullProfileResponse.Builder.getDefaultInstanceForType()PullProfileResponse.getDefaultInstanceForType()static PullProfileResponsePullProfileResponse.parseDelimitedFrom(InputStream input) static PullProfileResponsePullProfileResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PullProfileResponsePullProfileResponse.parseFrom(byte[] data) static PullProfileResponsePullProfileResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PullProfileResponsePullProfileResponse.parseFrom(com.google.protobuf.ByteString data) static PullProfileResponsePullProfileResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PullProfileResponsePullProfileResponse.parseFrom(com.google.protobuf.CodedInputStream input) static PullProfileResponsePullProfileResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PullProfileResponsePullProfileResponse.parseFrom(InputStream input) static PullProfileResponsePullProfileResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PullProfileResponsePullProfileResponse.parseFrom(ByteBuffer data) static PullProfileResponsePullProfileResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PlayerDataServiceGrpc.PlayerDataServiceBlockingStub.pullProfile(PullProfileRequest request) PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub.pullProfile(PullProfileRequest request) Methods in tech.skworks.tachyon.service.contracts.player.data that return types with arguments of type PullProfileResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PullProfileResponse> PullProfileResponse.getParserForType()static io.grpc.MethodDescriptor<PullProfileRequest, PullProfileResponse> PlayerDataServiceGrpc.getPullProfileMethod()static com.google.protobuf.Parser<PullProfileResponse> PullProfileResponse.parser()io.smallrye.mutiny.Uni<PullProfileResponse> MutinyPlayerDataServiceGrpc.MutinyPlayerDataServiceStub.pullProfile(PullProfileRequest request) io.smallrye.mutiny.Uni<PullProfileResponse> MutinyPlayerDataServiceGrpc.PlayerDataServiceImplBase.pullProfile(PullProfileRequest request) io.smallrye.mutiny.Uni<PullProfileResponse> PlayerDataService.pullProfile(PullProfileRequest request) io.smallrye.mutiny.Uni<PullProfileResponse> PlayerDataServiceBean.pullProfile(PullProfileRequest request) io.smallrye.mutiny.Uni<PullProfileResponse> PlayerDataServiceClient.pullProfile(PullProfileRequest request) com.google.common.util.concurrent.ListenableFuture<PullProfileResponse> PlayerDataServiceGrpc.PlayerDataServiceFutureStub.pullProfile(PullProfileRequest request) Methods in tech.skworks.tachyon.service.contracts.player.data with parameters of type PullProfileResponseModifier and TypeMethodDescriptionPullProfileResponse.Builder.mergeFrom(PullProfileResponse other) static PullProfileResponse.BuilderPullProfileResponse.newBuilder(PullProfileResponse prototype) Method parameters in tech.skworks.tachyon.service.contracts.player.data with type arguments of type PullProfileResponseModifier and TypeMethodDescriptiondefault voidPlayerDataServiceGrpc.AsyncService.pullProfile(PullProfileRequest request, io.grpc.stub.StreamObserver<PullProfileResponse> responseObserver) voidPlayerDataServiceGrpc.PlayerDataServiceStub.pullProfile(PullProfileRequest request, io.grpc.stub.StreamObserver<PullProfileResponse> responseObserver) -
Uses of PullProfileResponse in tech.skworks.tachyon.service.player.data
Methods in tech.skworks.tachyon.service.player.data that return types with arguments of type PullProfileResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PullProfileResponse> PlayerDataGrpcService.pullProfile(PullProfileRequest request)