Class SetIdleTimeoutCommand
java.lang.Object
net.minecraft.server.dedicated.command.SetIdleTimeoutCommand
- Mappings:
Namespace Name official agb
intermediary net/minecraft/class_3123
named net/minecraft/server/dedicated/command/SetIdleTimeoutCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, int minutes) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
SetIdleTimeoutCommand
public SetIdleTimeoutCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lagb;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13631
Lnet/minecraft/class_3123;method_13631(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/dedicated/command/SetIdleTimeoutCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
- Mappings:
Namespace Name Mixin selector official a
Lagb;a(Lds;I)I
intermediary method_13630
Lnet/minecraft/class_3123;method_13630(Lnet/minecraft/class_2168;I)I
named execute
Lnet/minecraft/server/dedicated/command/SetIdleTimeoutCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;I)I
-