Package net.minecraft.server.command
Class TickCommand
java.lang.Object
net.minecraft.server.command.TickCommand
- Mappings:
Namespace Name official alk
intermediary net/minecraft/class_8916
named net/minecraft/server/command/TickCommand
-
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 official a
Lalk;a:F
intermediary field_46925
Lnet/minecraft/class_8916;field_46925:F
named MAX_TICK_RATE
Lnet/minecraft/server/command/TickCommand;MAX_TICK_RATE:F
-
DEFAULT_TICK_RATE_STRING
- Mappings:
Namespace Name Mixin selector official b
Lalk;b:Ljava/lang/String;
intermediary field_46926
Lnet/minecraft/class_8916;field_46926:Ljava/lang/String;
named DEFAULT_TICK_RATE_STRING
Lnet/minecraft/server/command/TickCommand;DEFAULT_TICK_RATE_STRING:Ljava/lang/String;
-
-
Constructor Details
-
TickCommand
public TickCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lalk;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_54687
Lnet/minecraft/class_8916;method_54687(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/TickCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
format
- Mappings:
Namespace Name Mixin selector official a
Lalk;a(J)Ljava/lang/String;
intermediary method_54686
Lnet/minecraft/class_8916;method_54686(J)Ljava/lang/String;
named format
Lnet/minecraft/server/command/TickCommand;format(J)Ljava/lang/String;
-
executeRate
- Mappings:
Namespace Name Mixin selector official a
Lalk;a(Lds;F)I
intermediary method_54691
Lnet/minecraft/class_8916;method_54691(Lnet/minecraft/class_2168;F)I
named executeRate
Lnet/minecraft/server/command/TickCommand;executeRate(Lnet/minecraft/server/command/ServerCommandSource;F)I
-
executeQuery
- Mappings:
Namespace Name Mixin selector official a
Lalk;a(Lds;)I
intermediary method_54690
Lnet/minecraft/class_8916;method_54690(Lnet/minecraft/class_2168;)I
named executeQuery
Lnet/minecraft/server/command/TickCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeSprint
- Mappings:
Namespace Name Mixin selector official a
Lalk;a(Lds;I)I
intermediary method_54692
Lnet/minecraft/class_8916;method_54692(Lnet/minecraft/class_2168;I)I
named executeSprint
Lnet/minecraft/server/command/TickCommand;executeSprint(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
executeFreeze
- Mappings:
Namespace Name Mixin selector official a
Lalk;a(Lds;Z)I
intermediary method_54693
Lnet/minecraft/class_8916;method_54693(Lnet/minecraft/class_2168;Z)I
named executeFreeze
Lnet/minecraft/server/command/TickCommand;executeFreeze(Lnet/minecraft/server/command/ServerCommandSource;Z)I
-
executeStep
- Mappings:
Namespace Name Mixin selector official b
Lalk;b(Lds;I)I
intermediary method_54702
Lnet/minecraft/class_8916;method_54702(Lnet/minecraft/class_2168;I)I
named executeStep
Lnet/minecraft/server/command/TickCommand;executeStep(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
executeStopStep
- Mappings:
Namespace Name Mixin selector official b
Lalk;b(Lds;)I
intermediary method_54701
Lnet/minecraft/class_8916;method_54701(Lnet/minecraft/class_2168;)I
named executeStopStep
Lnet/minecraft/server/command/TickCommand;executeStopStep(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeStopSprint
- Mappings:
Namespace Name Mixin selector official c
Lalk;c(Lds;)I
intermediary method_54706
Lnet/minecraft/class_8916;method_54706(Lnet/minecraft/class_2168;)I
named executeStopSprint
Lnet/minecraft/server/command/TickCommand;executeStopSprint(Lnet/minecraft/server/command/ServerCommandSource;)I
-