Interface PlayerDataService

All Known Implementing Classes:
GrpcPlayerDataService

public interface PlayerDataService
Project Tachyon Class PlayerDataService
Since:
1.0.0-SNAPSHOT
Version:
1.0
Author:
Jimmy (vSKAH) - 24/04/2026
  • Method Details

    • tryPullProfile

      @Nullable @Nullable org.bson.BsonDocument tryPullProfile(@NotNull @NotNull UUID uuid)
    • pushProfile

      @NotNull @NotNull CompletableFuture<Void> pushProfile(@NotNull @NotNull TachyonProfile tachyonProfile)
    • flushQueueForPlayer

      void flushQueueForPlayer(@NotNull @NotNull UUID uuid)