Uses of Interface
de.murmelmeister.murmelapi.punishment.log.PunishmentLog
Packages that use PunishmentLog
Package
Description
-
Uses of PunishmentLog in de.murmelmeister.murmelapi
Methods in de.murmelmeister.murmelapi that return PunishmentLogModifier and TypeMethodDescriptionstatic PunishmentLogMurmelAPI.getPunishmentLog()Retrieves the default punishment log associated with the system.static PunishmentLogMurmelAPI.getPunishmentLog(PunishmentReason reason) Retrieves the punishment log associated with the specified punishment reason.Methods in de.murmelmeister.murmelapi with parameters of type PunishmentLogModifier and TypeMethodDescriptionstatic PunishmentIPMurmelAPI.getPunishmentIP(PunishmentReason reason, PunishmentLog log) Retrieves the PunishmentIP instance associated with the provided punishment reason and log.static PunishmentUserMurmelAPI.getPunishmentUser(PunishmentReason reason, PunishmentLog log) Retrieves the instance ofPunishmentUser, initializing it if necessary, based on the providedPunishmentReasonandPunishmentLog. -
Uses of PunishmentLog in de.murmelmeister.murmelapi.punishment
Constructors in de.murmelmeister.murmelapi.punishment with parameters of type PunishmentLogModifierConstructorDescriptionPunishmentIPProvider(Database database, PunishmentReason reason, PunishmentLog log) PunishmentUserProvider(Database database, PunishmentReason reason, PunishmentLog log) -
Uses of PunishmentLog in de.murmelmeister.murmelapi.punishment.log
Classes in de.murmelmeister.murmelapi.punishment.log that implement PunishmentLog