Class PlayerProfileCache.ProfileEntry

java.lang.Object
net.minecraft.server.management.PlayerProfileCache.ProfileEntry
Enclosing class:
PlayerProfileCache

static class PlayerProfileCache.ProfileEntry extends Object
  • Field Details

    • profile

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

      private final Date expirationDate
    • lastAccess

      private volatile long lastAccess
  • Constructor Details

    • ProfileEntry

      private ProfileEntry(com.mojang.authlib.GameProfile p_i241888_1_, Date p_i241888_2_)
  • Method Details

    • getProfile

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

      public Date getExpirationDate()
    • setLastAccess

      public void setLastAccess(long p_242126_1_)
    • getLastAccess

      public long getLastAccess()