Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map CommandExecutionContext#currentDepth #3746

Merged
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CLASS net/minecraft/class_8854 net/minecraft/command/CommandExecutionContext
FIELD field_46736 queueOverflowed Z
FIELD field_46737 commandQueue Ljava/util/Deque;
FIELD field_46738 pendingCommands Ljava/util/List;
FIELD field_47705 currentDepth I
METHOD <init> (IILnet/minecraft/class_3695;)V
ARG 1 maxCommandChainLength
ARG 2 maxCommandForkCount
Expand Down