net.minecraft.server.commands

public class TickCommand

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

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

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