Uses of Class
tfagaming.projects.minecraft.homestead.storage.SharedStorage
Packages that use SharedStorage
-
Uses of SharedStorage in tfagaming.projects.minecraft.homestead.storage
Methods in tfagaming.projects.minecraft.homestead.storage that return SharedStorageModifier and TypeMethodDescriptionstatic SharedStorageSharedStorage.createEmpty(long regionId) static SharedStorageRegionStorage.createStorage(Region region, int size) static SharedStorageStorageManager.createStorage(long regionId, int size) static SharedStorageSharedStorage.deserialize(long regionId, String data) static SharedStorageStorageManager.getExistingStorage(long regionId) static SharedStorageRegionStorage.getStorage(Region region) static SharedStorageStorageManager.getStorage(long regionId) Methods in tfagaming.projects.minecraft.homestead.storage with parameters of type SharedStorageModifier and TypeMethodDescriptionstatic voidStorageManager.replaceStorage(long regionId, SharedStorage newStorage)