Skip to content

TimingUtil

Martin S. edited this page Dec 16, 2025 · 2 revisions

Information

  • Type: Class
  • Description: TimingUtil is used as abstract class that is used for pausing/resuming, playing/stopping wrappers for MEC. Wrappers that use this are: Loop, Delayed
  • Additionally: This is abstract class.
  • Generic: Everything that is class

Properties

Times

  • Type: Cloak
  • Description: This enum is later used in methods like Delayed class to know if it should delay by seconds, minutes, hours etc. Month Year are not calculated by date (and it's stupid to use, because server will 100% not run this long), but by hard coded time in seconds.
  • Additionally: This is virtual property

Clone this wiki locally