History - net.minecraft.client.friend.FriendListManager
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
com.mojang.authlib.yggdrasil.FriendsService: friendsService, field_1_6874, friendsService
com.mojang.authlib.yggdrasil.response.FriendData: latestFriendData, field_1_6879, friendData
com.mojang.authlib.services.FriendsService: friendsService, field_1_6874, friendsService
com.mojang.authlib.services.response.FriendData: 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, method_1_6096, getFriendData
FriendListManager$Status (com.mojang.authlib.yggdrasil.FriendsService$ResultCode): mapResultCodeToState, method_1_6105, convertYggdrasilResultCode
boolean (com.mojang.authlib.yggdrasil.response.FriendData, FriendListManager$Status): detectChangesAndShowToast, method_1_6093, updateFromFriendData
void (com.mojang.authlib.yggdrasil.response.FriendDto): lambda$detectChangesAndShowToast$0, method_1_6100, method_1_6100
com.mojang.authlib.services.response.FriendData (): getLatestFriendData, method_1_6096, getFriendData
FriendListManager$Status (com.mojang.authlib.services.FriendsService$ResultCode): mapResultCodeToState, method_1_6105, convertYggdrasilResultCode
boolean (com.mojang.authlib.services.response.FriendData, FriendListManager$Status): detectChangesAndShowToast, method_1_6093, updateFromFriendData
void (com.mojang.authlib.services.response.FriendDto): lambda$detectChangesAndShowToast$0, method_1_6100, method_1_6100
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
net.minecraft.client.gui.screens.social.RemoteFriendListUpdateHandler
net.minecraft.class_1_1004
net.minecraft.client.friend.FriendListManager
Fields
org.slf4j.Logger: LOGGER, field_1_6871, LOGGER
long: FOREGROUND_INTERVAL_NANOS, field_1_6870, UPDATE_PERIOD_IN_FRIEND_SCREEN
long: BACKGROUND_INTERVAL_MULTIPLIER, field_1_7155, field_1_7155
long: POLL_INTERVAL_SECONDS, field_1_6872, TICK_PERIOD
com.mojang.authlib.yggdrasil.FriendsService: friendsService, field_1_6874, friendsService
MinecraftClient: minecraft, field_1_6880, client
ScheduledExecutorService: scheduler, field_1_6882, friendsListThreadExecutor
AtomicBoolean: updateInProgress, field_1_6884, updating
AtomicBoolean: enabled, field_1_6873, enabled
Set<Runnable>: updateListeners, field_1_6885, updateListeners
long: lastUpdateNanos, field_1_6878, lastUpdatedAt
com.mojang.authlib.yggdrasil.response.FriendData: latestFriendData, field_1_6879, friendData
FriendListManager$Status: state, field_1_6883, lastStatus
Set<com.mojang.authlib.yggdrasil.response.FriendDto>: knownFriends, field_1_6875, friends
Set<com.mojang.authlib.yggdrasil.response.FriendDto>: knownIncoming, field_1_6876, incomingRequests
Set<com.mojang.authlib.yggdrasil.response.FriendDto>: knownOutgoing, field_1_6877, outgoingRequests
ScheduledFuture<?>: scheduledTick, field_1_6881, tickTask
Constructors
(com.mojang.authlib.yggdrasil.FriendsService, MinecraftClient)
Methods
void (): runBackgroundTick, method_1_6108, tick
com.mojang.authlib.yggdrasil.response.FriendData (): getLatestFriendData, method_1_6096, getFriendData
FriendListManager$Status (): getState, method_1_6097, getStatus
void (Runnable): addUpdateListener, method_1_6091, addUpdateListener
void (Runnable): removeUpdateListener, method_1_6107, removeUpdateListener
long (): getUpdateIntervalNanos, method_1_6098, getUpdatePeriod
void (): runUpdateFriendDataInternal, method_1_6109, update
FriendListManager$Status (com.mojang.authlib.yggdrasil.FriendsService$ResultCode): mapResultCodeToState, method_1_6105, convertYggdrasilResultCode
void (): notifyListeners, method_1_6106, notifyUpdateListeners
boolean (com.mojang.authlib.yggdrasil.response.FriendData, FriendListManager$Status): detectChangesAndShowToast, method_1_6093, updateFromFriendData
boolean (): isInGameAndToastsDisabled, method_1_6099, shouldSuppressNotifications
void (UUID, String, FriendsToast$FriendStatusChangeNotifier): emitToastWithSkin, method_1_6094, onFriendStatusChanged
CompletableFuture<Void> (): forceUpdate, method_1_6095, updateAsync
void (): start, method_1_6110, onFriendsEnabled
void (): stop, method_1_6111, onFriendsDisabled
void (): close, method_1_6092, shutdown
void (CompletableFuture): lambda$forceUpdate$0, method_1_6102, method_1_6102
void (FriendsToast$FriendStatusChangeNotifier, String, UUID): lambda$emitToastWithSkin$0, method_1_6328, method_1_6328
void (com.mojang.authlib.yggdrasil.response.FriendDto): lambda$detectChangesAndShowToast$0, method_1_6100, method_1_6100
void (): lambda$notifyListeners$0, method_1_6104, method_1_6104
Thread (Runnable): lambda$new$0, method_1_6103, method_1_6103