From c19646421a4ea327f29388cedf652af7d088ae71 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 24 Jan 2013 17:29:46 -0500 Subject: [PATCH] Deprecate the old GUI ticktype. They're dead and have been for some time. --- fml/common/cpw/mods/fml/common/TickType.java | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/fml/common/cpw/mods/fml/common/TickType.java b/fml/common/cpw/mods/fml/common/TickType.java index 30a00f818..3e7426cd3 100644 --- a/fml/common/cpw/mods/fml/common/TickType.java +++ b/fml/common/cpw/mods/fml/common/TickType.java @@ -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