public class MySQLUUIDPlayerDB extends Object implements UUIDPlayerDB
Constructor and Description |
---|
MySQLUUIDPlayerDB() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Map<UUID,String> |
getAll() |
String |
getPlayerName(UUID uuid) |
BackEndType |
getType() |
UUID |
getUUID(String player) |
void |
update(UUID uuid,
String player) |
public BackEndType getType()
getType
in interface UUIDPlayerDB
public UUID getUUID(String player)
getUUID
in interface UUIDPlayerDB
public String getPlayerName(UUID uuid)
getPlayerName
in interface UUIDPlayerDB
public void update(UUID uuid, String player)
update
in interface UUIDPlayerDB
public Map<UUID,String> getAll()
getAll
in interface UUIDPlayerDB
public void clear()
clear
in interface UUIDPlayerDB
Copyright © 2019. All rights reserved.