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 ManagerTime
BEFORE_LOAD
private final ManagerTime
LOAD
private final ManagerTime
BEFORE_ENABLE
private final ManagerTime
ENABLE
private final ManagerTime
BEFORE_ACTIVE
private final ManagerTime
ACTIVE
private final ManagerTime
BEFORE_RELOAD
private final ManagerTime
RELOAD
private final ManagerTime
BEFORE_DISABLE
private final ManagerTime
DISABLE
public final static ManagerTime.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final ManagerTime
getBEFORE_LOAD()
final ManagerTime
getLOAD()
final ManagerTime
getBEFORE_ENABLE()
final ManagerTime
getENABLE()
final ManagerTime
getBEFORE_ACTIVE()
final ManagerTime
getACTIVE()
final ManagerTime
getBEFORE_RELOAD()
final ManagerTime
getRELOAD()
final ManagerTime
getBEFORE_DISABLE()
final ManagerTime
getDISABLE()
-
-
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()
-
-
-
-