Class ExpandableListInputType
java.lang.Object
com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ExpandableListInputType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends InputType<?>> codec()The codec used for encoding and decoding the data when transferring between the client and serverList<net.minecraft.client.gui.layouts.Layout> voidSets the value of the inputInputElementType<? extends InputType<?>> type()value()The current value of the input
-
Field Details
-
CODEC
-
value
-
-
Constructor Details
-
ExpandableListInputType
-
-
Method Details
-
codec
Description copied from interface:InputTypeThe codec used for encoding and decoding the data when transferring between the client and server -
type
-
value
Description copied from interface:InputTypeThe current value of the input -
setValue
Description copied from interface:InputTypeSets the value of the input -
getWidget
-