PlayerCache

Functions

Link copied to clipboard
Link copied to clipboard
fun cleanup()
Link copied to clipboard
fun get(uuid: UUID): BlockUser
Link copied to clipboard
fun getOrNull(uuid: UUID): BlockUser?
Link copied to clipboard
Link copied to clipboard
fun remove(uuid: UUID)
Link copied to clipboard
Link copied to clipboard
fun saveToDB(user: BlockUser)

Updates the given user in the database.

Link copied to clipboard