Uses of Interface
net.minecraft.server.dialog.input.InputControl
Packages that use InputControl
Package
Description
-
Uses of InputControl in net.minecraft.client.gui.screens.dialog.input
Classes in net.minecraft.client.gui.screens.dialog.input with type parameters of type InputControlFields in net.minecraft.client.gui.screens.dialog.input with type parameters of type InputControlModifier and TypeFieldDescriptionprivate static final Map<com.mojang.serialization.MapCodec<? extends InputControl>, InputControlHandler<?>> InputControlHandlers.HANDLERSMethods in net.minecraft.client.gui.screens.dialog.input with type parameters of type InputControlModifier and TypeMethodDescriptionstatic <T extends InputControl>
voidInputControlHandlers.createHandler(T p_426216_, Screen p_425515_, InputControlHandler.Output p_425712_) private static <T extends InputControl>
@Nullable InputControlHandler<T> InputControlHandlers.get(T p_426260_) private static <T extends InputControl>
voidInputControlHandlers.register(com.mojang.serialization.MapCodec<T> p_425691_, InputControlHandler<? super T> p_426293_) -
Uses of InputControl in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type InputControlModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.MapCodec<? extends InputControl>> BuiltInRegistries.INPUT_CONTROL_TYPEstatic final ResourceKey<Registry<com.mojang.serialization.MapCodec<? extends InputControl>>> Registries.INPUT_CONTROL_TYPE -
Uses of InputControl in net.minecraft.server.dialog
Fields in net.minecraft.server.dialog declared as InputControlModifier and TypeFieldDescriptionprivate final InputControlInput.controlThe field for thecontrolrecord component.Methods in net.minecraft.server.dialog that return InputControlModifier and TypeMethodDescriptionInput.control()Returns the value of thecontrolrecord component.Constructors in net.minecraft.server.dialog with parameters of type InputControlModifierConstructorDescriptionInput(String key, InputControl control) Creates an instance of aInputrecord class. -
Uses of InputControl in net.minecraft.server.dialog.input
Classes in net.minecraft.server.dialog.input that implement InputControlModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordFields in net.minecraft.server.dialog.input with type parameters of type InputControlModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<InputControl> InputControl.MAP_CODECMethods in net.minecraft.server.dialog.input that return types with arguments of type InputControlModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends InputControl> InputControlTypes.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends InputControl>> p_425818_) com.mojang.serialization.MapCodec<? extends InputControl> InputControl.mapCodec()Method parameters in net.minecraft.server.dialog.input with type arguments of type InputControlModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends InputControl> InputControlTypes.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends InputControl>> p_425818_)