-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1375af2
commit 7af25dd
Showing
13 changed files
with
52 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
CLASS net/minecraft/class_8848 net/minecraft/command/ControlFlowAware | ||
METHOD method_54290 execute (Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V | ||
ARG 1 source | ||
ARG 2 contextChain | ||
ARG 3 forkedMode | ||
ARG 4 control | ||
CLASS class_8849 Command | ||
METHOD run (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 1 context | ||
CLASS class_8850 Helper | ||
METHOD method_54255 sendError (Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/class_8839;Z)V | ||
ARG 2 source | ||
ARG 3 silent | ||
METHOD method_54259 executeInner (Lnet/minecraft/class_8839;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V | ||
ARG 1 source | ||
ARG 2 contextChain | ||
ARG 3 forkedMode | ||
ARG 4 control |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
CLASS net/minecraft/class_8851 net/minecraft/command/Forkable | ||
METHOD method_54270 execute (Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V | ||
ARG 1 sources | ||
ARG 2 contextChain | ||
ARG 3 forkedMode | ||
ARG 4 control | ||
CLASS class_8852 RedirectModifier |
2 changes: 1 addition & 1 deletion
2
.../minecraft/command/ResultConsumer.mapping → ...et/minecraft/command/ResultStorer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
CLASS net/minecraft/class_8503 net/minecraft/server/command/ReturnCommand | ||
METHOD method_51277 register (Lcom/mojang/brigadier/CommandDispatcher;)V | ||
ARG 0 dispatcher | ||
CLASS class_8834 | ||
CLASS class_8834 ReturnRunRedirector | ||
METHOD method_54287 (Lnet/minecraft/class_8855;Lnet/minecraft/class_8839;)Lnet/minecraft/class_8839; | ||
ARG 1 source | ||
METHOD method_54288 (Lnet/minecraft/class_8855;Lnet/minecraft/class_8839;ZI)V | ||
ARG 1 source | ||
ARG 2 success | ||
ARG 3 result | ||
CLASS class_8835 Command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters