public static interface ISupportParameter.MaxList extends ISupportParameter
Modifier and Type | Interface and Description |
---|---|
static interface |
ISupportParameter.MaxList.LimitData
Data on a particular limit.
|
ISupportParameter.AwayLen, ISupportParameter.CaseMapping, ISupportParameter.ChanLimit, ISupportParameter.ChanModes, ISupportParameter.ChannelLen, ISupportParameter.ChanTypes, ISupportParameter.ClientTagDeny, ISupportParameter.EList, ISupportParameter.Excepts, ISupportParameter.ExtBan, ISupportParameter.HostLen, ISupportParameter.IntegerParameter, ISupportParameter.InvEx, ISupportParameter.KickLen, ISupportParameter.MaxList, ISupportParameter.MaxTargets, ISupportParameter.Modes, ISupportParameter.Network, ISupportParameter.NickLen, ISupportParameter.OptionalIntegerParameter, ISupportParameter.Prefix, ISupportParameter.SafeList, ISupportParameter.Silence, ISupportParameter.StatusMsg, ISupportParameter.TargMax, ISupportParameter.TopicLen, ISupportParameter.UserLen, ISupportParameter.WhoX
Modifier and Type | Method and Description |
---|---|
@NonNull Set<ISupportParameter.MaxList.LimitData> |
getAllLimitData()
Gets all the limit data specified.
|
int |
getLimit(char c)
Gets the maximum limit for a given mode.
|
@NonNull Optional<ISupportParameter.MaxList.LimitData> |
getLimitData(char c)
Gets the limit data for a given mode.
|
getName, getValue
getClient
static final String NAME
@NonNull Set<ISupportParameter.MaxList.LimitData> getAllLimitData()
int getLimit(char c)
c
- mode character@NonNull Optional<ISupportParameter.MaxList.LimitData> getLimitData(char c)
c
- mode characterCopyright © 2013–2021 Kitteh. All rights reserved.