public interface UUIDPlayerDB
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) |
Copyright © 2020. All rights reserved.