Object ItemChoiceConfigAdapter
-
- All Implemented Interfaces:
-
io.github.pylonmc.rebar.config.adapter.ConfigAdapter
public class ItemChoiceConfigAdapter implements ConfigAdapter<ItemChoice>
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<ItemChoice>typepublic final static ItemChoiceConfigAdapterINSTANCE
-
Method Summary
Modifier and Type Method Description ItemChoiceconvert(Object value)Converts the given value obtained from config to the target type T. Class<ItemChoice>getType()-
-
Method Detail
-
convert
ItemChoice convert(Object value)
Converts the given value obtained from config to the target type T.
-
getType
Class<ItemChoice> getType()
-
-
-
-