Class ClientboundPlayerInfoPacket.PlayerUpdate
java.lang.Object
net.minecraft.network.protocol.game.ClientboundPlayerInfoPacket.PlayerUpdate
- Enclosing class:
- ClientboundPlayerInfoPacket
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Component
private final GameType
private final int
private final com.mojang.authlib.GameProfile
private final ProfilePublicKey.Data
-
Constructor Summary
ConstructorDescriptionPlayerUpdate
(com.mojang.authlib.GameProfile p_237779_, int p_237780_, GameType p_237781_, Component p_237782_, ProfilePublicKey.Data p_237783_) -
Method Summary
-
Field Details
-
latency
private final int latency -
gameMode
-
profile
private final com.mojang.authlib.GameProfile profile -
displayName
-
profilePublicKey
-
-
Constructor Details
-
PlayerUpdate
public PlayerUpdate(com.mojang.authlib.GameProfile p_237779_, int p_237780_, @Nullable GameType p_237781_, @Nullable Component p_237782_, @Nullable ProfilePublicKey.Data p_237783_)
-
-
Method Details