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