-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 24w05a stuff * More stuff * Fix capitalization --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3b275d2
commit 08f2d8f
Showing
57 changed files
with
262 additions
and
52 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
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 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
5 changes: 3 additions & 2 deletions
5
mappings/net/minecraft/class_9211.mapping → ...ent/network/DebugSampleSubscriber.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,11 @@ | ||
CLASS net/minecraft/class_9211 | ||
CLASS net/minecraft/class_9211 net/minecraft/client/network/DebugSampleSubscriber | ||
FIELD field_48934 TIMEOUT I | ||
FIELD field_48935 networkHandler Lnet/minecraft/class_634; | ||
FIELD field_48936 debugHud Lnet/minecraft/class_340; | ||
FIELD field_48937 lastTime Ljava/util/EnumMap; | ||
METHOD <init> (Lnet/minecraft/class_634;Lnet/minecraft/class_340;)V | ||
ARG 1 handler | ||
ARG 2 hud | ||
METHOD method_56831 update (Lnet/minecraft/class_9192;)V | ||
METHOD method_56830 tick ()V | ||
METHOD method_56831 subscribe (Lnet/minecraft/class_9192;)V | ||
ARG 1 type |
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/command/argument/ItemPredicateArgumentType.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
52 changes: 52 additions & 0 deletions
52
mappings/net/minecraft/command/argument/ItemPredicateReader.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,52 @@ | ||
CLASS net/minecraft/class_9216 net/minecraft/command/argument/ItemPredicateReader | ||
FIELD field_48963 INVALID_ID_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; | ||
FIELD field_48964 INVALID_TAG_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; | ||
FIELD field_48965 HASH C | ||
FIELD field_48966 CURLY_OPEN_BRACKET C | ||
FIELD field_48967 DEFAULT_SUGGESTOR Ljava/util/function/Function; | ||
FIELD field_48968 itemRegistry Lnet/minecraft/class_7225$class_7226; | ||
FIELD field_48969 allowTags Z | ||
METHOD <init> (Lnet/minecraft/class_7225$class_7874;Z)V | ||
ARG 1 registryLookup | ||
ARG 2 allowTags | ||
METHOD method_56865 read (Lcom/mojang/brigadier/StringReader;Lnet/minecraft/class_9216$class_9219;)V | ||
ARG 1 reader | ||
ARG 2 callbacks | ||
METHOD method_56866 getSuggestions (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
METHOD method_56867 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message; | ||
ARG 0 tag | ||
METHOD method_56868 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message; | ||
ARG 0 id | ||
CLASS class_9217 Reader | ||
FIELD field_48971 reader Lcom/mojang/brigadier/StringReader; | ||
FIELD field_48972 callbacks Lnet/minecraft/class_9216$class_9219; | ||
METHOD <init> (Lnet/minecraft/class_9216;Lcom/mojang/brigadier/StringReader;Lnet/minecraft/class_9216$class_9219;)V | ||
ARG 2 reader | ||
ARG 3 callbacks | ||
METHOD method_56869 suggest ()V | ||
METHOD method_56871 suggestCurlyBraceIfPossible (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
METHOD method_56872 readItem ()V | ||
METHOD method_56874 suggestItems (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
METHOD method_56875 readTag ()V | ||
METHOD method_56876 suggestTags (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
METHOD method_56877 readNbt ()V | ||
METHOD method_56878 suggestAll (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
CLASS class_9218 SuggestionCallbacks | ||
FIELD field_48973 suggestor Ljava/util/function/Function; | ||
METHOD method_56879 getSuggestions (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Lcom/mojang/brigadier/StringReader;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
ARG 2 reader | ||
CLASS class_9219 Callbacks | ||
METHOD method_56853 onItem (Lnet/minecraft/class_6880;)V | ||
ARG 1 item | ||
METHOD method_56854 setNbt (Lnet/minecraft/class_2487;)V | ||
ARG 1 nbt | ||
METHOD method_56862 onTag (Lnet/minecraft/class_6885;)V | ||
ARG 1 tag | ||
METHOD method_56880 setSuggestor (Ljava/util/function/Function;)V | ||
ARG 1 suggestor |
15 changes: 15 additions & 0 deletions
15
mappings/net/minecraft/command/argument/ItemPredicateStringReader.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,15 @@ | ||
CLASS net/minecraft/class_9215 net/minecraft/command/argument/ItemPredicateStringReader | ||
FIELD field_48960 predicateReader Lnet/minecraft/class_9216; | ||
METHOD <init> (Lnet/minecraft/class_7225$class_7874;)V | ||
ARG 1 registryLookup | ||
METHOD method_56859 read (Lcom/mojang/brigadier/StringReader;)Ljava/util/function/Predicate; | ||
ARG 1 reader | ||
METHOD method_56860 getSuggestions (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
CLASS 1 | ||
METHOD method_56861 (Lnet/minecraft/class_6880;Lnet/minecraft/class_1799;)Z | ||
ARG 1 stack | ||
METHOD method_56863 (Lnet/minecraft/class_6885;Lnet/minecraft/class_1799;)Z | ||
ARG 1 stack | ||
METHOD method_56864 (Lnet/minecraft/class_2487;Lnet/minecraft/class_1799;)Z | ||
ARG 1 stack |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/command/argument/ItemStackArgumentType.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
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/command/argument/ItemStringReader.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,9 @@ | ||
CLASS net/minecraft/class_2291 net/minecraft/command/argument/ItemStringReader | ||
FIELD field_48955 predicateReader Lnet/minecraft/class_9216; | ||
METHOD <init> (Lnet/minecraft/class_7225$class_7874;)V | ||
ARG 1 registryLookup | ||
METHOD method_9789 consume (Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2291$class_7215; | ||
ARG 1 reader | ||
METHOD method_9793 getSuggestions (Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 builder | ||
CLASS class_7215 ItemResult |
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
4 changes: 4 additions & 0 deletions
4
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
10 changes: 0 additions & 10 deletions
10
mappings/net/minecraft/command/argument/TagKeyArgumentType.mapping
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
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
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
Oops, something went wrong.