Class Profileable.DynamicGameProfileProfileable
java.lang.Object
com.cryptomorin.xseries.profiles.objects.cache.CacheableProfileable
com.cryptomorin.xseries.profiles.objects.cache.TimedCacheableProfileable
com.cryptomorin.xseries.profiles.objects.Profileable.DynamicGameProfileProfileable
- All Implemented Interfaces:
Profileable
- Enclosing interface:
Profileable
@Internal
public static final class Profileable.DynamicGameProfileProfileable
extends TimedCacheableProfileable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.cryptomorin.xseries.profiles.objects.Profileable
Profileable.DynamicGameProfileProfileable, Profileable.PlayerProfileable, Profileable.PlayerProfileProfileable, Profileable.RawGameProfileProfileable, Profileable.StringProfileable, Profileable.UsernameProfileable, Profileable.UUIDProfileable -
Field Summary
Fields inherited from class com.cryptomorin.xseries.profiles.objects.cache.CacheableProfileable
cache, lastError -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cryptomorin.xseries.profiles.objects.cache.TimedCacheableProfileable
expiresAfter, hasExpiredMethods inherited from class com.cryptomorin.xseries.profiles.objects.cache.CacheableProfileable
getProfile, hasExpired, isReady, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.cryptomorin.xseries.profiles.objects.Profileable
getDisposableProfile, getProfileValue, prepare, test, transform
-
Constructor Details
-
DynamicGameProfileProfileable
public DynamicGameProfileProfileable(com.mojang.authlib.GameProfile profile)
-
-
Method Details
-
cacheProfile
protected com.mojang.authlib.GameProfile cacheProfile()- Specified by:
cacheProfilein classCacheableProfileable
-