Interface IPlayerConfigStringableOptionClientStorageAPI<T extends Comparable<T>>
- All Superinterfaces:
IPlayerConfigOptionClientStorageAPI<T>
@Deprecated
public interface IPlayerConfigStringableOptionClientStorageAPI<T extends Comparable<T>>
extends IPlayerConfigOptionClientStorageAPI<T>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.useIPlayerConfigStringableOptionClientStorageAPIinsteadDeprecated.useIPlayerConfigStringableOptionClientStorageAPIinsteadDeprecated.getId()Deprecated.Deprecated.Deprecated.useIPlayerConfigStringableOptionClientStorageAPIinsteadDeprecated.Deprecated.getType()Deprecated.Deprecated.getValue()Deprecated.booleanDeprecated.booleanDeprecated.Methods inherited from interface xaero.pac.client.player.config.api.IPlayerConfigOptionClientStorageAPI
getCommentTranslation, getCommentTranslationArgs, getTranslationArgs
-
Method Details
-
getOption
Deprecated.- Specified by:
getOptionin interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- the option spec of this storage, not null
-
getId
Deprecated.- Specified by:
getIdin interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- the option string ID, not null
-
getComment
Deprecated.- Specified by:
getCommentin interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- the default comment text, not null
-
getTranslation
Deprecated.- Specified by:
getTranslationin interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- translation key for the name of the option, not null
-
getType
Deprecated.- Specified by:
getTypein interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- the type of the option value, not null
-
getValue
Deprecated.- Specified by:
getValuein interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- the stored value
-
getValidator
Deprecated.- Specified by:
getValidatorin interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- the option value validator, not null
-
getTooltipPrefix
Deprecated.- Specified by:
getTooltipPrefixin interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- the tooltip prefix, null if there is none
-
isDefaulted
boolean isDefaulted()Deprecated.- Specified by:
isDefaultedin interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- true if the option value is defaulted, otherwise false
-
isMutable
boolean isMutable()Deprecated.- Specified by:
isMutablein interfaceIPlayerConfigOptionClientStorageAPI<T extends Comparable<T>>- Returns:
- true if the option value is mutable, otherwise false
-
getCommandInputParser
Deprecated.useIPlayerConfigStringableOptionClientStorageAPIinsteadGets the string input parser for this option.
It is the same one that is used for parsing command inputs.
- Returns:
- the string input parser function, not null
-
getCommandOutputWriterCast
Deprecated.useIPlayerConfigStringableOptionClientStorageAPIinsteadGets the string output writer for this option.
It is the same one that is used for displaying option values in command outputs.
It accepts values of any type but will only work with the right one.
- Returns:
- the string output writer function, not null
-
getStringValidator
Deprecated.useIPlayerConfigStringableOptionClientStorageAPIinsteadGets the string value input validator for this option.
- Returns:
- the string value input validator function, not null
-
IPlayerConfigStringableOptionClientStorageAPIinstead