net.minecraft.server.command

public class TickCommand

net.minecraft.server.commands.TickCommand
net.minecraft.server.commands.TickCommand
net.minecraft.class_8916
net.minecraft.server.command.TickCommand

Field summary

Modifier and TypeField
private static final float
MAX_TICKRATE
MAX_TICKRATE
field_46925
MAX_TICK_RATE
private static final String
DEFAULT_TICKRATE
DEFAULT_TICKRATE
field_46926
DEFAULT_TICK_RATE_STRING

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_54687(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static String
nanosToMilisString(long nanos)
nanosToMilisString(long nanos)
method_54686(long arg0)
format(long nanos)
private static int
setTickingRate(CommandSourceStack source, float rate)
setTickingRate(CommandSourceStack source, float rate)
method_54691(class_2168 arg0, float arg1)
executeRate(ServerCommandSource source, float rate)
private static int
tickQuery(CommandSourceStack source)
tickQuery(CommandSourceStack source)
method_54690(class_2168 arg0)
executeQuery(ServerCommandSource source)
private static int
sprint(CommandSourceStack source, int time)
sprint(CommandSourceStack source, int time)
method_54692(class_2168 arg0, int arg1)
executeSprint(ServerCommandSource source, int ticks)
private static int
setFreeze(CommandSourceStack source, boolean freeze)
setFreeze(CommandSourceStack source, boolean freeze)
method_54693(class_2168 arg0, boolean arg1)
executeFreeze(ServerCommandSource source, boolean frozen)
private static int
step(CommandSourceStack source, int advance)
step(CommandSourceStack source, int advance)
method_54702(class_2168 arg0, int arg1)
executeStep(ServerCommandSource source, int steps)
private static int
stopStepping(CommandSourceStack source)
stopStepping(CommandSourceStack source)
method_54701(class_2168 arg0)
executeStopStep(ServerCommandSource source)
private static int
stopSprinting(CommandSourceStack source)
stopSprinting(CommandSourceStack source)
method_54706(class_2168 arg0)
executeStopSprint(ServerCommandSource source)