Uses of Package
io.github.thebusybiscuit.slimefun4.api.items.settings
Packages that use io.github.thebusybiscuit.slimefun4.api.items.settings
Package
Description
This package holds implementations of
ItemSetting
that are for
very specific SlimefunItems
and generally not
very useful out of their context.-
Classes in io.github.thebusybiscuit.slimefun4.api.items.settings used by io.github.thebusybiscuit.slimefun4.implementation.settingsClassDescriptionThis variation of
ItemSetting
allows you to define anDouble
range and enforces this range using theDoubleRangeSetting.validateInput(Double)
method.