Uses of Class
tfagaming.projects.minecraft.homestead.models.Level
Packages that use Level
Package
Description
-
Uses of Level in tfagaming.projects.minecraft.homestead.database.cache
Methods in tfagaming.projects.minecraft.homestead.database.cache with parameters of type Level -
Uses of Level in tfagaming.projects.minecraft.homestead.database.providers
Methods in tfagaming.projects.minecraft.homestead.database.providers that return types with arguments of type LevelModifier and TypeMethodDescriptionMariaDB.importLevels()MongoDB.importLevels()MySQL.importLevels()PostgreSQL.importLevels()Provider.importLevels()SQLite.importLevels()YAML.importLevels()Method parameters in tfagaming.projects.minecraft.homestead.database.providers with type arguments of type LevelModifier and TypeMethodDescriptionvoidMariaDB.exportLevels(List<Level> levels) voidMongoDB.exportLevels(List<Level> levels) voidMySQL.exportLevels(List<Level> levels) voidPostgreSQL.exportLevels(List<Level> levels) voidProvider.exportLevels(List<Level> levels) voidSQLite.exportLevels(List<Level> levels) voidYAML.exportLevels(List<Level> levels) -
Uses of Level in tfagaming.projects.minecraft.homestead.managers
Methods in tfagaming.projects.minecraft.homestead.managers that return LevelModifier and TypeMethodDescriptionstatic LevelLevelManager.createLevel(long regionId) Create a new level entry for a region.static LevelLevelManager.findLevel(long id) Retrieves the level with the exact ID, or null if none exists.static LevelLevelManager.getHighestLevel()Finds the region with the highest level.static LevelLevelManager.getLevelByRegion(long regionId) Get level by region ID.static LevelLevelManager.getOrCreateLevel(long regionId) Get or create level for a region.Methods in tfagaming.projects.minecraft.homestead.managers that return types with arguments of type Level