net.minecraft.client.multiplayer.chat

public record LoggedChatMessage$Player

implements LoggedChatMessage

ggi$a
net.minecraft.client.multiplayer.chat.LoggedChatMessage$Player
net.minecraft.class_7557$class_7558
net.minecraft.client.session.report.log.ReceivedMessage$ChatMessage

Field summary

Modifier and TypeField
private final com.mojang.authlib.GameProfile
c
profile
comp_868
profile
private final PlayerChatMessage
d
message
comp_870
message
private final ChatTrustLevel
e
trustLevel
comp_905
trustStatus
public static final com.mojang.serialization.MapCodec<LoggedChatMessage$Player>
b
CODEC
field_40809
CHAT_MESSAGE_CODEC
private static final DateTimeFormatter
f
TIME_FORMATTER
field_39637
DATE_TIME_FORMATTER

Constructor summary

ModifierConstructor
public (com.mojang.authlib.GameProfile arg0, PlayerChatMessage arg1, ChatTrustLevel arg2)

Method summary

Modifier and TypeMethod
public Component
b()
toContentComponent()
method_44551()
getContent()
public Component
c()
toNarrationComponent()
method_44555()
getNarration()
public Component
d()
toHeadingComponent()
method_44556()
getHeadingText()
private Component
i()
getTimeComponent()
method_44558()
getFormattedTimestamp()
public boolean
a(UUID arg0)
canReport(UUID arg0)
method_44553(UUID arg0)
isSentFrom(UUID arg0)
public UUID
e()
profileId()
method_44557()
getSenderUuid()
public LoggedChatEvent$Type
a()
type()
method_46538()
getType()
public com.mojang.authlib.GameProfile
f()
profile()
comp_868()
profile()
public PlayerChatMessage
g()
message()
comp_870()
message()
public ChatTrustLevel
h()
trustLevel()
comp_905()
trustStatus()