Package net.minecraft.client.network
Class SocialInteractionsManager
java.lang.Object
net.minecraft.client.network.SocialInteractionsManager
- Mappings:
Namespace Name official edz
intermediary net/minecraft/class_5520
named net/minecraft/client/network/SocialInteractionsManager
-
Field Summary
Modifier and TypeFieldDescriptionprivate final MinecraftClient
private final com.mojang.authlib.minecraft.SocialInteractionsService
-
Constructor Summary
ConstructorDescriptionSocialInteractionsManager
(MinecraftClient client, com.mojang.authlib.minecraft.SocialInteractionsService socialInteractionsService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
hidePlayer
(UUID uuid) boolean
isPlayerBlocked
(UUID uuid) boolean
isPlayerHidden
(UUID uuid) boolean
isPlayerMuted
(UUID uuid) void
setPlayerOffline
(UUID uuid) void
setPlayerOnline
(PlayerListEntry player) void
showPlayer
(UUID uuid)
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector official a
Ledz;a:Ldvo;
intermediary field_26865
Lnet/minecraft/class_5520;field_26865:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/network/SocialInteractionsManager;client:Lnet/minecraft/client/MinecraftClient;
-
playerNameByUuid
- Mappings:
Namespace Name Mixin selector official d
Ledz;d:Ljava/util/Map;
intermediary field_26927
Lnet/minecraft/class_5520;field_26927:Ljava/util/Map;
named playerNameByUuid
Lnet/minecraft/client/network/SocialInteractionsManager;playerNameByUuid:Ljava/util/Map;
-
-
Constructor Details
-
SocialInteractionsManager
public SocialInteractionsManager(MinecraftClient client, com.mojang.authlib.minecraft.SocialInteractionsService socialInteractionsService) - Mappings:
Namespace Name Mixin selector official <init>
Ledz;<init>(Ldvo;Lcom/mojang/authlib/minecraft/SocialInteractionsService;)V
intermediary <init>
Lnet/minecraft/class_5520;<init>(Lnet/minecraft/class_310;Lcom/mojang/authlib/minecraft/SocialInteractionsService;)V
named <init>
Lnet/minecraft/client/network/SocialInteractionsManager;<init>(Lnet/minecraft/client/MinecraftClient;Lcom/mojang/authlib/minecraft/SocialInteractionsService;)V
-
-
Method Details
-
hidePlayer
- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Ljava/util/UUID;)V
intermediary method_31338
Lnet/minecraft/class_5520;method_31338(Ljava/util/UUID;)V
named hidePlayer
Lnet/minecraft/client/network/SocialInteractionsManager;hidePlayer(Ljava/util/UUID;)V
-
showPlayer
- Mappings:
Namespace Name Mixin selector official b
Ledz;b(Ljava/util/UUID;)V
intermediary method_31339
Lnet/minecraft/class_5520;method_31339(Ljava/util/UUID;)V
named showPlayer
Lnet/minecraft/client/network/SocialInteractionsManager;showPlayer(Ljava/util/UUID;)V
-
isPlayerMuted
- Mappings:
Namespace Name Mixin selector official c
Ledz;c(Ljava/util/UUID;)Z
intermediary method_31391
Lnet/minecraft/class_5520;method_31391(Ljava/util/UUID;)Z
named isPlayerMuted
Lnet/minecraft/client/network/SocialInteractionsManager;isPlayerMuted(Ljava/util/UUID;)Z
-
isPlayerHidden
- Mappings:
Namespace Name Mixin selector official d
Ledz;d(Ljava/util/UUID;)Z
intermediary method_31340
Lnet/minecraft/class_5520;method_31340(Ljava/util/UUID;)Z
named isPlayerHidden
Lnet/minecraft/client/network/SocialInteractionsManager;isPlayerHidden(Ljava/util/UUID;)Z
-
isPlayerBlocked
- Mappings:
Namespace Name Mixin selector official e
Ledz;e(Ljava/util/UUID;)Z
intermediary method_31392
Lnet/minecraft/class_5520;method_31392(Ljava/util/UUID;)Z
named isPlayerBlocked
Lnet/minecraft/client/network/SocialInteractionsManager;isPlayerBlocked(Ljava/util/UUID;)Z
-
getHiddenPlayers
- Mappings:
Namespace Name Mixin selector official a
Ledz;a()Ljava/util/Set;
intermediary method_31336
Lnet/minecraft/class_5520;method_31336()Ljava/util/Set;
named getHiddenPlayers
Lnet/minecraft/client/network/SocialInteractionsManager;getHiddenPlayers()Ljava/util/Set;
-
getUuid
- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Ljava/lang/String;)Ljava/util/UUID;
intermediary method_31407
Lnet/minecraft/class_5520;method_31407(Ljava/lang/String;)Ljava/util/UUID;
named getUuid
Lnet/minecraft/client/network/SocialInteractionsManager;getUuid(Ljava/lang/String;)Ljava/util/UUID;
-
setPlayerOnline
- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Lejl;)V
intermediary method_31337
Lnet/minecraft/class_5520;method_31337(Lnet/minecraft/class_640;)V
named setPlayerOnline
Lnet/minecraft/client/network/SocialInteractionsManager;setPlayerOnline(Lnet/minecraft/client/network/PlayerListEntry;)V
-
setPlayerOffline
- Mappings:
Namespace Name Mixin selector official f
Ledz;f(Ljava/util/UUID;)V
intermediary method_31341
Lnet/minecraft/class_5520;method_31341(Ljava/util/UUID;)V
named setPlayerOffline
Lnet/minecraft/client/network/SocialInteractionsManager;setPlayerOffline(Ljava/util/UUID;)V
-
socialInteractionsService
c
Ledz;c:Lcom/mojang/authlib/minecraft/SocialInteractionsService;
field_26912
Lnet/minecraft/class_5520;field_26912:Lcom/mojang/authlib/minecraft/SocialInteractionsService;
socialInteractionsService
Lnet/minecraft/client/network/SocialInteractionsManager;socialInteractionsService:Lcom/mojang/authlib/minecraft/SocialInteractionsService;