Interface ChatLogEntry

All Known Subinterfaces:
ReceivedMessage
All Known Implementing Classes:
ReceivedMessage.ChatMessage, ReceivedMessage.GameMessage

@Environment(CLIENT) public interface ChatLogEntry
An entry logged to ChatLog.
Mappings:
Namespace Name
official ezm
intermediary net/minecraft/class_7629
named net/minecraft/client/report/log/ChatLogEntry
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<ChatLogEntry>
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • CODEC

      static final com.mojang.serialization.Codec<ChatLogEntry> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lezm;a:Lcom/mojang/serialization/Codec;
      intermediary field_40803 Lnet/minecraft/class_7629;field_40803:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/client/report/log/ChatLogEntry;CODEC:Lcom/mojang/serialization/Codec;
  • Method Details

    • getType

      Mappings:
      Namespace Name Mixin selector
      official a Lezm;a()Lezm$a;
      intermediary method_46538 Lnet/minecraft/class_7629;method_46538()Lnet/minecraft/class_7629$class_7854;
      named getType Lnet/minecraft/client/report/log/ChatLogEntry;getType()Lnet/minecraft/client/report/log/ChatLogEntry$Type;