-
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.
Unfinished, feel free to finish up or I will if I find time
- Loading branch information
Showing
13 changed files
with
129 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
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
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/network/packet/s2c/play/TickStepS2CPacket.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,5 @@ | ||
CLASS net/minecraft/class_8914 net/minecraft/network/packet/s2c/play/TickStepS2CPacket | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_54666 create (Lnet/minecraft/class_8921;)Lnet/minecraft/class_8914; | ||
ARG 0 tickManager |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/network/packet/s2c/play/UpdateTickRateS2CPacket.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,5 @@ | ||
CLASS net/minecraft/class_8913 net/minecraft/network/packet/s2c/play/UpdateTickRateS2CPacket | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_54664 create (Lnet/minecraft/class_8921;)Lnet/minecraft/class_8913; | ||
ARG 0 tickManager |
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,23 @@ | ||
CLASS net/minecraft/class_8915 net/minecraft/server/ServerTickManager | ||
FIELD field_46919 sprintTicks J | ||
FIELD field_46920 sprintStartTime J | ||
FIELD field_46921 sprintTime J | ||
FIELD field_46922 scheduledSprintTicks J | ||
FIELD field_46923 wasFrozen Z | ||
FIELD field_46924 server Lnet/minecraft/server/MinecraftServer; | ||
METHOD <init> (Lnet/minecraft/server/MinecraftServer;)V | ||
ARG 1 server | ||
METHOD method_54670 isSprinting ()Z | ||
METHOD method_54672 step (I)Z | ||
ARG 1 ticks | ||
METHOD method_54674 sendPackets (Lnet/minecraft/class_3222;)V | ||
ARG 1 player | ||
METHOD method_54676 stopStepping ()Z | ||
METHOD method_54677 startSprint (I)Z | ||
ARG 1 ticks | ||
METHOD method_54678 stopSprinting ()Z | ||
METHOD method_54679 sprint ()Z | ||
METHOD method_54680 updateSprintTime ()V | ||
METHOD method_54681 sendUpdateTickRatePacket ()V | ||
METHOD method_54682 sendStepPacket ()V | ||
METHOD method_54683 finishSprinting ()V |
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,45 @@ | ||
CLASS net/minecraft/class_8916 net/minecraft/server/command/TickCommand | ||
FIELD field_46925 MAX_TICK_RATE F | ||
FIELD field_46926 DEFAULT_TICK_RATE_STRING Ljava/lang/String; | ||
METHOD method_54687 register (Lcom/mojang/brigadier/CommandDispatcher;)V | ||
ARG 0 dispatcher | ||
METHOD method_54688 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context | ||
METHOD method_54689 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 0 context | ||
ARG 1 suggestionsBuilder | ||
METHOD method_54690 query (Lnet/minecraft/class_2168;)I | ||
ARG 0 source | ||
METHOD method_54691 (Lnet/minecraft/class_2168;F)I | ||
ARG 0 source | ||
ARG 1 rate | ||
METHOD method_54692 (Lnet/minecraft/class_2168;I)I | ||
ARG 0 source | ||
ARG 1 ticks | ||
METHOD method_54693 (Lnet/minecraft/class_2168;Z)I | ||
ARG 0 source | ||
METHOD method_54699 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context | ||
METHOD method_54700 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 0 context | ||
ARG 1 suggestionsBuilder | ||
METHOD method_54701 (Lnet/minecraft/class_2168;)I | ||
ARG 0 source | ||
METHOD method_54702 step (Lnet/minecraft/class_2168;I)I | ||
ARG 0 source | ||
ARG 1 steps | ||
METHOD method_54704 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context | ||
METHOD method_54705 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 0 context | ||
ARG 1 suggestionsBuilder | ||
METHOD method_54706 stopSprint (Lnet/minecraft/class_2168;)I | ||
ARG 0 source | ||
METHOD method_54709 (Lnet/minecraft/class_2168;)Z | ||
ARG 0 source | ||
METHOD method_54713 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context | ||
METHOD method_54715 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context | ||
METHOD method_54717 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/server/dedicated/DedicatedServerWatchdog.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CLASS net/minecraft/class_8921 net/minecraft/world/tick/TickManager | ||
FIELD field_46961 tickRate F | ||
FIELD field_46962 nanosPerTick J | ||
FIELD field_46963 stepTicks I | ||
FIELD field_46964 shouldTick Z | ||
FIELD field_46965 frozen Z | ||
METHOD method_54671 setTickRate (F)V | ||
ARG 1 tickRate | ||
METHOD method_54675 setFrozen (Z)V | ||
ARG 1 frozen | ||
METHOD method_54746 shouldTick (Lnet/minecraft/class_1297;)Z | ||
ARG 1 entity | ||
METHOD method_54747 setStepTicks (I)V | ||
ARG 1 stepTicks | ||
METHOD method_54748 getTickRate ()F | ||
METHOD method_54749 getMillisPerTick ()F | ||
METHOD method_54750 getNanosPerTick ()J | ||
METHOD method_54751 shouldTick ()Z | ||
METHOD method_54752 isStepping ()Z | ||
METHOD method_54753 getStepTicks ()I | ||
METHOD method_54754 isFrozen ()Z | ||
METHOD method_54755 step ()V |