Uses of Enum
de.themoep.minedown.adventure.MineDownParser.Option
-
Uses of MineDownParser.Option in de.themoep.minedown.adventure
Modifier and TypeMethodDescriptionstatic MineDownParser.Option
Returns the enum constant of this type with the specified name.static MineDownParser.Option[]
MineDownParser.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMineDownParser.enabledOptions()
Get all enabled options that will be used when parsingMineDownParser.filteredOptions()
Get all filtered options that will be parsed and then removed from the stringModifier and TypeMethodDescriptionMineDown.disable
(MineDownParser.Option option) Disable an option.MineDownParser.disable
(MineDownParser.Option option) Disable an option.MineDown.enable
(MineDownParser.Option option) Enable an option.MineDownParser.enable
(MineDownParser.Option option) Enable an option.MineDown.filter
(MineDownParser.Option option) Filter an option.MineDownParser.filter
(MineDownParser.Option option) Filter an option.boolean
MineDownParser.isEnabled
(MineDownParser.Option option) Check whether or not an option is enabledboolean
MineDownParser.isFiltered
(MineDownParser.Option option) Check whether or not an option is filteredMineDown.unfilter
(MineDownParser.Option option) Unfilter an option.MineDownParser.unfilter
(MineDownParser.Option option) Unfilter an option.Modifier and TypeMethodDescriptionMineDownParser.enabledOptions
(Set<MineDownParser.Option> enabledOptions) Set all enabled options that will be used when parsing at once, replaces any existing optionsMineDownParser.filteredOptions
(Set<MineDownParser.Option> filteredOptions) Set all filtered options that will be parsed and then removed from the string at once, replaces any existing options