Skip to content

Commit

Permalink
redis msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Oct 27, 2024
1 parent 69dfa50 commit d719aa4
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ public interface PlayerData {

@NotNull
Messages getMessages();
UUID getUUID();
Player getPlayer();

UUID getUUID();

Player getPlayer();

GUIConfiguration getGUILocale();

GUIConfiguration getBedrockGUILocale();
Expand Down

0 comments on commit d719aa4

Please sign in to comment.