-
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
Showing
10 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
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,4 @@ | ||
CLASS net/minecraft/class_8858 | ||
FIELD field_46739 FORK_LIMIT_REACHED_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; | ||
METHOD method_54409 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message; | ||
ARG 0 limit |
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
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/server/command/ExecutionCommandSource.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,19 @@ | ||
CLASS net/minecraft/class_8839 net/minecraft/server/command/ExecutionCommandSource | ||
METHOD method_54306 storeResult (ZI)V | ||
ARG 1 success | ||
ARG 2 result | ||
METHOD method_54307 withResultStoringConsumer (Lnet/minecraft/class_8838;)Lnet/minecraft/class_8839; | ||
ARG 1 resultConsumer | ||
METHOD method_54308 withReturnValueConsumer (Ljava/util/function/IntConsumer;)Lnet/minecraft/class_8839; | ||
ARG 1 returnValueConsumer | ||
METHOD method_54309 storeReturnValue (I)V | ||
ARG 1 returnValue | ||
METHOD method_54310 getDispatcher ()Lcom/mojang/brigadier/CommandDispatcher; | ||
METHOD method_54311 withEmptyResultStoringConsumer ()Lnet/minecraft/class_8839; | ||
METHOD method_54316 (Lcom/mojang/brigadier/context/CommandContext;ZI)V | ||
ARG 0 context | ||
ARG 1 success | ||
ARG 2 result | ||
METHOD method_54317 createResultConsumer ()Lcom/mojang/brigadier/ResultConsumer; | ||
METHOD method_9259 hasPermissionLevel (I)Z | ||
ARG 1 permissionLevel |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/server/command/ResultStoringConsumer.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,5 @@ | ||
CLASS net/minecraft/class_8838 net/minecraft/server/command/ResultStoringConsumer | ||
METHOD storeResult (Ljava/lang/Object;ZI)V | ||
ARG 1 commandSource | ||
ARG 2 success | ||
ARG 3 result |
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,5 @@ | ||
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 ReturnRun | ||
CLASS class_8835 ReturnValue |
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
2 changes: 1 addition & 1 deletion
2
.../minecraft/server/function/Tracer.mapping → ...ft/server/function/FunctionTracer.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
6 changes: 5 additions & 1 deletion
6
...t/minecraft/server/function/Macro.mapping → ...aft/server/function/MacroFunction.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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
CLASS net/minecraft/class_8641 net/minecraft/server/function/Macro | ||
CLASS net/minecraft/class_8641 net/minecraft/server/function/MacroFunction | ||
FIELD field_45149 variables Ljava/util/List; | ||
FIELD field_45150 CACHE_SIZE I | ||
FIELD field_45151 cache Lit/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap; | ||
FIELD field_46190 DECIMAL_FORMAT Ljava/text/DecimalFormat; | ||
FIELD field_46758 id Lnet/minecraft/class_2960; | ||
METHOD <init> (Lnet/minecraft/class_2960;Ljava/util/List;Ljava/util/List;)V | ||
ARG 1 id | ||
ARG 3 variables | ||
METHOD method_52597 withMacroReplaced (Ljava/util/List;Ljava/util/List;Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_8839;)Lnet/minecraft/class_8868; | ||
METHOD method_53840 toString (Lnet/minecraft/class_2520;)Ljava/lang/String; | ||
ARG 0 nbt | ||
METHOD method_54423 (Ljava/text/DecimalFormat;)V | ||
ARG 0 format |