Class LocalProfilesProvider.LocalProfile
java.lang.Object
pro.gravit.launchserver.auth.profiles.LocalProfilesProvider.LocalProfile
- All Implemented Interfaces:
ProfilesProvider.CompletedProfile,ProfilesProvider.UncompletedProfile
- Enclosing class:
LocalProfilesProvider
public class LocalProfilesProvider.LocalProfile
extends Object
implements ProfilesProvider.CompletedProfile
-
Constructor Summary
ConstructorsConstructorDescriptionLocalProfile(pro.gravit.launcher.base.profiles.ClientProfile profile, pro.gravit.launcher.core.hasher.HashedDir clientDir, pro.gravit.launcher.core.hasher.HashedDir assetDir) LocalProfile(pro.gravit.launcher.base.profiles.ClientProfile profile, pro.gravit.launcher.core.hasher.HashedDir clientDir, pro.gravit.launcher.core.hasher.HashedDir assetDir, Path configPath) -
Method Summary
-
Constructor Details
-
LocalProfile
public LocalProfile(pro.gravit.launcher.base.profiles.ClientProfile profile, pro.gravit.launcher.core.hasher.HashedDir clientDir, pro.gravit.launcher.core.hasher.HashedDir assetDir) -
LocalProfile
public LocalProfile(pro.gravit.launcher.base.profiles.ClientProfile profile, pro.gravit.launcher.core.hasher.HashedDir clientDir, pro.gravit.launcher.core.hasher.HashedDir assetDir, Path configPath)
-
-
Method Details
-
getTag
- Specified by:
getTagin interfaceProfilesProvider.CompletedProfile
-
getProfile
public pro.gravit.launcher.base.profiles.ClientProfile getProfile()- Specified by:
getProfilein interfaceProfilesProvider.CompletedProfile
-
getClientDir
public pro.gravit.launcher.core.hasher.HashedDir getClientDir()- Specified by:
getClientDirin interfaceProfilesProvider.CompletedProfile
-
getAssetDir
public pro.gravit.launcher.core.hasher.HashedDir getAssetDir()- Specified by:
getAssetDirin interfaceProfilesProvider.CompletedProfile
-
getUuid
- Specified by:
getUuidin interfaceProfilesProvider.UncompletedProfile
-
getName
- Specified by:
getNamein interfaceProfilesProvider.UncompletedProfile
-
getDescription
- Specified by:
getDescriptionin interfaceProfilesProvider.UncompletedProfile
-
getDefaultTag
- Specified by:
getDefaultTagin interfaceProfilesProvider.UncompletedProfile
-
getConfigPath
-