MCPcopy Index your code
hub / github.com/Solara-Development/Neptune / getProfile

Method getProfile

Plugin/src/main/java/dev/lrxh/neptune/API.java:13–15  ·  view source on GitHub ↗
(UUID playerUUID)

Source from the content-addressed store, hash-verified

11public class API {
12
13 public static Profile getProfile(UUID playerUUID) {
14 return ProfileService.get().getByUUID(playerUUID);
15 }
16
17 public static Profile getProfile(Player player) {
18 return ProfileService.get().getByUUID(player.getUniqueId());

Callers 15

addSpectatorMethod · 0.95
removeSpectatorMethod · 0.95
setupPlayerMethod · 0.95
handleLeaveToLobbyMethod · 0.95
getMatchMethod · 0.95
spectateMethod · 0.95
leaveMethod · 0.95
getButtonsMethod · 0.95
getButtonsMethod · 0.95
onDeathMethod · 0.95
playKillEffectMethod · 0.95
getProfileMethod · 0.95

Calls 3

getMethod · 0.95
getByUUIDMethod · 0.80
_getProfileMethod · 0.80

Tested by

no test coverage detected