Uses of Enum Class
de.murmelmeister.murmelapi.punishment.audit.PunishmentAudit.Action
Packages that use PunishmentAudit.Action
-
Uses of PunishmentAudit.Action in de.murmelmeister.murmelapi.punishment.audit
Methods in de.murmelmeister.murmelapi.punishment.audit that return PunishmentAudit.ActionModifier and TypeMethodDescription@NotNull PunishmentAudit.ActionPunishmentAudit.action()static PunishmentAudit.ActionReturns the enum constant of this class with the specified name.static PunishmentAudit.Action[]PunishmentAudit.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.murmelmeister.murmelapi.punishment.audit with parameters of type PunishmentAudit.ActionModifier 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)