Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit d7e52eb

Browse files
committed
forgot
1 parent 93f1dd8 commit d7e52eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patchwork-rendering/src/main/java/net/minecraftforge/client/event/GuiScreenEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ public int getModifiers() {
746746
}
747747

748748
/**
749-
* This event fires when keyboard character input is detected for a Screen, before it is handled.
749+
* This event fires when keyboard character input is detected for a {@link Screen}, before it is handled.
750750
* Cancel this event to bypass {@link Element#charTyped(char, int)}.
751751
*/
752752
public static class Pre extends KeyboardCharTypedEvent {

0 commit comments

Comments
 (0)