Package net.minecraft.server.command
Class TickCommand
java.lang.Object
net.minecraft.server.command.TickCommand
- Mappings:
Namespace Name official alkintermediary net/minecraft/class_8916named net/minecraft/server/command/TickCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteFreeze(ServerCommandSource source, boolean frozen) private static intexecuteQuery(ServerCommandSource source) private static intexecuteRate(ServerCommandSource source, float rate) private static intexecuteSprint(ServerCommandSource source, int ticks) private static intexecuteStep(ServerCommandSource source, int steps) private static intexecuteStopSprint(ServerCommandSource source) private static intexecuteStopStep(ServerCommandSource source) private static Stringformat(long nanos) static voidregister(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 aLalk;a:Fintermediary field_46925Lnet/minecraft/class_8916;field_46925:Fnamed MAX_TICK_RATELnet/minecraft/server/command/TickCommand;MAX_TICK_RATE:F
-
DEFAULT_TICK_RATE_STRING
- Mappings:
Namespace Name Mixin selector official bLalk;b:Ljava/lang/String;intermediary field_46926Lnet/minecraft/class_8916;field_46926:Ljava/lang/String;named DEFAULT_TICK_RATE_STRINGLnet/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 aLalk;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_54687Lnet/minecraft/class_8916;method_54687(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/TickCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
format
- Mappings:
Namespace Name Mixin selector official aLalk;a(J)Ljava/lang/String;intermediary method_54686Lnet/minecraft/class_8916;method_54686(J)Ljava/lang/String;named formatLnet/minecraft/server/command/TickCommand;format(J)Ljava/lang/String;
-
executeRate
- Mappings:
Namespace Name Mixin selector official aLalk;a(Lds;F)Iintermediary method_54691Lnet/minecraft/class_8916;method_54691(Lnet/minecraft/class_2168;F)Inamed executeRateLnet/minecraft/server/command/TickCommand;executeRate(Lnet/minecraft/server/command/ServerCommandSource;F)I
-
executeQuery
- Mappings:
Namespace Name Mixin selector official aLalk;a(Lds;)Iintermediary method_54690Lnet/minecraft/class_8916;method_54690(Lnet/minecraft/class_2168;)Inamed executeQueryLnet/minecraft/server/command/TickCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeSprint
- Mappings:
Namespace Name Mixin selector official aLalk;a(Lds;I)Iintermediary method_54692Lnet/minecraft/class_8916;method_54692(Lnet/minecraft/class_2168;I)Inamed executeSprintLnet/minecraft/server/command/TickCommand;executeSprint(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
executeFreeze
- Mappings:
Namespace Name Mixin selector official aLalk;a(Lds;Z)Iintermediary method_54693Lnet/minecraft/class_8916;method_54693(Lnet/minecraft/class_2168;Z)Inamed executeFreezeLnet/minecraft/server/command/TickCommand;executeFreeze(Lnet/minecraft/server/command/ServerCommandSource;Z)I
-
executeStep
- Mappings:
Namespace Name Mixin selector official bLalk;b(Lds;I)Iintermediary method_54702Lnet/minecraft/class_8916;method_54702(Lnet/minecraft/class_2168;I)Inamed executeStepLnet/minecraft/server/command/TickCommand;executeStep(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
executeStopStep
- Mappings:
Namespace Name Mixin selector official bLalk;b(Lds;)Iintermediary method_54701Lnet/minecraft/class_8916;method_54701(Lnet/minecraft/class_2168;)Inamed executeStopStepLnet/minecraft/server/command/TickCommand;executeStopStep(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeStopSprint
- Mappings:
Namespace Name Mixin selector official cLalk;c(Lds;)Iintermediary method_54706Lnet/minecraft/class_8916;method_54706(Lnet/minecraft/class_2168;)Inamed executeStopSprintLnet/minecraft/server/command/TickCommand;executeStopSprint(Lnet/minecraft/server/command/ServerCommandSource;)I
-