- get(Integer) - Method in class net.lapismc.lapisbans.api.punishments.core.PunishmentList
-
Get the punishment at any index
- getAction() - Method in interface net.lapismc.lapisbans.api.punishments.core.PunishmentInterface
-
Returns the name of the punishment, e.g.
- getActioned() - Method in interface net.lapismc.lapisbans.api.punishments.core.PunishmentInterface
-
Returns the action this punishment makes e.g.
- getAllActivePunishments(UUID) - Method in interface net.lapismc.lapisbans.api.LapisBansAPI
-
Get all currently active punishments applied to a player, this excludes punishments that have ended
- getAllPunishments(UUID) - Method in interface net.lapismc.lapisbans.api.LapisBansAPI
-
Get all punishments applied to a UUID, this includes punishments that have ended e.g.
- getAPI() - Static method in class net.lapismc.lapisbans.api.LapisBansAPIStorage
-
- getAppliedBy() - Method in interface net.lapismc.lapisbans.api.punishments.core.PunishmentInterface
-
Get the UUID of the user who applied the punishment
- getAppliedTo() - Method in interface net.lapismc.lapisbans.api.punishments.core.PunishmentInterface
-
Get the UUID of the player the punishment has been applied to
- getAsList() - Method in class net.lapismc.lapisbans.api.punishments.core.PunishmentList
-
- getConsoleUUID() - Method in interface net.lapismc.lapisbans.api.LapisBansAPI
-
- getEnd() - Method in interface net.lapismc.lapisbans.api.punishments.core.TemporaryPunishmentInterface
-
Calculates and returns the end of the punishment based on the start and length values
- getIPAddress() - Method in interface net.lapismc.lapisbans.api.punishments.permanent.IPBanInterface
-
- getIPAddress() - Method in interface net.lapismc.lapisbans.api.punishments.temporary.TempIPBanInterface
-
- getLength() - Method in interface net.lapismc.lapisbans.api.punishments.core.TemporaryPunishmentInterface
-
Get the length of the punishment in Milliseconds
- getPunishment() - Method in class net.lapismc.lapisbans.api.events.LapisBansPunishEvent
-
- getPunishmentsAppliedBy(UUID) - Method in interface net.lapismc.lapisbans.api.LapisBansAPI
-
Get all punishments applied by a user, these are punishments set by the provided UUID
- getReason() - Method in interface net.lapismc.lapisbans.api.punishments.core.PunishmentInterface
-
Get the reason for this punishment
- getStart() - Method in interface net.lapismc.lapisbans.api.punishments.core.PunishmentInterface
-
Get the system time when the punishment started
- getType() - Method in interface net.lapismc.lapisbans.api.punishments.core.PunishmentInterface
-
Get the type of punishment that this punishment object represents
e.g.