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