Class SetIdleTimeoutCommand
java.lang.Object
net.minecraft.server.dedicated.command.SetIdleTimeoutCommand
public class SetIdleTimeoutCommand extends Object
-
Constructor Summary
Constructors Constructor Description SetIdleTimeoutCommand()
-
Method Summary
Modifier and Type Method Description private static int
execute(ServerCommandSource source, int minutes)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
SetIdleTimeoutCommand
public SetIdleTimeoutCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
execute
-