Interface PlayerSessionService

All Known Implementing Classes:
GrpcPlayerSessionService

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

    • sendHeartBeats

      void sendHeartBeats(@NotNull @NotNull Collection<TachyonProfile> profiles, boolean log)
    • unlockPlayerProfile

      void unlockPlayerProfile(@NotNull @NotNull UUID uuid, @NotNull @NotNull String playerName)