Skip to content

Related Operation of Username(Playername) 用户名(玩家名)相关操作

XiaoPangxie732 edited this page Jun 30, 2019 · 1 revision

本页面将会告诉你用户名(玩家名)相关操作。 This page will tell you related operation of username(playername).

有关用户名(玩家名)相关操作的方法均在UserName类中。 The methods for related operation of username(playername) are in the UserName class.


方法 Methods

public static String UUIDAtTime(String username, long timestamp) throws IllegalArgumentException;
public static String UUIDAtNow(String username) throws IllegalArgumentException;
public static String UUIDAtOriginal(String username) throws IllegalArgumentException;
public static String UUIDOfNames(boolean store, String... usernames) throws IllegalArgumentException;
public static String UUIDOfNames(String... usernames) throws IllegalArgumentException;