Package com.pixelmonmod.pixelmon.api.storage.research.manager
package com.pixelmonmod.pixelmon.api.storage.research.manager
-
ClassDescriptionThe storage manager is the class that needs to be implemented for handling the load and saving of the player's research data
It's recommended that you use the methods that returnCompletableFuture
as these will not lock the main thread if the player's storage is still loading when you attempt to access it.