-
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.
* more 24w05a * MapId package * update * SampleSubscriptionTracker, TagKeyArgumentType
- Loading branch information
1 parent
80ddaa2
commit edb69e9
Showing
5 changed files
with
52 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,6 @@ | ||
CLASS net/minecraft/class_9187 | ||
FIELD field_48806 defaultArray [J | ||
FIELD field_48807 array [J | ||
METHOD <init> (I[J)V | ||
ARG 1 size | ||
ARG 2 def |
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,10 @@ | ||
CLASS net/minecraft/class_9211 | ||
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 | ||
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
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/command/argument/TagKeyArgumentType.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,10 @@ | ||
CLASS net/minecraft/class_9216 net/minecraft/command/argument/TagKeyArgumentType | ||
FIELD field_48963 ERROR_INVALID Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; | ||
FIELD field_48964 ERROR_UNKNOWN Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; | ||
FIELD field_48965 TAG_PREFIX C | ||
FIELD field_48966 NBT_OPENING C | ||
FIELD field_48968 registryWrapper Lnet/minecraft/class_7225$class_7226; | ||
METHOD method_56867 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message; | ||
ARG 0 data | ||
METHOD method_56868 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message; | ||
ARG 0 data |
25 changes: 25 additions & 0 deletions
25
mappings/net/minecraft/server/SampleSubscriptionTracker.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,25 @@ | ||
CLASS net/minecraft/class_9188 net/minecraft/server/SampleSubscriptionTracker | ||
FIELD field_48808 STOP_TRACK_TICK I | ||
FIELD field_48809 STOP_TRACK_MS I | ||
FIELD field_48810 playerManager Lnet/minecraft/class_3324; | ||
FIELD field_48811 subscriptionMap Ljava/util/EnumMap; | ||
FIELD field_48812 pendingQueue Ljava/util/Queue; | ||
METHOD <init> (Lnet/minecraft/class_3324;)V | ||
ARG 1 playermanager | ||
METHOD method_56652 tick (I)V | ||
ARG 1 tick | ||
METHOD method_56654 onSubscription (JI)V | ||
ARG 1 time | ||
ARG 3 tick | ||
METHOD method_56655 sendPacket (Lnet/minecraft/class_9178;)V | ||
ARG 1 packet | ||
METHOD method_56656 addPlayer (Lnet/minecraft/class_3222;Lnet/minecraft/class_9192;)V | ||
ARG 1 player | ||
ARG 2 type | ||
METHOD method_56657 shouldPush (Lnet/minecraft/class_9192;)Z | ||
ARG 1 type | ||
METHOD method_56658 onUnsubscription (JI)V | ||
ARG 1 measuringTimeMs | ||
ARG 3 tick | ||
CLASS class_9189 PlayerSubscriptionData | ||
CLASS class_9190 MeasureTimeTick |