Uses of Interface
de.murmelmeister.murmelapi.punishment.audit.PunishmentAudit
Packages that use PunishmentAudit
Package
Description
-
Uses of PunishmentAudit in de.murmelmeister.murmelapi.punishment
Method parameters in de.murmelmeister.murmelapi.punishment with type arguments of type PunishmentAuditModifier and TypeMethodDescriptionbooleanPunishmentService.checkIpPunishment(@NotNull InetAddress inetAddress, int typeId, @NotNull Consumer<PunishmentAudit> consumer) booleanPunishmentService.checkUserPunishment(@NotNull UUID mojangId, int typeId, @NotNull Consumer<PunishmentAudit> consumer) -
Uses of PunishmentAudit in de.murmelmeister.murmelapi.punishment.audit
Methods in de.murmelmeister.murmelapi.punishment.audit that return PunishmentAuditModifier and TypeMethodDescriptionstatic @NotNull PunishmentAuditPunishmentAudit.of(@NotNull UUID id, @NotNull PunishmentAudit.Action action, @Nullable UUID mojangId, @Nullable InetAddress inetAddress, @Nullable Integer reasonId, @Nullable Integer reasonTypeId, @NotNull String reasonText, @Nullable Long reasonDuration, boolean reasonAutoFlagIp, @Nullable Integer createdBy, @NotNull LocalDateTime createdAt) Methods in de.murmelmeister.murmelapi.punishment.audit that return types with arguments of type PunishmentAuditModifier and TypeMethodDescription@NotNull Optional<PunishmentAudit> PunishmentAuditProvider.create(@Nullable UUID mojangId, @Nullable InetAddress inetAddress, @NotNull PunishmentReason reason, int executorId) @NotNull Optional<PunishmentAudit> @NotNull @Unmodifiable List<PunishmentAudit> PunishmentAuditProvider.findAudits(@NotNull InetAddress inetAddress) @NotNull @Unmodifiable List<PunishmentAudit> PunishmentAuditProvider.findAudits(@NotNull UUID mojangId) @NotNull Optional<PunishmentAudit> PunishmentAuditProvider.modify(@Nullable UUID mojangId, @Nullable InetAddress inetAddress, @NotNull PunishmentReason reason, int executorId) @NotNull Optional<PunishmentAudit> PunishmentAuditProvider.revoke(@Nullable UUID mojangId, @Nullable InetAddress inetAddress, @NotNull PunishmentAudit audit, int executorId) Methods in de.murmelmeister.murmelapi.punishment.audit with parameters of type PunishmentAuditModifier and TypeMethodDescription@NotNull Optional<PunishmentAudit> PunishmentAuditProvider.revoke(@Nullable UUID mojangId, @Nullable InetAddress inetAddress, @NotNull PunishmentAudit audit, int executorId)