Package net.minecraft.client.network
Class SocialInteractionsManager
java.lang.Object
net.minecraft.client.network.SocialInteractionsManager
@Environment(CLIENT) public class SocialInteractionsManager extends Object
- Mappings:
Namespace Name official dyo
intermediary net/minecraft/class_5520
named net/minecraft/client/network/SocialInteractionsManager
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClient
client
private Set<UUID>
hiddenPlayers
private Map<String,UUID>
playerNameByUuid
private com.mojang.authlib.minecraft.SocialInteractionsService
socialInteractionsService
-
Constructor Summary
Constructors Constructor Description SocialInteractionsManager(MinecraftClient client, com.mojang.authlib.minecraft.SocialInteractionsService socialInteractionsService)
-
Method Summary
Modifier and Type Method Description Set<UUID>
getHiddenPlayers()
UUID
getUuid(String playerName)
void
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
Ldyo;a:Ldqk;
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
Ldyo;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>
Ldyo;<init>(Ldqk;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
Ldyo;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
Ldyo;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
Ldyo;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
Ldyo;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
Ldyo;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
Ldyo;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
Ldyo;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
Ldyo;a(Leec;)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
Ldyo;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
Ldyo;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;