Class CompletePortalLoader
java.lang.Object
me.xxastaspastaxx.dimensions.completePortal.CompletePortalLoader
Load all saved complete portals
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loadAll()
Load all the portals from the .json filevoid
save(List<CompletePortal> portals)
Save all portals inside the .json file
-
Constructor Details
-
CompletePortalLoader
public CompletePortalLoader()Constructor of the portal loader
-
-
Method Details
-
loadAll
Load all the portals from the .json file- Throws:
FileNotFoundException
-
save
Save all portals inside the .json file- Parameters:
portals
-
-