-
Terminally Deprecated ElementsElementDescriptionUse
ServerTaskScheduler.cancelAllWithOwner(String)instead.UseServerTaskScheduler.schedule(int, Runnable)instead.UseServerTaskScheduler.schedule(int, Runnable, String)instead.You still shouldn't use this... But if you do for some reason, useServerTaskScheduler.tick()instead.
-
Deprecated ClassesClassDescriptionUse
ServerTaskSchedulerinstead. This class will be removed in RaccoonCore 3.0.0.This class is kept for backwards compatibility and will be removed in a future major version of RaccoonCore.
All methods in this class delegate directly to the new
ServerTaskSchedulerimplementation.
-
Deprecated MethodsMethodDescriptionUse
ServerTaskScheduler.cancelAllWithOwner(String)instead.UseServerTaskScheduler.schedule(int, Runnable)instead.UseServerTaskScheduler.schedule(int, Runnable, String)instead.You still shouldn't use this... But if you do for some reason, useServerTaskScheduler.tick()instead.
ServerTaskSchedulerinstead. This class will be removed in RaccoonCore 3.0.0.This class is kept for backwards compatibility and will be removed in a future major version of RaccoonCore.
All methods in this class delegate directly to the new
ServerTaskSchedulerimplementation.