Add chat position API.

This commit is contained in:
Minecrell
2014-09-08 21:15:14 +02:00
committed by md_5
parent 772c8d7f2b
commit f19cc7fe4f
3 changed files with 62 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
package net.md_5.bungee.api;
/**
* Represents the position on the screen where a message will appear.
*/
public enum ChatMessageType
{
CHAT,
SYSTEM,
ACTION_BAR
}