Uses of Enum
de.themoep.minedown.adventure.MineDownParser.Option
-
Uses of MineDownParser.Option in de.themoep.minedown.adventure
Methods in de.themoep.minedown.adventure that return MineDownParser.OptionModifier 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.Methods in de.themoep.minedown.adventure that return types with arguments of type MineDownParser.OptionModifier 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 stringMethods in de.themoep.minedown.adventure with parameters of type MineDownParser.OptionModifier 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.Method parameters in de.themoep.minedown.adventure with type arguments of type MineDownParser.OptionModifier 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