Class GameProfileCache.GameProfileInfo

java.lang.Object
net.minecraft.server.players.GameProfileCache.GameProfileInfo
Enclosing class:
GameProfileCache

static class GameProfileCache.GameProfileInfo extends Object
  • Field Details

    • profile

      private final com.mojang.authlib.GameProfile profile
    • expirationDate

      final Date expirationDate
    • lastAccess

      private volatile long lastAccess
  • Constructor Details

    • GameProfileInfo

      GameProfileInfo(com.mojang.authlib.GameProfile p_11022_, Date p_11023_)
  • Method Details

    • getProfile

      public com.mojang.authlib.GameProfile getProfile()
    • getExpirationDate

      public Date getExpirationDate()
    • setLastAccess

      public void setLastAccess(long p_11030_)
    • getLastAccess

      public long getLastAccess()