Interface MultilineMessageBuffer
public interface MultilineMessageBuffer
-
Method Summary
-
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.
-