Interface MultilineMessageBuffer


public interface MultilineMessageBuffer
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    create(byte expectedMessageCount, net.minecraft.commands.CommandSource target)
    Create a new message buffer.
    void
    put(int bufferId, byte position, net.minecraft.network.chat.Component value)
    Add a message to the buffer with the given id.
  • Method Details

    • create

      int create(byte expectedMessageCount, net.minecraft.commands.CommandSource target)
      Create a new message buffer.
      Returns:
      The id of the newly created buffer
    • put

      void put(int bufferId, byte position, net.minecraft.network.chat.Component value)
      Add a message to the buffer with the given id.