Interface InputControl
- All Known Implementing Classes:
BooleanInputControl,NumberRangeInputControl,SingleOptionInputControl,TextInputControl
@NullMarked
public interface InputControl
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputControldecode(NBTCompound compound, PacketWrapper<?> wrapper) static voidencode(NBTCompound compound, PacketWrapper<?> wrapper, InputControl control) getType()
-
Method Details
-
decode
-
encode
-
getType
InputControlType<?> getType()
-