-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Map packrat parsing * Repackage packrat * Map NBT
- Loading branch information
Showing
59 changed files
with
523 additions
and
82 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
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/command/argument/NbtElementArgumentType.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
9 changes: 9 additions & 0 deletions
9
mappings/net/minecraft/command/argument/ParserBackedArgumentType.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,9 @@ | ||
CLASS net/minecraft/class_10850 net/minecraft/command/argument/ParserBackedArgumentType | ||
FIELD field_57549 parser Lnet/minecraft/class_10846; | ||
METHOD <init> (Lnet/minecraft/class_10846;)V | ||
ARG 1 parser | ||
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 context | ||
ARG 2 builder | ||
METHOD parse (Lcom/mojang/brigadier/StringReader;)Ljava/lang/Object; | ||
ARG 1 reader |
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/command/argument/ParticleEffectArgumentType.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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/command/argument/StyleArgumentType.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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/command/argument/TextArgumentType.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
2 changes: 0 additions & 2 deletions
2
mappings/net/minecraft/command/argument/packrat/AnyIdParsingRule.mapping
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
mappings/net/minecraft/command/argument/packrat/ArgumentParser.mapping
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
mappings/net/minecraft/command/argument/packrat/IdentifierSuggestable.mapping
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
mappings/net/minecraft/command/argument/packrat/Literals.mapping
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
mappings/net/minecraft/command/argument/packrat/ParseError.mapping
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
mappings/net/minecraft/command/argument/packrat/ParseResults.mapping
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
mappings/net/minecraft/command/argument/packrat/ParsingStateImpl.mapping
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
mappings/net/minecraft/command/argument/packrat/Term.mapping
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
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
3 changes: 2 additions & 1 deletion
3
...d/argument/packrat/NbtParsingRule.mapping → .../net/minecraft/nbt/NbtParsingRule.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,4 +1,5 @@ | ||
CLASS net/minecraft/class_9416 net/minecraft/command/argument/packrat/NbtParsingRule | ||
CLASS net/minecraft/class_9416 net/minecraft/nbt/NbtParsingRule | ||
FIELD field_56253 ops Lcom/mojang/serialization/DynamicOps; | ||
FIELD field_57559 nbtReader Lnet/minecraft/class_2522; | ||
METHOD <init> (Lcom/mojang/serialization/DynamicOps;)V | ||
ARG 1 ops |
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,19 @@ | ||
CLASS net/minecraft/class_10916 net/minecraft/nbt/SnbtOperation | ||
FIELD field_58061 TRUE Ljava/lang/String; | ||
FIELD field_58062 FALSE Ljava/lang/String; | ||
FIELD field_58063 OPERATIONS Ljava/util/Map; | ||
FIELD field_58064 SUGGESTIONS Lnet/minecraft/class_9401; | ||
FIELD field_58065 EXPECTED_STRING_UUID_EXCEPTION Lnet/minecraft/class_10837; | ||
FIELD field_58066 EXPECTED_NUMBER_OR_BOOLEAN_EXCEPTION Lnet/minecraft/class_10837; | ||
CLASS 1 | ||
METHOD method_68728 asBoolean (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Ljava/lang/Boolean; | ||
ARG 0 ops | ||
ARG 1 value | ||
CLASS 3 | ||
FIELD field_58067 values Ljava/util/Set; | ||
CLASS class_10917 Type | ||
CLASS class_10918 Operator | ||
METHOD method_68729 apply (Lcom/mojang/serialization/DynamicOps;Ljava/util/List;Lnet/minecraft/class_9393;)Ljava/lang/Object; | ||
ARG 1 ops | ||
ARG 2 args | ||
ARG 3 state |
Oops, something went wrong.