Uses of Class
net.minecraft.server.players.GameProfileCache.GameProfileInfo
Packages that use GameProfileCache.GameProfileInfo
- 
Uses of GameProfileCache.GameProfileInfo in net.minecraft.server.playersFields in net.minecraft.server.players with type parameters of type GameProfileCache.GameProfileInfoModifier and TypeFieldDescriptionprivate final Map<String,GameProfileCache.GameProfileInfo> GameProfileCache.profilesByNameprivate final Map<UUID,GameProfileCache.GameProfileInfo> GameProfileCache.profilesByUUIDMethods in net.minecraft.server.players that return types with arguments of type GameProfileCache.GameProfileInfoModifier and TypeMethodDescriptionprivate Stream<GameProfileCache.GameProfileInfo>GameProfileCache.getTopMRUProfiles(int p_10978_) GameProfileCache.load()private static Optional<GameProfileCache.GameProfileInfo>GameProfileCache.readGameProfile(com.google.gson.JsonElement p_10989_, DateFormat p_10990_) Methods in net.minecraft.server.players with parameters of type GameProfileCache.GameProfileInfoModifier and TypeMethodDescriptionprivate voidGameProfileCache.safeAdd(GameProfileCache.GameProfileInfo p_10980_) private static com.google.gson.JsonElementGameProfileCache.writeGameProfile(GameProfileCache.GameProfileInfo p_10982_, DateFormat p_10983_)