-
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.
* Some more stuff :) * More stuff :D --------- Co-authored-by: D1p4k <[email protected]>
- Loading branch information
Showing
6 changed files
with
36 additions
and
0 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,3 @@ | ||
CLASS net/minecraft/class_9224 | ||
METHOD method_56927 (ZLnet/minecraft/class_2561;)Lnet/minecraft/class_2561; | ||
ARG 1 enabled |
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_9243 | ||
FIELD field_49114 CODEC Lcom/mojang/serialization/Codec; |
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_9247 | ||
FIELD field_49124 realmsManager Lnet/minecraft/class_3283; | ||
METHOD method_57046 createLifecycledResourceManager ()Lnet/minecraft/class_6860; | ||
METHOD method_57048 (Lcom/google/common/collect/ImmutableMap$Builder;Lnet/minecraft/class_3288;)V | ||
ARG 1 resourcePackProfile |
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/network/packet/VersionedIdentifier.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,6 @@ | ||
CLASS net/minecraft/class_9226 net/minecraft/network/packet/VersionedIdentifier | ||
FIELD field_49035 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_49036 DEFAULT_NAMESPACE Ljava/lang/String; | ||
METHOD method_56931 isVanilla ()Z | ||
METHOD method_56932 createVanilla (Ljava/lang/String;)Lnet/minecraft/class_9226; | ||
ARG 0 path |
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
16 changes: 16 additions & 0 deletions
16
mappings/net/minecraft/util/profiling/jfr/event/ChunkRegionEvent.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,16 @@ | ||
CLASS net/minecraft/class_9232 net/minecraft/util/profiling/jfr/event/ChunkRegionEvent | ||
FIELD levelId worldId Ljava/lang/String; | ||
METHOD <init> (Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;Lnet/minecraft/class_4486;I)V | ||
ARG 4 bytes | ||
CLASS class_9233 Constants | ||
FIELD field_49059 regionPosX Ljava/lang/String; | ||
FIELD field_49060 regionPosZ Ljava/lang/String; | ||
FIELD field_49061 localPosX Ljava/lang/String; | ||
FIELD field_49062 localPosZ Ljava/lang/String; | ||
FIELD field_49063 chunkPosX Ljava/lang/String; | ||
FIELD field_49064 chunkPosZ Ljava/lang/String; | ||
FIELD field_49065 world Ljava/lang/String; | ||
FIELD field_49066 dimension Ljava/lang/String; | ||
FIELD field_49067 type Ljava/lang/String; | ||
FIELD field_49068 compression Ljava/lang/String; | ||
FIELD field_49069 bytes Ljava/lang/String; |