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 TypeMethodDescriptionprotected @NonNull DoubleDoubleFlag.parseNumber(String input) protected @NonNull IntegerIntegerFlag.parseNumber(String input) protected @NonNull LongLongFlag.parseNumber(String input) protected abstract @NonNull NNumberFlag.parseNumber(String input) Parse the raw string input to the number type.protected abstract TTimedFlag.parseValue(String input)