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 Summary
Modifier and TypeMethodDescriptionvoidbuildProfile(@NotNull PullProfileResponse profileResponse, @NotNull UUID uuid) @Nullable TachyonProfilegetProfile(@NotNull UUID uuid) @NotNull Collection<TachyonProfile> booleanprofileIsLoaded(@NotNull UUID uuid) voidunloadProfile(@NotNull UUID uuid) voidunloadProfile(@NotNull UUID uuid, @NotNull String reason)
-
Method Details
-
buildProfile
void buildProfile(@NotNull @NotNull PullProfileResponse profileResponse, @NotNull @NotNull UUID uuid) -
profileIsLoaded
-
unloadProfile
-
unloadProfile
-
getProfile
-
getProfiles
-