Uses of Class
com.plotsquared.core.plot.flag.FlagParseException
Packages that use FlagParseException
Package
Description
-
Uses of FlagParseException in com.plotsquared.core.plot.flag
Methods in com.plotsquared.core.plot.flag that throw FlagParseException -
Uses of FlagParseException in com.plotsquared.core.plot.flag.implementations
Methods in com.plotsquared.core.plot.flag.implementations that throw FlagParseExceptionModifier and TypeMethodDescriptionprotected IntegerFeedFlag.parseValue(String input) protected IntegerHealFlag.parseValue(String input) -
Uses of FlagParseException in com.plotsquared.core.plot.flag.types
Methods in com.plotsquared.core.plot.flag.types that throw FlagParseExceptionModifier and TypeMethodDescriptionDoubleFlag.parseNumber(String input) IntegerFlag.parseNumber(String input) LongFlag.parseNumber(String input) NumberFlag.parseNumber(String input) Parse the raw string input to the number type.protected abstract TTimedFlag.parseValue(String input)