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

public abstract static class Profileable.AbstractProfileable extends Object implements Profileable
  • 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: Profileable
      The final texture that will be supplied to profileContainer to be applied.
      Specified by:
      getProfile in interface Profileable
    • toString

      public final String toString()
      Overrides:
      toString in class Object