Interface LoggedChatMessage
- All Superinterfaces:
LoggedChatEvent
- All Known Implementing Classes:
LoggedChatMessage.Player
,LoggedChatMessage.System
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
static final record
Nested classes/interfaces inherited from interface net.minecraft.client.multiplayer.chat.LoggedChatEvent
LoggedChatEvent.Type
-
Field Summary
Fields inherited from interface net.minecraft.client.multiplayer.chat.LoggedChatEvent
CODEC
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static LoggedChatMessage.Player
player
(com.mojang.authlib.GameProfile p_261832_, PlayerChatMessage p_261491_, ChatTrustLevel p_262141_) static LoggedChatMessage.System
default Component
Methods inherited from interface net.minecraft.client.multiplayer.chat.LoggedChatEvent
type
-
Method Details
-
player
static LoggedChatMessage.Player player(com.mojang.authlib.GameProfile p_261832_, PlayerChatMessage p_261491_, ChatTrustLevel p_262141_) -
system
-
toContentComponent
Component toContentComponent() -
toNarrationComponent
-
canReport
-