Uses of Interface
de.murmelmeister.murmelapi.punishment.user.PunishmentUser
Packages that use PunishmentUser
-
Uses of PunishmentUser in de.murmelmeister.murmelapi.punishment.user
Methods in de.murmelmeister.murmelapi.punishment.user that return PunishmentUserModifier and TypeMethodDescription@NotNull PunishmentUserPunishmentUser.Builder.build()static @NotNull PunishmentUserPunishmentUser.of(@NotNull UUID mojangId, int typeId, @NotNull UUID auditId, @Nullable LocalDateTime expiresAt) @NotNull PunishmentUserPunishmentUser.with(@NotNull Consumer<PunishmentUser.Builder> consumer) Methods in de.murmelmeister.murmelapi.punishment.user that return types with arguments of type PunishmentUserModifier and TypeMethodDescription@NotNull Optional<PunishmentUser> PunishmentUserProvider.findPunishedUser(@NotNull UUID mojangId, int typeId) @NotNull @Unmodifiable List<PunishmentUser> PunishmentUserProvider.findPunishedUsers(int typeId) @NotNull Optional<PunishmentUser> PunishmentUserProvider.upsert(@NotNull UUID mojangId, int typeId, @NotNull UUID auditId, @Nullable Long durationSecs)