Class Punishment

java.lang.Object
dev.plex.punishment.Punishment

public class Punishment extends Object
  • Field Details

    • punished

      private final UUID punished
    • punisher

      private final UUID punisher
    • IPS

      private final List<String> IPS
    • punishedUsername

      private String punishedUsername
    • type

      private PunishmentType type
    • reason

      private String reason
    • customTime

      private boolean customTime
    • active

      private boolean active
    • endDate

      private LocalDateTime endDate
  • Constructor Details

    • Punishment

      public Punishment(UUID punished, UUID punisher)
  • Method Details