Uses of Annotation Interface
net.minecraft.client.input.InputWithModifiers.Modifiers
Packages that use InputWithModifiers.Modifiers
-
Uses of InputWithModifiers.Modifiers in net.minecraft.client.input
Fields in net.minecraft.client.input with annotations of type InputWithModifiers.ModifiersModifier and TypeFieldDescriptionprivate final intCharacterEvent.modifiersThe field for themodifiersrecord component.private final intKeyEvent.modifiersThe field for themodifiersrecord component.private final intMouseButtonInfo.modifiersThe field for themodifiersrecord component.Methods in net.minecraft.client.input with annotations of type InputWithModifiers.ModifiersModifier and TypeMethodDescriptionintCharacterEvent.modifiers()Returns the value of themodifiersrecord component.intInputWithModifiers.modifiers()intKeyEvent.modifiers()Returns the value of themodifiersrecord component.intMouseButtonEvent.modifiers()intMouseButtonInfo.modifiers()Returns the value of themodifiersrecord component.Constructor parameters in net.minecraft.client.input with annotations of type InputWithModifiers.ModifiersModifierConstructorDescriptionCharacterEvent(int codepoint, int modifiers) Creates an instance of aCharacterEventrecord class.KeyEvent(int key, int scancode, int modifiers) Creates an instance of aKeyEventrecord class.MouseButtonInfo(int button, int modifiers) Creates an instance of aMouseButtonInforecord class.