History - net.minecraft.client.friend.FriendListManager

26.3

Names

Fields

com.mojang.authlib.yggdrasil.FriendsService: friendsService, friendsService, field_1_6874, friendsService

com.mojang.authlib.yggdrasil.response.FriendData: latestFriendData, latestFriendData, field_1_6879, friendData

com.mojang.authlib.services.FriendsService: friendsService, friendsService, field_1_6874, friendsService

com.mojang.authlib.services.response.FriendData: latestFriendData, latestFriendData, field_1_6879, friendData

Constructors

(com.mojang.authlib.yggdrasil.FriendsService, MinecraftClient)

(com.mojang.authlib.services.FriendsService, MinecraftClient)

Methods

com.mojang.authlib.yggdrasil.response.FriendData (): getLatestFriendData, getLatestFriendData, method_1_6096, getFriendData

FriendListManager$Status (com.mojang.authlib.yggdrasil.FriendsService$ResultCode): mapResultCodeToState, mapResultCodeToState, method_1_6105, convertYggdrasilResultCode

boolean (com.mojang.authlib.yggdrasil.response.FriendData, FriendListManager$Status): detectChangesAndShowToast, detectChangesAndShowToast, method_1_6093, updateFromFriendData

com.mojang.authlib.services.response.FriendData (): getLatestFriendData, getLatestFriendData, method_1_6096, getFriendData

FriendListManager$Status (com.mojang.authlib.services.FriendsService$ResultCode): mapResultCodeToState, mapResultCodeToState, method_1_6105, convertYggdrasilResultCode

boolean (com.mojang.authlib.services.response.FriendData, FriendListManager$Status): detectChangesAndShowToast, detectChangesAndShowToast, method_1_6093, updateFromFriendData

26.2

Names

net.minecraft.client.gui.screens.social.RemoteFriendListUpdateHandler

net.minecraft.client.gui.screens.social.RemoteFriendListUpdateHandler

net.minecraft.class_1_1004

net.minecraft.client.friend.FriendListManager

Fields

org.slf4j.Logger: LOGGER, LOGGER, field_1_6871, LOGGER

long: FOREGROUND_INTERVAL_NANOS, FOREGROUND_INTERVAL_NANOS, field_1_6870, UPDATE_PERIOD_IN_FRIEND_SCREEN

long: BACKGROUND_INTERVAL_MULTIPLIER, BACKGROUND_INTERVAL_MULTIPLIER, field_1_7155, field_1_7155

long: POLL_INTERVAL_SECONDS, POLL_INTERVAL_SECONDS, field_1_6872, TICK_PERIOD

com.mojang.authlib.yggdrasil.FriendsService: friendsService, friendsService, field_1_6874, friendsService

MinecraftClient: minecraft, minecraft, field_1_6880, client

ScheduledExecutorService: scheduler, scheduler, field_1_6882, friendsListThreadExecutor

AtomicBoolean: updateInProgress, updateInProgress, field_1_6884, updating

AtomicBoolean: enabled, enabled, field_1_6873, enabled

Set<Runnable>: updateListeners, updateListeners, field_1_6885, updateListeners

long: lastUpdateNanos, lastUpdateNanos, field_1_6878, lastUpdatedAt

com.mojang.authlib.yggdrasil.response.FriendData: latestFriendData, latestFriendData, field_1_6879, friendData

FriendListManager$Status: state, state, field_1_6883, lastStatus

Set<com.mojang.authlib.yggdrasil.response.FriendDto>: knownFriends, knownFriends, field_1_6875, friends

Set<com.mojang.authlib.yggdrasil.response.FriendDto>: knownIncoming, knownIncoming, field_1_6876, incomingRequests

Set<com.mojang.authlib.yggdrasil.response.FriendDto>: knownOutgoing, knownOutgoing, field_1_6877, outgoingRequests

ScheduledFuture<?>: scheduledTick, scheduledTick, field_1_6881, tickTask

Constructors

(com.mojang.authlib.yggdrasil.FriendsService, MinecraftClient)

Methods

void (): runBackgroundTick, runBackgroundTick, method_1_6108, tick

com.mojang.authlib.yggdrasil.response.FriendData (): getLatestFriendData, getLatestFriendData, method_1_6096, getFriendData

FriendListManager$Status (): getState, getState, method_1_6097, getStatus

void (Runnable): addUpdateListener, addUpdateListener, method_1_6091, addUpdateListener

void (Runnable): removeUpdateListener, removeUpdateListener, method_1_6107, removeUpdateListener

long (): getUpdateIntervalNanos, getUpdateIntervalNanos, method_1_6098, getUpdatePeriod

void (): runUpdateFriendDataInternal, runUpdateFriendDataInternal, method_1_6109, update

FriendListManager$Status (com.mojang.authlib.yggdrasil.FriendsService$ResultCode): mapResultCodeToState, mapResultCodeToState, method_1_6105, convertYggdrasilResultCode

void (): notifyListeners, notifyListeners, method_1_6106, notifyUpdateListeners

boolean (com.mojang.authlib.yggdrasil.response.FriendData, FriendListManager$Status): detectChangesAndShowToast, detectChangesAndShowToast, method_1_6093, updateFromFriendData

boolean (): isInGameAndToastsDisabled, isInGameAndToastsDisabled, method_1_6099, shouldSuppressNotifications

void (UUID, String, FriendsToast$FriendStatusChangeNotifier): emitToastWithSkin, emitToastWithSkin, method_1_6094, onFriendStatusChanged

CompletableFuture<Void> (): forceUpdate, forceUpdate, method_1_6095, updateAsync

void (): start, start, method_1_6110, onFriendsEnabled

void (): stop, stop, method_1_6111, onFriendsDisabled

void (): close, close, method_1_6092, shutdown