Package io.github.thebusybiscuit.slimefun4.api.items.settings
package io.github.thebusybiscuit.slimefun4.api.items.settings
This package contains various sub classes of
ItemSetting.-
ClassesClassDescriptionThis variation of
ItemSettingallows you to define anDoublerange and enforces this range using theDoubleRangeSetting.validateInput(Double)method.EnumSetting<T extends Enum<T>>This variation ofItemSettingallows you to allowEnumconstants to be used forItemSettingvalidation.This variation ofItemSettingallows you to define anIntegerrange and enforces this range using theIntRangeSetting.validateInput(Integer)method.This variation ofItemSettingallows you to define a defaultTag.