Skip to content

Commit

Permalink
Get UUID api
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Sep 20, 2020
1 parent 30abf20 commit d91af01
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -19,6 +19,9 @@ public interface IPlayer extends IEntityLivingBase, IUser {
@ZenGetter("name")
String getName();

@ZenGetter("uuid")
String getUUID();

@ZenGetter("data")
IData getData();

Expand Down

0 comments on commit d91af01

Please sign in to comment.