rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.config.adapter
/
ConfigAdapter
Config
Adapter
interface
ConfigAdapter
<
T
>
(
source
)
Inheritors
ConfigSectionConfigAdapter
ContributorConfigAdapter
CullingPresetConfigAdapter
EnumConfigAdapter
FluidOrItemConfigAdapter
IntRangeAdapter
ItemStackConfigAdapter
ItemTagConfigAdapter
KeyedConfigAdapter
ListConfigAdapter
MapConfigAdapter
RandomizedSoundConfigAdapter
RecipeInputConfigAdapter
RecipeInputItemAdapter
RecipeInputFluidAdapter
SetConfigAdapter
SoundConfigAdapter
TextColorConfigAdapter
UUIDConfigAdapter
WailaDisplayConfigAdapter
WeightedSetConfigAdapter
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
abstract
val
type
:
Type
Functions
convert
Link copied to clipboard
abstract
fun
convert
(
value
:
Any
)
:
T
Converts the given value obtained from config to the target type
T
.