Uses of Enum Class
de.murmelmeister.murmelapi.punishment.type.PunishmentType
Packages that use PunishmentType
-
Uses of PunishmentType in de.murmelmeister.murmelapi.punishment.type
Methods in de.murmelmeister.murmelapi.punishment.type that return PunishmentTypeModifier and TypeMethodDescriptionstatic PunishmentTypeReturns the enum constant of this class with the specified name.static PunishmentType[]PunishmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.murmelmeister.murmelapi.punishment.type that return types with arguments of type PunishmentTypeModifier and TypeMethodDescriptionstatic @NotNull Optional<PunishmentType> PunishmentType.fromId(int id) static @NotNull Optional<PunishmentType>