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 Profileable
Profileable.DynamicGameProfileProfileable, Profileable.PlayerProfileable, Profileable.PlayerProfileProfileable, Profileable.RawGameProfileProfileable, Profileable.StringProfileable, Profileable.UsernameProfileable, Profileable.UUIDProfileable -
Field Summary
Fields inherited from class CacheableProfileable
cache, lastError -
Constructor Summary
ConstructorsConstructorDescriptionDynamicGameProfileProfileable(com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile profile) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfileMethods inherited from class TimedCacheableProfileable
expiresAfter, hasExpiredMethods inherited from class CacheableProfileable
getProfile, hasExpired, isReady, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Profileable
getDisposableProfile, getProfileValue, prepare, test, transform
-
Constructor Details
-
DynamicGameProfileProfileable
public DynamicGameProfileProfileable(com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile profile)
-
-
Method Details
-
cacheProfile
protected com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile cacheProfile()- Specified by:
cacheProfilein classCacheableProfileable
-