Package com.skillw.pouvoir.api.plugin
Object ManagerTime.Companion
-
- All Implemented Interfaces:
public class ManagerTime.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final ManagerTimeBEFORE_LOADprivate final ManagerTimeLOADprivate final ManagerTimeBEFORE_ENABLEprivate final ManagerTimeENABLEprivate final ManagerTimeBEFORE_ACTIVEprivate final ManagerTimeACTIVEprivate final ManagerTimeBEFORE_RELOADprivate final ManagerTimeRELOADprivate final ManagerTimeBEFORE_DISABLEprivate final ManagerTimeDISABLEpublic final static ManagerTime.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ManagerTimegetBEFORE_LOAD()final ManagerTimegetLOAD()final ManagerTimegetBEFORE_ENABLE()final ManagerTimegetENABLE()final ManagerTimegetBEFORE_ACTIVE()final ManagerTimegetACTIVE()final ManagerTimegetBEFORE_RELOAD()final ManagerTimegetRELOAD()final ManagerTimegetBEFORE_DISABLE()final ManagerTimegetDISABLE()-
-
Method Detail
-
getBEFORE_LOAD
final ManagerTime getBEFORE_LOAD()
-
getLOAD
final ManagerTime getLOAD()
-
getBEFORE_ENABLE
final ManagerTime getBEFORE_ENABLE()
-
getENABLE
final ManagerTime getENABLE()
-
getBEFORE_ACTIVE
final ManagerTime getBEFORE_ACTIVE()
-
getACTIVE
final ManagerTime getACTIVE()
-
getBEFORE_RELOAD
final ManagerTime getBEFORE_RELOAD()
-
getRELOAD
final ManagerTime getRELOAD()
-
getBEFORE_DISABLE
final ManagerTime getBEFORE_DISABLE()
-
getDISABLE
final ManagerTime getDISABLE()
-
-
-
-