Deprecated API


Contents
Deprecated Classes
com.quartercode.quarterbukkit.api.TagUtil
          This class is deprecated. Use MetaUtil instead. 
 

Deprecated Methods
com.quartercode.quarterbukkit.QuarterBukkit.exception(GameException)
          This method is deprecated. Use ExceptionManager.exception(GameException) instead. 
com.quartercode.quarterbukkit.QuarterBukkit.getExceptionHandler(Plugin)
          This method is deprecated. Use ExceptionManager.getExceptionHandler(Plugin) instead. 
com.quartercode.quarterbukkit.QuarterBukkit.getExceptionHandlers()
          This method is deprecated. Use ExceptionManager.getExceptionHandlers() instead. 
com.quartercode.quarterbukkit.api.TagUtil.getShowPlayerNames()
          This method is deprecated and does nothing (it only returns an empty map). 
com.quartercode.quarterbukkit.QuarterBukkit.removeExceptionHandler(Plugin)
          This method is deprecated. Use ExceptionManager.removeExceptionHandler(Plugin) instead. 
com.quartercode.quarterbukkit.api.scheduler.ScheduleTask.run(boolean, long)
          This method is deprecated. Use ScheduleTask.run(long) instead. 
com.quartercode.quarterbukkit.api.scheduler.ScheduleTask.run(boolean, long, long)
          This method is deprecated. Use ScheduleTask.run(long, long) instead. 
com.quartercode.quarterbukkit.QuarterBukkit.setExceptionHandler(ExceptionHandler)
          This method is deprecated. Use ExceptionManager.setExceptionHandler(ExceptionHandler) instead. 
com.quartercode.quarterbukkit.api.TagUtil.setShowName(Player, String)
          This method is deprecated and does nothing.