-
Method Summary
Returns stability state of database connection.
Returns stability state of memory.
Returns stability state of all systems.
Returns stability state of storage.
Returns stability state of ticks.
default boolean
Checks if plugin's stability is fine.
default boolean
Checks if plugin's stability is very unstable.
Methods inherited from interface ua.mcchickenstudio.opencreative.managers.Manager
getName
Methods inherited from interface ua.mcchickenstudio.opencreative.managers.Startable
start
-
Method Details
-
getStorageState
Returns stability state of storage.
- Returns:
- state of storage.
-
getDatabaseState
Returns stability state of database connection.
- Returns:
- state of database.
-
getMemoryState
Returns stability state of memory.
- Returns:
- state of RAM.
-
getTicksState
Returns stability state of ticks.
- Returns:
- state of TPS.
-
getState
Returns stability state of all systems.
- Returns:
- state of plugin
-
isFine
default boolean isFine()
Checks if plugin's stability is fine.
- Returns:
- true - stability is fine, false - not stable.
-
isVeryBad
default boolean isVeryBad()
Checks if plugin's stability is very unstable.
- Returns:
- true - stability is bad, false - normal.