forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 23w44a commands * Update mappings/net/minecraft/server/command/FunctionCommand.mapping * Update mappings/net/minecraft/server/command/ExecuteCommand.mapping * Update mappings/net/minecraft/server/command/AbstractServerCommandSource.mapping * Update mappings/net/minecraft/server/command/ExecuteCommand.mapping
- Loading branch information
Showing
21 changed files
with
164 additions
and
5 deletions.
There are no files selected for viewing
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,3 +1,4 @@ | ||
CLASS net/minecraft/class_8853 net/minecraft/command/CommandAction | ||
METHOD execute (Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)V | ||
ARG 1 context | ||
ARG 2 frame |
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,4 +1,11 @@ | ||
CLASS net/minecraft/class_8862 net/minecraft/command/CommandFunctionAction | ||
FIELD field_46747 function Lnet/minecraft/class_8868; | ||
FIELD field_47166 returnValueConsumer Lnet/minecraft/class_8935; | ||
FIELD field_47167 propagateReturn Z | ||
METHOD <init> (Lnet/minecraft/class_8868;Lnet/minecraft/class_8935;Z)V | ||
ARG 1 function | ||
ARG 2 returnValueConsumer | ||
ARG 3 propagateReturn | ||
METHOD method_54898 (Lnet/minecraft/class_8839;Lnet/minecraft/class_8937;Lnet/minecraft/class_8856;)Lnet/minecraft/class_8847; | ||
ARG 1 frame | ||
ARG 2 action |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CLASS net/minecraft/class_8936 net/minecraft/command/ExecutionFlags | ||
FIELD field_47160 NONE Lnet/minecraft/class_8936; | ||
FIELD field_47161 SILENT B | ||
FIELD field_47162 INSIDE_RETURN_RUN B | ||
METHOD method_54884 isSilent ()Z | ||
METHOD method_54885 set (B)Lnet/minecraft/class_8936; | ||
ARG 1 flag | ||
METHOD method_54886 setSilent ()Lnet/minecraft/class_8936; | ||
METHOD method_54887 isInsideReturnRun ()Z | ||
METHOD method_54888 setInsideReturnRun ()Lnet/minecraft/class_8936; |
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,6 +1,8 @@ | ||
CLASS net/minecraft/class_8865 net/minecraft/command/FixedCommandAction | ||
FIELD field_46752 command Ljava/lang/String; | ||
FIELD field_46754 context Lcom/mojang/brigadier/context/CommandContext; | ||
FIELD field_47168 flags Lnet/minecraft/class_8936; | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_8936;Lcom/mojang/brigadier/context/CommandContext;)V | ||
ARG 1 command | ||
ARG 2 flags | ||
ARG 3 context |
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,5 +1,10 @@ | ||
CLASS net/minecraft/class_8851 net/minecraft/command/Forkable | ||
METHOD method_54270 execute (Ljava/lang/Object;Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V | ||
ARG 1 baseSource | ||
ARG 2 sources | ||
ARG 3 contextChain | ||
ARG 4 flags | ||
ARG 5 control | ||
CLASS class_8852 RedirectModifier | ||
METHOD apply (Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection; | ||
ARG 1 context |
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,6 @@ | ||
CLASS net/minecraft/class_8937 net/minecraft/command/Frame | ||
METHOD method_54894 fail ()V | ||
METHOD method_54895 succeed (I)V | ||
ARG 1 returnValue | ||
METHOD method_54896 doReturn ()V | ||
CLASS class_8938 Control |
13 changes: 13 additions & 0 deletions
13
mappings/net/minecraft/command/ReturnValueConsumer.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CLASS net/minecraft/class_8935 net/minecraft/command/ReturnValueConsumer | ||
FIELD field_47158 EMPTY Lnet/minecraft/class_8935; | ||
METHOD chain (Lnet/minecraft/class_8935;Lnet/minecraft/class_8935;)Lnet/minecraft/class_8935; | ||
ARG 0 a | ||
ARG 1 b | ||
METHOD method_54880 (Lnet/minecraft/class_8935;Lnet/minecraft/class_8935;ZI)V | ||
ARG 2 successful | ||
ARG 3 returnValue | ||
METHOD onResult (ZI)V | ||
ARG 1 successful | ||
ARG 2 returnValue | ||
METHOD onSuccess (I)V | ||
ARG 1 successful |
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
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