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 @com.mojang.blaze3d.platform.InputConstants.Value intKeyEvent.keyThe field for thekeyrecord component.Methods in net.minecraft.client.input with annotations of type InputConstants.ValueModifier and TypeMethodDescription@com.mojang.blaze3d.platform.InputConstants.Value intInputWithModifiers.input()@com.mojang.blaze3d.platform.InputConstants.Value intKeyEvent.key()Returns the value of thekeyrecord component.Constructor parameters in net.minecraft.client.input with annotations of type InputConstants.ValueModifierConstructorDescriptionKeyEvent(@com.mojang.blaze3d.platform.InputConstants.Value int key, int scancode, @net.minecraft.client.input.InputWithModifiers.Modifiers int modifiers) Creates an instance of aKeyEventrecord class.