Class ClientboundPlayerInfoUpdatePacket.EntryBuilder

java.lang.Object
net.minecraft.network.protocol.game.ClientboundPlayerInfoUpdatePacket.EntryBuilder
Enclosing class:
ClientboundPlayerInfoUpdatePacket

static class ClientboundPlayerInfoUpdatePacket.EntryBuilder extends Object
  • Field Details

    • profileId

      final UUID profileId
    • profile

      @Nullable com.mojang.authlib.GameProfile profile
    • listed

      boolean listed
    • latency

      int latency
    • gameMode

      GameType gameMode
    • displayName

      @Nullable Component displayName
    • showHat

      boolean showHat
    • listOrder

      int listOrder
    • chatSession

      @Nullable RemoteChatSession.Data chatSession
  • Constructor Details

    • EntryBuilder

      EntryBuilder(UUID p_251670_)
  • Method Details