Uses of Enum Class
ua.mcchickenstudio.opencreative.settings.groups.LimitType
Packages that use LimitType
-
Uses of LimitType in ua.mcchickenstudio.opencreative.settings.groups
Subclasses with type arguments of type LimitType in ua.mcchickenstudio.opencreative.settings.groupsMethods in ua.mcchickenstudio.opencreative.settings.groups that return LimitTypeModifier and TypeMethodDescriptionstatic @Nullable LimitTypestatic LimitTypeReturns the enum constant of this class with the specified name.static LimitType[]LimitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.settings.groups with parameters of type LimitTypeModifier and TypeMethodDescription@NotNull LimitModifierReturns limit instance for group, that will be used to calculate and check limits.booleanbooleanGroups.setLimitModifier(@NotNull String groupName, @NotNull LimitType type, int value)