Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/net/minecraft/client/Minecraft.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CLASS net/minecraft/client/Minecraft
COMMENT Displays the in-game menu
ARG 1 pauseOnly
METHOD pickBlock ()V
COMMENT Called when user clicked he's mouse middle button (pick block)
COMMENT Called when the user clicked his mouse middle button (pick block)
METHOD reloadResourcePacks (ZLnet/minecraft/client/Minecraft$GameLoadCookie;)Ljava/util/concurrent/CompletableFuture;
ARG 1 error
ARG 2 gameLoadCookie
Expand Down Expand Up @@ -154,7 +154,7 @@ CLASS net/minecraft/client/Minecraft
METHOD showOnlyReducedInfo ()Z
COMMENT Whether to use reduced debug info
METHOD startUseItem ()V
COMMENT Called when user clicked he's mouse right button (place)
COMMENT Called when the user clicked his mouse right button (place)
METHOD stop ()V
COMMENT Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.
METHOD tick ()V
Expand Down
Loading