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