Deprecate the old GUI ticktype. They're dead and have been for some time.

This commit is contained in:
Christian 2013-01-24 17:29:46 -05:00
parent 3dbffd1754
commit c19646421a
1 changed files with 4 additions and 7 deletions

View File

@ -31,17 +31,14 @@ public enum TickType {
*/
RENDER,
/**
* client side
* Fired during the render processing phase if a GUI is open
* arg 0 : float "partial render time"
* arg 1 : the open gui or null if no gui is open
* Not fired
*/
@Deprecated
GUI,
/**
* client side
* Fired during the client evaluation loop
* arg 0 : The open gui or null if no gui is open
* Not fired
*/
@Deprecated
CLIENTGUI,
/**
* server side