Commit Graph

20 Commits

Author SHA1 Message Date
Jakob K
fa71b0cc0e Make "PluginInstance" available internally 2021-08-24 01:47:38 +02:00
Jakob K
d66fbd7979 Use holders from KSpigotMainInstance 2021-06-15 20:07:19 +02:00
Jakob K
fa8fa9ae96 Update formatting 2021-05-15 21:26:10 +02:00
Jakob K
cf48510756 Improve code style 2021-05-12 14:17:44 +02:00
bluefireoly
e65b3c724c Update KSpigotRunnables.kt 2021-01-10 22:07:15 +01:00
bluefireoly
8ba0a7bd4a Changed "bukkit" in the name of runnable methods to "task" 2020-10-23 00:09:58 +02:00
bluefireoly
53994d3c4b Update KSpigotRunnables.kt 2020-10-23 00:08:41 +02:00
bluefireoly
da848728d2 Applied kotlin style conventions 2020-10-18 18:36:49 +02:00
bluefireoly
dcdb817a7c Changed runTask to bukkitRun
Changed the runTask method to bukkitRun and added documentation
2020-10-18 16:53:10 +02:00
F0Xde
95a6eef6df Use reified type parameter for executeCatching; sync / async handlers
The unsafe cast before would throw an exception if any other generic
parameter than `Exception` was used without passing the class reference
explicitly.

It can now also be specified whether the exception handler is to be
executed sync or async, defaulting to sync.
2020-10-18 11:16:03 +02:00
bluefireoly
25d4b71031 Holders are singletons 2020-10-12 17:37:17 +02:00
bluefireoly
29bd82803d Eliminated plugin and kSpigot parameters 2020-10-12 17:01:01 +02:00
bluefireoly
66a03095b3 Lazy update 2020-09-27 00:43:32 +02:00
bluefireoly
6e5973498c Update KSpigotRunnables.kt 2020-09-15 17:06:42 +02:00
bluefireoly
bffe6e026c Update KSpigotRunnables.kt 2020-09-14 19:00:22 +02:00
bluefireoly
ebe2185607 Fixed safe runnable problem 2020-09-14 17:31:44 +02:00
bluefireoly
eb6313b452 Added counterToZero 2020-09-13 15:10:51 +02:00
bluefireoly
594455e3f9 Fixed problem in KSpigotRunnable.kt 2020-09-05 19:48:46 +02:00
bluefireoly
d93cda5dae Updated runnable api 2020-08-29 19:12:25 +02:00
bluefireoly
f46fa5d658 General update 2020-08-27 20:51:46 +02:00