Package io.github.thebusybiscuit.slimefun4.api.items.settings
package io.github.thebusybiscuit.slimefun4.api.items.settings
This package contains various sub classes of
ItemSetting
.-
ClassDescriptionThis variation of
ItemSetting
allows you to define anDouble
range and enforces this range using theDoubleRangeSetting.validateInput(Double)
method.EnumSetting<T extends Enum<T>>This variation ofItemSetting
allows you to allowEnum
constants to be used forItemSetting
validation.This variation ofItemSetting
allows you to define anInteger
range and enforces this range using theIntRangeSetting.validateInput(Integer)
method.This variation ofItemSetting
allows you to define a defaultTag
.