Package net.minecraft.server.command
Class TickCommand
java.lang.Object
net.minecraft.server.command.TickCommand
- Mappings:
Namespace Name named net/minecraft/server/command/TickCommand
intermediary net/minecraft/class_8916
official apk
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeFreeze
(ServerCommandSource source, boolean frozen) private static int
executeQuery
(ServerCommandSource source) private static int
executeRate
(ServerCommandSource source, float rate) private static int
executeSprint
(ServerCommandSource source, int ticks) private static int
executeStep
(ServerCommandSource source, int steps) private static int
executeStopSprint
(ServerCommandSource source) private static int
executeStopStep
(ServerCommandSource source) private static String
format
(long nanos) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
MAX_TICK_RATE
private static final float MAX_TICK_RATE- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_TICK_RATE
Lnet/minecraft/server/command/TickCommand;MAX_TICK_RATE:F
intermediary field_46925
Lnet/minecraft/class_8916;field_46925:F
official a
Lapk;a:F
-
DEFAULT_TICK_RATE_STRING
- Mappings:
Namespace Name Mixin selector named DEFAULT_TICK_RATE_STRING
Lnet/minecraft/server/command/TickCommand;DEFAULT_TICK_RATE_STRING:Ljava/lang/String;
intermediary field_46926
Lnet/minecraft/class_8916;field_46926:Ljava/lang/String;
official b
Lapk;b:Ljava/lang/String;
-
-
Constructor Details
-
TickCommand
public TickCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/server/command/TickCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_54687
Lnet/minecraft/class_8916;method_54687(Lcom/mojang/brigadier/CommandDispatcher;)V
official a
Lapk;a(Lcom/mojang/brigadier/CommandDispatcher;)V
-
format
- Mappings:
Namespace Name Mixin selector named format
Lnet/minecraft/server/command/TickCommand;format(J)Ljava/lang/String;
intermediary method_54686
Lnet/minecraft/class_8916;method_54686(J)Ljava/lang/String;
official a
Lapk;a(J)Ljava/lang/String;
-
executeRate
- Mappings:
Namespace Name Mixin selector named executeRate
Lnet/minecraft/server/command/TickCommand;executeRate(Lnet/minecraft/server/command/ServerCommandSource;F)I
intermediary method_54691
Lnet/minecraft/class_8916;method_54691(Lnet/minecraft/class_2168;F)I
official a
Lapk;a(Lep;F)I
-
executeQuery
- Mappings:
Namespace Name Mixin selector named executeQuery
Lnet/minecraft/server/command/TickCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;)I
intermediary method_54690
Lnet/minecraft/class_8916;method_54690(Lnet/minecraft/class_2168;)I
official a
Lapk;a(Lep;)I
-
executeSprint
- Mappings:
Namespace Name Mixin selector named executeSprint
Lnet/minecraft/server/command/TickCommand;executeSprint(Lnet/minecraft/server/command/ServerCommandSource;I)I
intermediary method_54692
Lnet/minecraft/class_8916;method_54692(Lnet/minecraft/class_2168;I)I
official a
Lapk;a(Lep;I)I
-
executeFreeze
- Mappings:
Namespace Name Mixin selector named executeFreeze
Lnet/minecraft/server/command/TickCommand;executeFreeze(Lnet/minecraft/server/command/ServerCommandSource;Z)I
intermediary method_54693
Lnet/minecraft/class_8916;method_54693(Lnet/minecraft/class_2168;Z)I
official a
Lapk;a(Lep;Z)I
-
executeStep
- Mappings:
Namespace Name Mixin selector named executeStep
Lnet/minecraft/server/command/TickCommand;executeStep(Lnet/minecraft/server/command/ServerCommandSource;I)I
intermediary method_54702
Lnet/minecraft/class_8916;method_54702(Lnet/minecraft/class_2168;I)I
official b
Lapk;b(Lep;I)I
-
executeStopStep
- Mappings:
Namespace Name Mixin selector named executeStopStep
Lnet/minecraft/server/command/TickCommand;executeStopStep(Lnet/minecraft/server/command/ServerCommandSource;)I
intermediary method_54701
Lnet/minecraft/class_8916;method_54701(Lnet/minecraft/class_2168;)I
official b
Lapk;b(Lep;)I
-
executeStopSprint
- Mappings:
Namespace Name Mixin selector named executeStopSprint
Lnet/minecraft/server/command/TickCommand;executeStopSprint(Lnet/minecraft/server/command/ServerCommandSource;)I
intermediary method_54706
Lnet/minecraft/class_8916;method_54706(Lnet/minecraft/class_2168;)I
official c
Lapk;c(Lep;)I
-