Package net.minecraft.client.network
Class PlayerListEntry
java.lang.Object
net.minecraft.client.network.PlayerListEntry
- Mappings:
Namespace Name official fob
intermediary net/minecraft/class_640
named net/minecraft/client/network/PlayerListEntry
-
Field Summary
Modifier and TypeFieldDescriptionprivate GameMode
private int
private MessageVerifier
private final com.mojang.authlib.GameProfile
private @Nullable PublicPlayerSession
private final Supplier<SkinTextures>
-
Constructor Summary
ConstructorDescriptionPlayerListEntry
(com.mojang.authlib.GameProfile profile, boolean secureChatEnforced) -
Method Summary
Modifier and TypeMethodDescriptionprivate static MessageVerifier
getInitialVerifier
(boolean secureChatEnforced) int
com.mojang.authlib.GameProfile
boolean
protected void
resetSession
(boolean secureChatEnforced) void
setDisplayName
(@Nullable Text displayName) protected void
setGameMode
(GameMode gameMode) protected void
setLatency
(int latency) protected void
setSession
(PublicPlayerSession session) private static Supplier<SkinTextures>
texturesSupplier
(com.mojang.authlib.GameProfile profile)
-
Field Details
-
profile
private final com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector official a
Lfob;a:Lcom/mojang/authlib/GameProfile;
intermediary field_3741
Lnet/minecraft/class_640;field_3741:Lcom/mojang/authlib/GameProfile;
named profile
Lnet/minecraft/client/network/PlayerListEntry;profile:Lcom/mojang/authlib/GameProfile;
-
texturesSupplier
- Mappings:
Namespace Name Mixin selector official b
Lfob;b:Ljava/util/function/Supplier;
intermediary field_45607
Lnet/minecraft/class_640;field_45607:Ljava/util/function/Supplier;
named texturesSupplier
Lnet/minecraft/client/network/PlayerListEntry;texturesSupplier:Ljava/util/function/Supplier;
-
gameMode
- Mappings:
Namespace Name Mixin selector official c
Lfob;c:Lctm;
intermediary field_3744
Lnet/minecraft/class_640;field_3744:Lnet/minecraft/class_1934;
named gameMode
Lnet/minecraft/client/network/PlayerListEntry;gameMode:Lnet/minecraft/world/GameMode;
-
latency
private int latency- Mappings:
Namespace Name Mixin selector official d
Lfob;d:I
intermediary field_3739
Lnet/minecraft/class_640;field_3739:I
named latency
Lnet/minecraft/client/network/PlayerListEntry;latency:I
-
displayName
- Mappings:
Namespace Name Mixin selector official e
Lfob;e:Lvf;
intermediary field_3743
Lnet/minecraft/class_640;field_3743:Lnet/minecraft/class_2561;
named displayName
Lnet/minecraft/client/network/PlayerListEntry;displayName:Lnet/minecraft/text/Text;
-
session
- Mappings:
Namespace Name Mixin selector official f
Lfob;f:Lvw;
intermediary field_40495
Lnet/minecraft/class_640;field_40495:Lnet/minecraft/class_7822;
named session
Lnet/minecraft/client/network/PlayerListEntry;session:Lnet/minecraft/network/encryption/PublicPlayerSession;
-
messageVerifier
- Mappings:
Namespace Name Mixin selector official g
Lfob;g:Lwb;
intermediary field_39809
Lnet/minecraft/class_640;field_39809:Lnet/minecraft/class_7615;
named messageVerifier
Lnet/minecraft/client/network/PlayerListEntry;messageVerifier:Lnet/minecraft/network/message/MessageVerifier;
-
-
Constructor Details
-
PlayerListEntry
public PlayerListEntry(com.mojang.authlib.GameProfile profile, boolean secureChatEnforced) - Mappings:
Namespace Name Mixin selector official <init>
Lfob;<init>(Lcom/mojang/authlib/GameProfile;Z)V
intermediary <init>
Lnet/minecraft/class_640;<init>(Lcom/mojang/authlib/GameProfile;Z)V
named <init>
Lnet/minecraft/client/network/PlayerListEntry;<init>(Lcom/mojang/authlib/GameProfile;Z)V
-
-
Method Details
-
texturesSupplier
- Mappings:
Namespace Name Mixin selector official a
Lfob;a(Lcom/mojang/authlib/GameProfile;)Ljava/util/function/Supplier;
intermediary method_52803
Lnet/minecraft/class_640;method_52803(Lcom/mojang/authlib/GameProfile;)Ljava/util/function/Supplier;
named texturesSupplier
Lnet/minecraft/client/network/PlayerListEntry;texturesSupplier(Lcom/mojang/authlib/GameProfile;)Ljava/util/function/Supplier;
-
getProfile
public com.mojang.authlib.GameProfile getProfile()- Mappings:
Namespace Name Mixin selector official a
Lfob;a()Lcom/mojang/authlib/GameProfile;
intermediary method_2966
Lnet/minecraft/class_640;method_2966()Lcom/mojang/authlib/GameProfile;
named getProfile
Lnet/minecraft/client/network/PlayerListEntry;getProfile()Lcom/mojang/authlib/GameProfile;
-
getSession
- Mappings:
Namespace Name Mixin selector official b
Lfob;b()Lvw;
intermediary method_45741
Lnet/minecraft/class_640;method_45741()Lnet/minecraft/class_7822;
named getSession
Lnet/minecraft/client/network/PlayerListEntry;getSession()Lnet/minecraft/network/encryption/PublicPlayerSession;
-
getMessageVerifier
- Mappings:
Namespace Name Mixin selector official c
Lfob;c()Lwb;
intermediary method_44817
Lnet/minecraft/class_640;method_44817()Lnet/minecraft/class_7615;
named getMessageVerifier
Lnet/minecraft/client/network/PlayerListEntry;getMessageVerifier()Lnet/minecraft/network/message/MessageVerifier;
-
hasPublicKey
public boolean hasPublicKey()- Mappings:
Namespace Name Mixin selector official d
Lfob;d()Z
intermediary method_45742
Lnet/minecraft/class_640;method_45742()Z
named hasPublicKey
Lnet/minecraft/client/network/PlayerListEntry;hasPublicKey()Z
-
setSession
- Mappings:
Namespace Name Mixin selector official a
Lfob;a(Lvw;)V
intermediary method_45740
Lnet/minecraft/class_640;method_45740(Lnet/minecraft/class_7822;)V
named setSession
Lnet/minecraft/client/network/PlayerListEntry;setSession(Lnet/minecraft/network/encryption/PublicPlayerSession;)V
-
resetSession
protected void resetSession(boolean secureChatEnforced) - Mappings:
Namespace Name Mixin selector official a
Lfob;a(Z)V
intermediary method_46530
Lnet/minecraft/class_640;method_46530(Z)V
named resetSession
Lnet/minecraft/client/network/PlayerListEntry;resetSession(Z)V
-
getInitialVerifier
- Mappings:
Namespace Name Mixin selector official b
Lfob;b(Z)Lwb;
intermediary method_46531
Lnet/minecraft/class_640;method_46531(Z)Lnet/minecraft/class_7615;
named getInitialVerifier
Lnet/minecraft/client/network/PlayerListEntry;getInitialVerifier(Z)Lnet/minecraft/network/message/MessageVerifier;
-
getGameMode
- Mappings:
Namespace Name Mixin selector official e
Lfob;e()Lctm;
intermediary method_2958
Lnet/minecraft/class_640;method_2958()Lnet/minecraft/class_1934;
named getGameMode
Lnet/minecraft/client/network/PlayerListEntry;getGameMode()Lnet/minecraft/world/GameMode;
-
setGameMode
- Mappings:
Namespace Name Mixin selector official a
Lfob;a(Lctm;)V
intermediary method_2963
Lnet/minecraft/class_640;method_2963(Lnet/minecraft/class_1934;)V
named setGameMode
Lnet/minecraft/client/network/PlayerListEntry;setGameMode(Lnet/minecraft/world/GameMode;)V
-
getLatency
public int getLatency()- Mappings:
Namespace Name Mixin selector official f
Lfob;f()I
intermediary method_2959
Lnet/minecraft/class_640;method_2959()I
named getLatency
Lnet/minecraft/client/network/PlayerListEntry;getLatency()I
-
setLatency
protected void setLatency(int latency) - Mappings:
Namespace Name Mixin selector official a
Lfob;a(I)V
intermediary method_2970
Lnet/minecraft/class_640;method_2970(I)V
named setLatency
Lnet/minecraft/client/network/PlayerListEntry;setLatency(I)V
-
getSkinTextures
- Mappings:
Namespace Name Mixin selector official g
Lfob;g()Lgfm;
intermediary method_52810
Lnet/minecraft/class_640;method_52810()Lnet/minecraft/class_8685;
named getSkinTextures
Lnet/minecraft/client/network/PlayerListEntry;getSkinTextures()Lnet/minecraft/client/util/SkinTextures;
-
getScoreboardTeam
- Mappings:
Namespace Name Mixin selector official h
Lfob;h()Lems;
intermediary method_2955
Lnet/minecraft/class_640;method_2955()Lnet/minecraft/class_268;
named getScoreboardTeam
Lnet/minecraft/client/network/PlayerListEntry;getScoreboardTeam()Lnet/minecraft/scoreboard/Team;
-
setDisplayName
- Mappings:
Namespace Name Mixin selector official a
Lfob;a(Lvf;)V
intermediary method_2962
Lnet/minecraft/class_640;method_2962(Lnet/minecraft/class_2561;)V
named setDisplayName
Lnet/minecraft/client/network/PlayerListEntry;setDisplayName(Lnet/minecraft/text/Text;)V
-
getDisplayName
- Mappings:
Namespace Name Mixin selector official i
Lfob;i()Lvf;
intermediary method_2971
Lnet/minecraft/class_640;method_2971()Lnet/minecraft/class_2561;
named getDisplayName
Lnet/minecraft/client/network/PlayerListEntry;getDisplayName()Lnet/minecraft/text/Text;
-