Uses of Interface
net.minecraft.client.input.AbstractKeyInput
Packages that use AbstractKeyInput
Package
Description
-
Uses of AbstractKeyInput in net.minecraft.client.gui
Classes in net.minecraft.client.gui that implement AbstractKeyInput -
Uses of AbstractKeyInput in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type AbstractKeyInputModifier and TypeMethodDescriptionvoidBeaconScreen.CancelButtonWidget.onPress(AbstractKeyInput input) voidBeaconScreen.DoneButtonWidget.onPress(AbstractKeyInput input) voidBeaconScreen.EffectButtonWidget.onPress(AbstractKeyInput input) -
Uses of AbstractKeyInput in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type AbstractKeyInputModifier and TypeMethodDescriptionvoidButtonWidget.onPress(AbstractKeyInput input) voidCheckboxWidget.onPress(AbstractKeyInput input) voidCyclingButtonWidget.onPress(AbstractKeyInput input) abstract voidPressableWidget.onPress(AbstractKeyInput input) -
Uses of AbstractKeyInput in net.minecraft.client.input
Classes in net.minecraft.client.input that implement AbstractKeyInput