Package de.murmelmeister.murmelapi.user
Interface User
public interface User
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull User.Builderbuilder()booleanbooleanboolean@Nullable LocalDateTimeintid()int@NotNull UUIDmojangId()static @NotNull Userof(int id, @NotNull UUID mojangId, @NotNull String username, @Nullable LocalDateTime firstLogin, int languageId) boolean@NotNull Stringusername()@NotNull Userwith(@NotNull Consumer<User.Builder> consumer)
-
Method Details
-
id
int id() -
mojangId
-
username
-
firstLogin
-
systemUser
boolean systemUser() -
debugUser
boolean debugUser() -
debugEnabled
boolean debugEnabled() -
languageId
int languageId() -
debugMode
boolean debugMode() -
builder
-
with
-
of
@NotNull static @NotNull User of(int id, @NotNull @NotNull UUID mojangId, @NotNull @NotNull String username, @Nullable @Nullable LocalDateTime firstLogin, int languageId)
-