Uses of Class
tfagaming.projects.minecraft.homestead.models.RegionLog
Packages that use RegionLog
Package
Description
-
Uses of RegionLog in tfagaming.projects.minecraft.homestead.database.cache
Methods in tfagaming.projects.minecraft.homestead.database.cache with parameters of type RegionLog -
Uses of RegionLog in tfagaming.projects.minecraft.homestead.database.providers
Methods in tfagaming.projects.minecraft.homestead.database.providers that return types with arguments of type RegionLogModifier and TypeMethodDescriptionMariaDB.importRegionLogs()MongoDB.importRegionLogs()MySQL.importRegionLogs()PostgreSQL.importRegionLogs()Provider.importRegionLogs()SQLite.importRegionLogs()YAML.importRegionLogs()Method parameters in tfagaming.projects.minecraft.homestead.database.providers with type arguments of type RegionLogModifier and TypeMethodDescriptionvoidMariaDB.exportRegionLogs(List<RegionLog> logs) voidMongoDB.exportRegionLogs(List<RegionLog> logs) voidMySQL.exportRegionLogs(List<RegionLog> logs) voidPostgreSQL.exportRegionLogs(List<RegionLog> logs) voidProvider.exportRegionLogs(List<RegionLog> regions) voidSQLite.exportRegionLogs(List<RegionLog> logs) voidYAML.exportRegionLogs(List<RegionLog> logs) -
Uses of RegionLog in tfagaming.projects.minecraft.homestead.managers
Methods in tfagaming.projects.minecraft.homestead.managers that return RegionLogModifier and TypeMethodDescriptionstatic RegionLogLogManager.getLatestLog(long regionId) Returns the most recent log in a region.static RegionLogLogManager.getLatestLog(Region region) Returns the most recent log in a region.static RegionLogLogManager.getLog(long logId) Retrieves a specific log by its unique ID.static RegionLogLogManager.getOldestLog(long regionId) Returns the oldest log in a region.static RegionLogLogManager.getOldestLog(Region region) Returns the oldest log in a region.Methods in tfagaming.projects.minecraft.homestead.managers that return types with arguments of type RegionLogModifier and TypeMethodDescriptionLogManager.getLogs(long regionId) Returns a list of logs from a region, sorted newest first.Returns a list of logs from a region, sorted newest first.LogManager.getLogsAfter(long regionId, long timestamp) Returns logs sent after a specific timestamp.LogManager.getLogsAfter(Region region, long timestamp) Returns logs sent after a specific timestamp.LogManager.getLogsBefore(long regionId, long timestamp) Returns logs sent before a specific timestamp.LogManager.getLogsBefore(Region region, long timestamp) Returns logs sent before a specific timestamp.LogManager.getLogsByAuthor(long regionId, String author) Returns logs from a specific author in a region.LogManager.getLogsByAuthor(Region region, String author) Returns logs from a specific author in a region.LogManager.getUnreadLogs(long regionId) Returns only unread logs from a region.LogManager.getUnreadLogs(Region region) Returns only unread logs from a region.Methods in tfagaming.projects.minecraft.homestead.managers with parameters of type RegionLog