Uses of Annotation Interface
net.minecraft.client.input.MouseButtonInfo.MouseButton
Packages that use MouseButtonInfo.MouseButton
Package
Description
-
Uses of MouseButtonInfo.MouseButton in net.minecraft.client
Fields in net.minecraft.client with annotations of type MouseButtonInfo.MouseButton -
Uses of MouseButtonInfo.MouseButton in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory with annotations of type MouseButtonInfo.MouseButton -
Uses of MouseButtonInfo.MouseButton in net.minecraft.client.input
Fields in net.minecraft.client.input with annotations of type MouseButtonInfo.MouseButtonModifier and TypeFieldDescriptionprivate final intMouseButtonInfo.buttonThe field for thebuttonrecord component.Methods in net.minecraft.client.input with annotations of type MouseButtonInfo.MouseButtonModifier and TypeMethodDescriptionintMouseButtonEvent.button()intMouseButtonInfo.button()Returns the value of thebuttonrecord component.intMouseButtonInfo.input()Constructor parameters in net.minecraft.client.input with annotations of type MouseButtonInfo.MouseButtonModifierConstructorDescriptionMouseButtonInfo(int button, int modifiers) Creates an instance of aMouseButtonInforecord class.