类 ChatLog

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

public class ChatLog extends Object
  • 字段详细资料

    • buffer

      private final LoggedChatEvent[] buffer
    • nextId

      private int nextId
  • 构造器详细资料

    • ChatLog

      public ChatLog(int p_251403_)
    • ChatLog

      private ChatLog(int p_254212_, List<LoggedChatEvent> p_253624_)
  • 方法详细资料

    • 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()