Package de.murmelmeister.murmelapi.clan
Interface Clan
public interface Clan
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull Clan.Builderbuilder()@Nullable LocalDateTime@Nullable Integer@NotNull LocalDateTimeint@Nullable String@NotNull UUIDid()@NotNull Stringname()static @NotNull Clanof(@NotNull UUID id, @NotNull String name, @Nullable String tag, @Nullable String sign, @Nullable String description, int ownerId, int createdBy, @NotNull LocalDateTime createdAt) intownerId()@Nullable Stringsign()@Nullable Stringtag()@NotNull Clanwith(@NotNull Consumer<Clan.Builder> consumer)
-
Method Details
-
id
-
name
-
tag
-
sign
-
description
-
ownerId
int ownerId() -
createdBy
int createdBy() -
createdAt
-
changedBy
-
changedAt
-
builder
-
with
-
of
-