bentobox/src/main/java/world/bentobox/bentobox/hooks
tastybento e2d9c2ce34
Avoids loading islands into cache unless they are needed. (#2373)
* Avoids loading islands into cache unless they are needed.

* Adjust methods that were calling all islands

When we cached all island, this was an inexpensive call but not now. The
methods remain but pull from the database directly. The use of them were
changed to be player specific.
2024-05-23 21:42:14 -07:00
..
placeholders Code clean up from Sonar Cloud analysis (#2068) 2022-12-31 16:41:17 -08:00
DynmapHook.java Make variables final if they can be. (#1843) 2021-08-29 18:17:21 -07:00
ItemsAdderHook.java Implement new API for ItemsAdder item deletion (#2353) 2024-05-11 08:49:47 -07:00
LangUtilsHook.java Avoids loading islands into cache unless they are needed. (#2373) 2024-05-23 21:42:14 -07:00
MultipaperHook.java Add a hook for Multipaper (#2354) 2024-05-05 21:11:16 -07:00
MultiverseCoreHook.java Fix issue where seed worlds lost generators with Multiverse on restart 2023-12-19 04:36:00 -08:00
MyWorldsHook.java Code clean up from Sonar Cloud analysis (#2068) 2022-12-31 16:41:17 -08:00
MythicMobsHook.java Fix bug with MythicMobs changes #2340 2024-04-14 22:00:37 -07:00
SlimefunHook.java Add optimization for Slimefun deletion. #2289 2024-01-30 22:30:51 -08:00
VaultHook.java No tabs (#2243) 2023-12-04 20:55:40 -08:00
WorldManagementHook.java Unregisters worlds with MV on shutdown. 2023-06-26 22:08:49 -07:00
package-info.java Package info files for better JavaDocs (#1839) 2021-08-29 13:28:16 -07:00