Class Profileable.AbstractProfileable
java.lang.Object
com.cryptomorin.xseries.profiles.objects.Profileable.AbstractProfileable
- All Implemented Interfaces:
Profileable
- Direct Known Subclasses:
Profileable.GameProfileProfileable,Profileable.OfflinePlayerProfileable,Profileable.PlayerProfileable,Profileable.StringProfileable,Profileable.UsernameProfileable,Profileable.UUIDProfileable
- Enclosing interface:
- Profileable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.cryptomorin.xseries.profiles.objects.Profileable
Profileable.AbstractProfileable, Profileable.GameProfileProfileable, Profileable.OfflinePlayerProfileable, Profileable.PlayerProfileable, Profileable.StringProfileable, Profileable.UsernameProfileable, Profileable.UUIDProfileable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
getProfileValue
-
Field Details
-
cache
protected com.mojang.authlib.GameProfile cache
-
-
Constructor Details
-
AbstractProfileable
public AbstractProfileable()
-
-
Method Details
-
getProfile
public final com.mojang.authlib.GameProfile getProfile()Description copied from interface:ProfileableThe final texture that will be supplied toprofileContainerto be applied.- Specified by:
getProfilein interfaceProfileable
-
toString
-