Interface FPlayerSQLite
- All Superinterfaces:
FPlayerSQL, SQL
SQLite-specific implementation of
FPlayerSQL.- Since:
- 1.10.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidinsertOrIgnore(int id, String uuid, String name) Inserts a player with the given ID, or does nothing if a conflict occurs.Methods inherited from interface FPlayerSQL
findById, findByIp, findByName, findByUUID, getAllPlayers, getOnlinePlayers, insert, setOfflineByServer, update
-
Method Details
-
insertOrIgnore
Description copied from interface:FPlayerSQLInserts a player with the given ID, or does nothing if a conflict occurs.- Specified by:
insertOrIgnorein interfaceFPlayerSQL- Parameters:
id- the player database IDuuid- the player UUIDname- the player name
-