Uses of Interface
de.murmelmeister.murmelapi.punishment.reason.PunishmentReason
Packages that use PunishmentReason
Package
Description
-
Uses of PunishmentReason in de.murmelmeister.murmelapi.punishment.audit
Methods in de.murmelmeister.murmelapi.punishment.audit with parameters of type PunishmentReasonModifier and TypeMethodDescription@NotNull Optional<PunishmentAudit> PunishmentAuditProvider.create(@Nullable UUID mojangId, @Nullable InetAddress inetAddress, @NotNull PunishmentReason reason, int executorId) @NotNull Optional<PunishmentAudit> PunishmentAuditProvider.modify(@Nullable UUID mojangId, @Nullable InetAddress inetAddress, @NotNull PunishmentReason reason, int executorId) -
Uses of PunishmentReason in de.murmelmeister.murmelapi.punishment.reason
Methods in de.murmelmeister.murmelapi.punishment.reason that return PunishmentReasonModifier and TypeMethodDescription@NotNull PunishmentReasonPunishmentReason.Builder.build()static @NotNull PunishmentReasonPunishmentReason.of(int id, int typeId, @NotNull String reasonText, @Nullable Long durationSecs, boolean autoFlagIp, int createdBy, @NotNull LocalDateTime createdAt) @NotNull PunishmentReasonPunishmentReason.with(@NotNull Consumer<PunishmentReason.Builder> consumer) Methods in de.murmelmeister.murmelapi.punishment.reason that return types with arguments of type PunishmentReasonModifier and TypeMethodDescription@NotNull @Unmodifiable List<PunishmentReason> PunishmentReasonProvider.findAll()@NotNull Optional<PunishmentReason> PunishmentReasonProvider.findReason(int id) @NotNull @Unmodifiable List<PunishmentReason> PunishmentReasonProvider.findReasons(int typeId) @NotNull Optional<PunishmentReason> PunishmentReasonProvider.upsert(int id, int typeId, @NotNull String reasonText, @Nullable Long durationSecs, boolean autoFlagIp, int executorId) @NotNull Optional<PunishmentReason> PunishmentReasonProvider.upsert(@NotNull PunishmentReason reason, int executorId) Methods in de.murmelmeister.murmelapi.punishment.reason with parameters of type PunishmentReasonModifier and TypeMethodDescription@NotNull Optional<PunishmentReason> PunishmentReasonProvider.upsert(@NotNull PunishmentReason reason, int executorId)