-
Notifications
You must be signed in to change notification settings - Fork 390
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
1 parent
685cdf5
commit 08dc88d
Showing
9 changed files
with
37 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS com/mojang/realmsclient/dto/WorldTemplate | ||
CLASS class_4323 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_4454 net/minecraft/client/options/FullScreenOption |
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/PickUpItemTask.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,2 @@ | ||
CLASS net/minecraft/class_4318 net/minecraft/entity/ai/brain/task/PickUpItemTask | ||
FIELD field_19425 nearbyItems Ljava/util/List; |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/entity/ai/brain/task/VillagerWorkTask.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 +1,2 @@ | ||
CLASS net/minecraft/class_4133 net/minecraft/entity/ai/brain/task/VillagerWorkTask | ||
FIELD field_19426 lastCheckedTime J |
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,17 @@ | ||
CLASS net/minecraft/class_4456 net/minecraft/util/CsvWriter | ||
CLASS class_4457 Header | ||
FIELD field_20286 columns Ljava/util/List; | ||
METHOD method_21631 startBody (Ljava/io/Writer;)Lnet/minecraft/class_4456; | ||
METHOD method_21632 addColumn (Ljava/lang/String;)Lnet/minecraft/class_4456$class_4457; | ||
FIELD field_20284 writer Ljava/io/Writer; | ||
FIELD field_20285 column I | ||
METHOD <init> (Ljava/io/Writer;Ljava/util/List;)V | ||
ARG 1 writer | ||
ARG 2 headers | ||
METHOD method_21627 makeHeader ()Lnet/minecraft/class_4456$class_4457; | ||
METHOD method_21628 print (Ljava/lang/Object;)Ljava/lang/String; | ||
ARG 0 object | ||
METHOD method_21629 printRow (Ljava/util/stream/Stream;)V | ||
ARG 1 columns | ||
METHOD method_21630 printRow ([Ljava/lang/Object;)V | ||
ARG 1 columns |