Class PlayerProfileMigrator
java.lang.Object
com.xzavier0722.mc.plugin.slimefun4.storage.migrator.PlayerProfileMigrator
- All Implemented Interfaces:
IMigrator
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerProfileMigrator
getName()
boolean
To check the existence of old player data stored as yml and try to migrate them to database
-
Method Details
-
getInstance
-
getName
-
hasOldData
public boolean hasOldData()- Specified by:
hasOldData
in interfaceIMigrator
-
migrateData
To check the existence of old player data stored as yml and try to migrate them to database- Specified by:
migrateData
in interfaceIMigrator
-