-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 25w03a more stuff * 25w03a gametests
- Loading branch information
Showing
69 changed files
with
589 additions
and
72 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 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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/realms/exception/upload/FailedRealmsUploadException.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,6 @@ | ||
CLASS net/minecraft/class_10234 net/minecraft/client/realms/exception/upload/FailedRealmsUploadException | ||
FIELD field_54366 errorMessage Lnet/minecraft/class_2561; | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 errorMessage | ||
METHOD <init> (Lnet/minecraft/class_2561;)V | ||
ARG 1 errorMessage |
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/client/render/entity/state/PigEntityRenderState.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,2 +1,3 @@ | ||
CLASS net/minecraft/class_10053 net/minecraft/client/render/entity/state/PigEntityRenderState | ||
FIELD field_55877 variant Lnet/minecraft/class_10586; | ||
FIELD field_56120 saddleStack Lnet/minecraft/class_1799; |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/render/entity/state/StriderEntityRenderState.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,3 +1,4 @@ | ||
CLASS net/minecraft/class_10070 net/minecraft/client/render/entity/state/StriderEntityRenderState | ||
FIELD field_53586 cold Z | ||
FIELD field_53587 hasPassengers Z | ||
FIELD field_56121 saddleStack Lnet/minecraft/class_1799; |
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,6 @@ | ||
CLASS net/minecraft/class_4718 net/minecraft/client/util/GlException | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 message | ||
METHOD <init> (Ljava/lang/String;Ljava/lang/Throwable;)V | ||
ARG 1 message | ||
ARG 2 cause |
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,3 @@ | ||
CLASS net/minecraft/class_10618 net/minecraft/command/ArgumentGetter | ||
METHOD apply (Ljava/lang/Object;)Ljava/lang/Object; | ||
ARG 1 context |
44 changes: 44 additions & 0 deletions
44
mappings/net/minecraft/command/argument/RegistrySelectorArgumentType.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,44 @@ | ||
CLASS net/minecraft/class_10644 net/minecraft/command/argument/RegistrySelectorArgumentType | ||
FIELD field_56060 NOT_FOUND_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; | ||
FIELD field_56061 EXAMPLES Ljava/util/Collection; | ||
FIELD field_56062 registryRef Lnet/minecraft/class_5321; | ||
FIELD field_56063 registry Lnet/minecraft/class_7225; | ||
METHOD <init> (Lnet/minecraft/class_7157;Lnet/minecraft/class_5321;)V | ||
ARG 1 registries | ||
ARG 2 registryRef | ||
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 1 context | ||
ARG 2 builder | ||
METHOD method_66820 isSelectorChar (C)Z | ||
ARG 0 c | ||
METHOD method_66822 select (Lcom/mojang/brigadier/StringReader;Lnet/minecraft/class_7225;)Ljava/util/Collection; | ||
ARG 0 reader | ||
ARG 1 registry | ||
METHOD method_66823 getEntries (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/class_5321;)Ljava/util/Collection; | ||
ARG 0 context | ||
ARG 1 name | ||
ARG 2 registryRef | ||
METHOD method_66824 selector (Lnet/minecraft/class_7157;Lnet/minecraft/class_5321;)Lnet/minecraft/class_10644; | ||
ARG 0 registries | ||
ARG 1 registryRef | ||
METHOD method_66825 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message; | ||
ARG 0 selector | ||
ARG 1 registryRef | ||
METHOD method_66826 addNamespace (Ljava/lang/String;)Ljava/lang/String; | ||
ARG 0 path | ||
METHOD method_66827 matches (Ljava/lang/String;Lnet/minecraft/class_2960;)Z | ||
ARG 0 selector | ||
ARG 1 id | ||
METHOD method_66828 (Ljava/lang/String;Lnet/minecraft/class_6880$class_6883;)Z | ||
ARG 1 entry | ||
METHOD method_66829 read (Lcom/mojang/brigadier/StringReader;)Ljava/lang/String; | ||
ARG 0 reader | ||
METHOD method_66830 (Ljava/lang/String;Lnet/minecraft/class_6880$class_6883;)Z | ||
ARG 1 entry | ||
METHOD parse (Lcom/mojang/brigadier/StringReader;)Ljava/lang/Object; | ||
ARG 1 reader | ||
CLASS class_10645 Serializer | ||
CLASS class_10646 Properties | ||
FIELD field_56065 registryRef Lnet/minecraft/class_5321; | ||
METHOD <init> (Lnet/minecraft/class_10644$class_10645;Lnet/minecraft/class_5321;)V | ||
ARG 2 registryRef |
2 changes: 1 addition & 1 deletion
2
...aft/block/entity/ComponentsAccess.mapping → ...ecraft/component/ComponentsAccess.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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/entity/ai/brain/task/VillagerTaskListProvider.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/entity/ai/brain/task/WorkStationCompetitionTask.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS net/minecraft/gametest/Main | ||
METHOD main ([Ljava/lang/String;)V | ||
ARG 0 args |
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 +1,3 @@ | ||
CLASS net/minecraft/class_8909 net/minecraft/nbt/NbtException | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 message |
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.