Class ChatLog

java.lang.Object
net.minecraft.client.multiplayer.chat.ChatLog

public class ChatLog extends Object
  • Field Details

    • buffer

      private final LoggedChatEvent[] buffer
    • nextId

      private int nextId
  • Constructor Details

    • ChatLog

      public ChatLog(int p_251403_)
    • ChatLog

      private ChatLog(int p_254212_, List<LoggedChatEvent> p_253624_)
  • Method Details

    • codec

      public static com.mojang.serialization.Codec<ChatLog> codec(int p_253922_)
    • loggedChatEvents

      private List<LoggedChatEvent> loggedChatEvents()
    • push

      public void push(LoggedChatEvent p_242319_)
    • lookup

      @Nullable public LoggedChatEvent lookup(int p_239050_)
    • index

      private int index(int p_249044_)
    • start

      public int start()
    • end

      public int end()
    • size

      private int size()