Updated timing code for new event system

This commit is contained in:
Tahg
2012-01-16 15:03:41 -05:00
parent 1a68bf226b
commit 53261190cf
8 changed files with 169 additions and 33 deletions

View File

@@ -158,10 +158,4 @@ public interface Plugin extends CommandExecutor {
* @return Logger associated with this server
*/
public Logger getLogger();
public long getTiming(Event.Type type);
public void incTiming(Event.Type type, long delta);
public void resetTimings();
}