Uses of Record Class
tech.skworks.tachyon.api.audit.AuditEntry
Packages that use AuditEntry
-
Uses of AuditEntry in tech.skworks.tachyon.api.audit
Methods in tech.skworks.tachyon.api.audit that return AuditEntryModifier and TypeMethodDescriptionstatic AuditEntrystatic AuditEntrystatic AuditEntryAuditEntry.of(@NotNull String module, @NotNull String action, @Nullable String description, @NotNull AuditLevel auditLevel) static AuditEntryAuditEntry.of(@NotNull String module, @NotNull String action, @NotNull AuditLevel auditLevel) static AuditEntrystatic AuditEntryAuditEntry.of(@NotNull UUID playerId, @NotNull String module, @NotNull String action, @Nullable String description) static AuditEntryAuditEntry.of(@NotNull UUID playerId, @NotNull String module, @NotNull String action, @Nullable String description, @NotNull AuditLevel auditLevel) static AuditEntryAuditEntry.of(@NotNull UUID playerId, @NotNull String module, @NotNull String action, @NotNull AuditLevel auditLevel) Methods in tech.skworks.tachyon.api.audit with parameters of type AuditEntryModifier and TypeMethodDescriptionvoidAuditService.log(@NotNull AuditEntry auditEntry) Records a specific action performed by or affecting a player, along with its context. -
Uses of AuditEntry in tech.skworks.tachyon.plugin.core.audit
Methods in tech.skworks.tachyon.plugin.core.audit with parameters of type AuditEntry