net.minecraft.server

public class ServerTickManager

extends TickManager

net.minecraft.server.ServerTickRateManager
net.minecraft.class_8915
net.minecraft.server.ServerTickManager

Field summary

Modifier and TypeField
private long
remainingSprintTicks
field_46919
sprintTicks
private long
sprintTickStartTime
field_46920
sprintStartTime
private long
sprintTimeSpend
field_46921
sprintTime
private long
scheduledCurrentSprintTicks
field_46922
scheduledSprintTicks
private boolean
previousIsFrozen
field_46923
wasFrozen
private final MinecraftServer
server
field_46924
server

Constructor summary

ModifierConstructor
public (MinecraftServer server)

Method summary

Modifier and TypeMethod
public boolean
isSprinting()
method_54670()
isSprinting()
public void
setFrozen(boolean frozen)
method_54675(boolean arg0)
setFrozen(boolean arg0)
private void
updateStateToClients()
method_54681()
sendUpdateTickRatePacket()
private void
updateStepTicks()
method_54682()
sendStepPacket()
public boolean
stepGameIfPaused(int ticks)
method_54672(int arg0)
step(int ticks)
public boolean
stopStepping()
method_54676()
stopStepping()
public boolean
stopSprinting()
method_54678()
stopSprinting()
public boolean
requestGameToSprint(int time)
method_54677(int arg0)
startSprint(int ticks)
private void
finishTickSprint()
method_54683()
finishSprinting()
public boolean
checkShouldSprintThisTick()
method_54679()
sprint()
public void
endTickWork()
method_54680()
updateSprintTime()
public void
setTickRate(float rate)
method_54671(float arg0)
setTickRate(float arg0)
public void
updateJoiningPlayer(ServerPlayer player)
method_54674(class_3222 arg0)
sendPackets(ServerPlayerEntity player)
private static Text
lambda$finishTickSprint$0(int arg0, String arg1)
method_54673(int arg0, String arg1)
method_54673(int arg0, String arg1)