Uses of Annotation Interface
com.mojang.blaze3d.platform.InputConstants.Value
Packages that use InputConstants.Value
-
Uses of InputConstants.Value in net.minecraft.client.input
Fields in net.minecraft.client.input with annotations of type InputConstants.ValueModifier and TypeFieldDescriptionprivate final intKeyEvent.keyThe field for thekeyrecord component.Methods in net.minecraft.client.input with annotations of type InputConstants.ValueModifier and TypeMethodDescriptionintInputWithModifiers.input()intKeyEvent.key()Returns the value of thekeyrecord component.Constructor parameters in net.minecraft.client.input with annotations of type InputConstants.ValueModifierConstructorDescriptionKeyEvent(int key, int scancode, int modifiers) Creates an instance of aKeyEventrecord class.