Interface TachyonProfileRegistry

All Known Implementing Classes:
TachyonProfileRegistryImpl

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

    • buildProfile

      void buildProfile(@NotNull @NotNull PullProfileResponse profileResponse, @NotNull @NotNull UUID uuid)
    • profileIsLoaded

      boolean profileIsLoaded(@NotNull @NotNull UUID uuid)
    • unloadProfile

      void unloadProfile(@NotNull @NotNull UUID uuid, @NotNull @NotNull String reason)
    • unloadProfile

      void unloadProfile(@NotNull @NotNull UUID uuid)
    • getProfile

      @Nullable @Nullable TachyonProfile getProfile(@NotNull @NotNull UUID uuid)
    • getProfiles

      @NotNull @NotNull Collection<TachyonProfile> getProfiles()